2015-11-06 13:20:06 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/home/test \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
|
|
|
QEMU_AUDIO_DRV=spice \
|
2017-04-06 16:19:48 +00:00
|
|
|
/usr/bin/qemu-system-i686 \
|
2015-11-06 14:29:41 +00:00
|
|
|
-name f14 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-S \
|
2018-03-29 10:51:55 +00:00
|
|
|
-machine pc,accel=kvm,usb=off,dump-guest-core=off \
|
2016-05-17 13:15:40 +00:00
|
|
|
-cpu core2duo,+ds,+acpi,+ss,+ht,+tm,+pbe,+ds_cpl,+vmx,+est,+tm2,+cx16,+xtpr,\
|
|
|
|
+lahf_lm \
|
2015-11-06 13:20:06 +00:00
|
|
|
-m 1024 \
|
2016-06-23 11:29:16 +00:00
|
|
|
-smp 2,sockets=1,cores=2,threads=1 \
|
2015-11-06 14:29:52 +00:00
|
|
|
-uuid 553effab-b5e1-2d80-dfe3-da4344826c43 \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-user-config \
|
2015-11-06 13:20:06 +00:00
|
|
|
-nodefaults \
|
2017-06-26 14:40:39 +00:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-f14/monitor.sock,server,\
|
|
|
|
nowait \
|
2018-03-28 22:04:58 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
2018-03-29 10:51:55 +00:00
|
|
|
-rtc base=utc \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-shutdown \
|
2018-08-09 11:26:17 +00:00
|
|
|
-boot menu=on \
|
2015-11-06 13:20:06 +00:00
|
|
|
-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x6 \
|
|
|
|
-usb \
|
2015-12-28 14:13:52 +00:00
|
|
|
-drive file=/var/lib/libvirt/images/f14.img,format=qcow2,if=none,\
|
|
|
|
id=drive-virtio-disk0 \
|
2013-07-17 17:47:01 +00:00
|
|
|
-device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,\
|
2018-08-09 11:26:17 +00:00
|
|
|
id=virtio-disk0,bootindex=2 \
|
2015-12-28 14:13:52 +00:00
|
|
|
-drive file=/var/lib/libvirt/Fedora-14-x86_64-Live-KDE.iso,format=raw,if=none,\
|
2019-01-28 13:44:57 +00:00
|
|
|
id=drive-ide0-1-0,readonly=on \
|
|
|
|
-device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 \
|
2018-03-28 21:36:13 +00:00
|
|
|
-netdev tap,fd=3,id=hostnet0 \
|
|
|
|
-device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:71:70:89,bus=pci.0,\
|
|
|
|
addr=0x7 \
|
2015-08-12 14:52:18 +00:00
|
|
|
-device usb-tablet,id=input0,bus=usb.0,port=1 \
|
2019-02-07 09:59:19 +00:00
|
|
|
-spice port=5900,addr=127.0.0.1,seamless-migration=on \
|
2015-11-06 13:20:06 +00:00
|
|
|
-vga std \
|
2011-05-26 11:52:08 +00:00
|
|
|
-device AC97,id=sound0,bus=pci.0,addr=0x3 \
|
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
|