Skip to content

Instantly share code, notes, and snippets.

@apahim
Last active March 8, 2018 13:36
Show Gist options
  • Save apahim/f331a3b369359204cfba49d1c1ffd743 to your computer and use it in GitHub Desktop.
Save apahim/f331a3b369359204cfba49d1c1ffd743 to your computer and use it in GitHub Desktop.
QEMU_PROG: "../../x86_64-softmmu/qemu-system-x86_64"
QEMU_IMG_PROG: "../../qemu-img"
QEMU_IO_PROG: "../../qemu-io"
QEMU_NBD_PROG: "../../qemu-nbd"
TEST_DIR: "scratch"
OUTPUT_DIR: "."
SOCKET_SCM_HELPER: "socket_scm_helper"
SAMPLE_IMG_DIR: "sample_images"
QEMU_OPTIONS: "-nodefaults -machine accel=qtest"
QEMU_DEFAULT_MACHINE: pc
CACHEMODE: writeback
IMGFMT_GENERIC: "true"
IMGOPTS: " --cache writeback"
IMGKEYSECRET: ""
QEMU_IO_OPTIONS: ""
IMGPROTO: file
QEMU_IO_OPTIONS_NO_FMT: " --cache writeback"
format: !mux
raw:
QEMU_IO_OPTIONS: " --cache writeback -f raw"
IMGFMT: raw
bochs:
QEMU_IO_OPTIONS: " --cache writeback -f bochs"
IMGFMT: bochs
IMGFMT_GENERIC: "false"
cloop:
QEMU_IO_OPTIONS: " --cache writeback -f cloop"
IMGFMT: cloop
IMGFMT_GENERIC: "false"
parallels:
QEMU_IO_OPTIONS: " --cache writeback -f parallels"
IMGFMT: parallels
IMGFMT_GENERIC: "false"
qcow:
QEMU_IO_OPTIONS: " --cache writeback -f qcow"
IMGFMT: qcow
qcow2:
QEMU_IO_OPTIONS: " --cache writeback -f qcow2"
IMGFMT: qcow2
luks:
IMGFMT: luks
IMGKEYSECRET: 123456
qed:
QEMU_IO_OPTIONS: " --cache writeback -f qed"
IMGFMT: qed
vdi:
QEMU_IO_OPTIONS: " --cache writeback -f vdi"
IMGFMT: vdi
vmdk:
QEMU_IO_OPTIONS: " --cache writeback -f vmdk"
IMGFMT: vmdk
vpc:
QEMU_IO_OPTIONS: " --cache writeback -f vpc"
IMGFMT: vpc
vhdx:
QEMU_IO_OPTIONS: " --cache writeback -f vhdx"
IMGFMT: vhdx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment