[libvirt] [PATCH v4 2/2]testcase: Add a new USB option test case

2013-04-07 Thread Li Zhang
From: Li Zhang zhlci...@linux.vnet.ibm.com Add one test case to test CLI with -machine xxx,usb=off. Signed-off-by: Li Zhang zhlci...@linux.vnet.ibm.com --- .../qemuxml2argv-machine-usb-opt.args | 5 + .../qemuxml2argv-machine-usb-opt.xml | 26

[libvirt] [PATCH v4 1/2] Add USB option capability

2013-04-07 Thread Li Zhang
From: Li Zhang zhlci...@linux.vnet.ibm.com To avoid the collision for creating USB controllers in machine-init() and -device xx command line, it needs to set usb=off to avoid one USB controller created in machine-init(). So that libvirt can use -device or -usb to create USB controller

Re: [libvirt] [PATCH 1/1][RESEND] Set legacy USB option with default for ppc64.

2013-04-07 Thread Li Zhang
On 2013年03月14日 14:54, Li Zhang wrote: From: Li Zhang zhlci...@linux.vnet.ibm.com Currently, -device xxx still can't work well for ppc64 platform. It's better use legacy USB option with default for ppc64. This patch is to legacy USB option with default for ppc64. Signed-off-by: Li Zhang

Re: [libvirt] [PATCH 2/2] LXC: rework mounting cgroupfs in container

2013-04-07 Thread Yin Olivia-R63875
Hi Feng, I need run the below steps with libvirt-1.0.3. $ mkdir /cgroup $ mount -t tmpfs cgroup /cgroup $ mkdir /cgroup/{freezer,devices,memory,cpuacct,cpuset} $ mount -t cgroup -ofreezer cgroup /cgroup/freezer $ mount -t cgroup -odevices cgroup /cgroup/devices $ mount -t cgroup -omemory cgroup

Re: [libvirt] [PATCH 2/2] LXC: rework mounting cgroupfs in container

2013-04-07 Thread Gao feng
Hi Yin, On 2013/04/08 11:54, Yin Olivia-R63875 wrote: Hi Feng, I need run the below steps with libvirt-1.0.3. $ mkdir /cgroup $ mount -t tmpfs cgroup /cgroup $ mkdir /cgroup/{freezer,devices,memory,cpuacct,cpuset} $ mount -t cgroup -ofreezer cgroup /cgroup/freezer $ mount -t cgroup

Re: [libvirt] [PATCH v2 01/10] conf: Introduce readonly to hostdev and change helper function

2013-04-07 Thread Han Cheng
On 04/05/2013 07:17 PM, Paolo Bonzini wrote: Il 03/04/2013 05:37, Osier Yang ha scritto: codereadonly/code ddIndicates the device is readonly, only valid for SCSI device. span class=sinceSince 1.0.5/span. /dd dtcodeboot/code/dt ddSpecifies that the device is bootable.