Searched full:home (Results 1 – 25 of 80) sorted by relevance
1234
/qemu/tests/vm/ |
H A D | openbsd | 67 rm -rf /home/qemu/qemu-test.* 68 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX); 144 # All remaining space for /home as /dev/sd0d 150 self.console_wait_send("mount point:", "/home\n") 182 # enable w+x for /home 184 self.console_send("sed -i -e '/home/s/rw,/rw,wxallowed,/' /etc/fstab\n")
|
H A D | freebsd | 37 rm -rf /home/qemu/qemu-test.* 38 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX); 88 self.console_wait_send("Home directory", "\n") 89 self.console_wait_send("Home directory perm", "\n")
|
H A D | conf_example_x86.yml | 18 #ssh_key_file: /home/<user>/.ssh/id_rsa 19 #ssh_pub_key_file: /home/<user>/.ssh/id_rsa.pub
|
H A D | netbsd | 67 rm -rf /home/qemu/qemu-test.* 68 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX);
|
H A D | Makefile.include | 31 IMAGES_DIR := $(HOME)/.cache/qemu-vm/images
|
/qemu/docs/system/devices/ |
H A D | canokey.rst | 86 |qemu_system| -usb -device canokey,file=$HOME/.canokey-file 126 -usb -device canokey,file=$HOME/.canokey-file 132 |qemu_system| -usb -device canokey,file=$HOME/.canokey-file,pcap=key.pcap 143 |qemu_system| -usb -device canokey,file=$HOME/.canokey-file \\ 144 -device canokey,file=$HOME/.canokey-file2
|
/qemu/scripts/ci/setup/ |
H A D | gitlab-runner.yml | 31 home: /home/gitlab-runner 36 path: /home/gitlab-runner/.bash_logout 109 …command: "/usr/bin/gitlab-runner install --user gitlab-runner --working-directory /home/gitlab-run…
|
/qemu/ |
H A D | .patchew.yml | 159 CC=$HOME/bin/cc 188 CC=$HOME/bin/cc 242 CC=$HOME/bin/cc
|
H A D | .exrc | 2 "following settings (without the " symbol) as last two lines in $HOME/.vimrc:
|
H A D | .gdbinit | 3 # your home directory's ~/.gdbinit file:
|
/qemu/docs/system/ |
H A D | vnc-security.rst | 21 |qemu_system| [...OPTIONS...] -vnc unix:/home/joebloggs/.qemu-myvm-vnc 74 ``$HOME/.pki/qemu``. NB the ``server-key.pem`` file should be protected
|
H A D | introduction.rst | 219 -blockdev node-name=efivars,driver=file,filename=$HOME/images/qemu-arm64-efivars
|
H A D | authz.rst | 215 CN=laptop.berrange.com,O=Berrange Home,L=London,ST=London,C=GB
|
/qemu/include/authz/ |
H A D | pamacct.h | 68 * CN=laptop.berrange.com,O=Berrange Home,L=London,ST=London,C=GB
|
/qemu/tests/tcg/s390x/ |
H A D | sam.S | 1 /* DAT on, home-space mode, 64-bit mode */
|
/qemu/pc-bios/keymaps/ |
H A D | sv | 115 Home 0xc7 localstate
|
H A D | sl | 115 Home 0xc7 localstate
|
/qemu/include/block/ |
H A D | aio-wait.h | 137 * still only has one home thread that is responsible for running it.
|
/qemu/docs/devel/ |
H A D | code-provenance.rst | 174 In the file ``$HOME/.emacs.d/abbrev_defs`` add: 192 In the file ``$HOME/.vimrc`` add::
|
/qemu/hw/display/ |
H A D | vga_regs.h | 8 * Based on VGA info at http://www.osdever.net/FreeVGA/home.htm
|
/qemu/docs/interop/ |
H A D | vhost-user.json | 197 # defaults to $HOME/.config).
|
/qemu/hw/misc/ |
H A D | pc-testdev.c | 32 * -kernel /home/lmr/Code/virt-test.git/kvm/unittests/msr.flat
|
/qemu/docs/system/arm/ |
H A D | aspeed.rst | 350 specified path in the ${HOME} directory. 354 -bios ${HOME}/ast27x0_bootrom.bin
|
/qemu/ui/ |
H A D | curses_keys.h | 241 [KEY_HOME] = 71 | GREY, /* Home */ 512 { "Home", KEY_HOME },
|
/qemu/docs/system/ppc/ |
H A D | powernv.rst | 142 -fsdev local,id=fsdev0,path=$HOME,security_model=passthrough \
|
1234