Re: [libvirt] [PATCH 1/3] qemu: XMLToNative: Don't show -S

2014-03-13 Thread Laine Stump
On 03/13/2014 01:13 PM, Cole Robinson wrote: > -S causes qemu to start in the paused state. Since XML2Native is intended > to generate something that users can run directly, this will trip them up. > --- > src/qemu/qemu_command.c | 8 ++-- > src/qemu/qemu_command.h | 3 ++- > src/qemu/qemu_d

[libvirt] [PATCH 1/3] qemu: XMLToNative: Don't show -S

2014-03-13 Thread Cole Robinson
-S causes qemu to start in the paused state. Since XML2Native is intended to generate something that users can run directly, this will trip them up. --- src/qemu/qemu_command.c | 8 ++-- src/qemu/qemu_command.h | 3 ++- src/qemu/qemu_driver.c | 6 -- src/qemu/qemu_process.c | 2 +- te