qemu-system-i386 \ -enable-kvm \ -boot c \ -machine pc \ -cpu qemu32 -smp 2 \ -m 1GiB \ -hda {{OS_IMAGE}}.qcow2 \ -k ja.ctm \ -vga std \ -usb -usbdevice tablet \ -net nic -net user \ -monitor stdio qemu-system-x86_64 \ -enable-kvm \ -boot c \ -machine q35 \ -bios /usr/share/ovmf/OVMF.fd \ -cpu qemu64 -smp 4 \ -m 1GiB \ -hda {{OS_IMAGE}}.qcow2 \ -k ja.ctm \ -vga std \ -usb -usbdevice tablet \ -net nic -net user \ -monitor stdio qemu-system-x86_64 \ -name '{{WINDOWS_VM_NAME}}' \ -uuid '{{UUID}}' \ # /Envelope/DiskSection/Disk/@vbox:uuid -machine q35 \ -bios OVMF.fd \ -enable-kvm \ -cpu qemu64 -smp 4 \ -m 2GiB \ -k ja \ -vga qxl \ -soundhw hda \ -usb -usbdevice tablet \ -netdev user,id=net1 -device virtio-net-pci,netdev=net1 \ -drive file=~/share/qemu/img/{{WINDOWS_VM_FILE}}.qcow2,format=qcow2,if=virtio \ -monitor stdio