mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 07:36:19 +00:00
15abebdecb
This fixes reverting to snapshots created by older libvirt and allows libvirt not to lose track of a domain that has this in its live status XML (such as a domain restored from managedsave) https://bugzilla.redhat.com/show_bug.cgi?id=1030793 https://bugzilla.redhat.com/show_bug.cgi?id=1151885
23 lines
312 B
Plaintext
23 lines
312 B
Plaintext
LC_ALL=C \
|
|
PATH=/bin \
|
|
HOME=/home/test \
|
|
USER=test \
|
|
LOGNAME=test \
|
|
QEMU_AUD\
|
|
IO_DRV=none \
|
|
/usr/bin/qemu \
|
|
-S \
|
|
-M pc \
|
|
-cpu host \
|
|
-m 214 \
|
|
-smp 1 \
|
|
-nographic \
|
|
-monitor unix:/tmp/test-monitor,server,nowait \
|
|
-no-acpi \
|
|
-boot c \
|
|
-usb \
|
|
-hda /dev/HostVG/QEMUGuest1 \
|
|
-net none \
|
|
-serial none \
|
|
-parallel none
|