Re: [libvirt] [PATCHv2 1/1] Optimize machine option to set more options with it.

2013-02-25 Thread Li Zhang
Hi Daniel, This patch is still use USB option to disable the controller which created in machine init of QEMU. Because with USB model none, other USB devices can't be used to attach USB controller. So we disable the controller in machine init and choose the controller defined in libvirt by

Re: [libvirt] [PATCHv2 1/1] Optimize machine option to set more options with it.

2013-02-24 Thread Li Zhang
Ping ... On 2013年02月22日 17:09, Li Zhang wrote: From: Li Zhang zhlci...@linux.vnet.ibm.com Currently, -machine option is used only when dump-guest-core is used. To use options defined in machine option for new version of QEMU, it needs to use -machine xxx, and to be compatible with older

[libvirt] [PATCHv2 1/1] Optimize machine option to set more options with it.

2013-02-22 Thread Li Zhang
From: Li Zhang zhlci...@linux.vnet.ibm.com Currently, -machine option is used only when dump-guest-core is used. To use options defined in machine option for new version of QEMU, it needs to use -machine xxx, and to be compatible with older version -M, this patch addes QEMU_CAPS_MACH_OPT