mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 14:35:25 +00:00
2e4dd4107e
<hyperv> <spinlocks state='off'/> </hyperv> results in: error: XML error: missing HyperV spinlock retry count Don't require retries when state is off and use virXPathUInt instead of virXPathString to simplify parsing. https://bugzilla.redhat.com/show_bug.cgi?id=784836#c19
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu \
|
|
-S -M pc -cpu qemu32 -m 214 -smp 6 -nographic \
|
|
-monitor unix:/tmp/test-monitor,server,nowait \
|
|
-boot n -usb -net none -serial none -parallel none
|