Re: [libvirt] [PATCH] Fix error report from nl_recvmsg

2013-03-03 Thread Laine Stump
On 03/02/2013 12:35 PM, Doug Goldstein wrote: But long term you guys will likely want to push Fedora and RHEL7 to libnl3 libvirt uses libnl3 on any distro that has it available, including Fedora 18+, so that's already covered. -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] Problems with filesystem type='block'

2013-03-03 Thread Doug Goldstein
On Fri, Dec 21, 2012 at 10:15 PM, Lars Kellogg-Stedman l...@oddbit.com wrote: Using libvirt 1.0.1, I'm trying to start an LXC container using the 'filesytem type=block' syntax, like this: filesystem type=block accessmode=passthrough source dev=/dev/vg_files/vm-foobar-root /

[libvirt] vm can not be shutdown

2013-03-03 Thread yue
i use libvirt-python call shutdownFlags, but it can not assure VM can be shutdown. how to make shutdownFlags call work? install or configure something? thanks-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH v4 0/4] add pci-bridge support

2013-03-03 Thread Forwarding
ping... 2013/3/1 li guang lig.f...@cn.fujitsu.com Hi, any other comments? 在 2013-02-25一的 09:38 +0800,li guang写道: ping ... 在 2013-02-19二的 10:25 +0800,liguang写道: Now, it's impossible to arrange devices into multi-pci-bus, for example: sound model='ac97' address

Re: [libvirt] Problems with filesystem type='block'

2013-03-03 Thread Doug Goldstein
On Sun, Mar 3, 2013 at 5:24 PM, Doug Goldstein car...@gentoo.org wrote: On Fri, Dec 21, 2012 at 10:15 PM, Lars Kellogg-Stedman l...@oddbit.com wrote: Using libvirt 1.0.1, I'm trying to start an LXC container using the 'filesytem type=block' syntax, like this: filesystem type=block

Re: [libvirt] Problems with filesystem type='block'

2013-03-03 Thread Gao feng
Hi Doug, On 2013/03/04 12:38, Doug Goldstein wrote: On Sun, Mar 3, 2013 at 5:24 PM, Doug Goldstein car...@gentoo.org wrote: On Fri, Dec 21, 2012 at 10:15 PM, Lars Kellogg-Stedman l...@oddbit.com wrote: Using libvirt 1.0.1, I'm trying to start an LXC container using the 'filesytem

[libvirt] TEST

2013-03-03 Thread Han Cheng
Sorry, just a test. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] TEST

2013-03-03 Thread Han Cheng
Sorry, just a test. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH RFC 1/5] conf: Introduce readonly to hostdev and change helper function

2013-03-03 Thread Han Cheng
The only parameter in -drive affect scsi-generic is readonly. Introduce readonly/ to hostdev. The helper function to look up disk controller model may be used by scsi hostdev. But it should be changed to use info. --- docs/schemas/domaincommon.rng |5 + src/conf/domain_conf.c|

[libvirt] [PATCH RFC 4/5] qemu: Build qemu command line for scsi-generic

2013-03-03 Thread Han Cheng
For scsi-generic, the command line will be like: -drive file=/dev/sg0,if=none,id=drive-hostdev-scsi0-0-0-0 -device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=8,drive=drive-hostdev-scsi0-0-0-0,id=hostdev-scsi0-0-0-0 The relationship between the libvirt address attrs and the qdev

[libvirt] [PATCH RFC 0/5] add support for scsi-generic for virtio-scsi

2013-03-03 Thread Han Cheng
This patch series tried to implement the fifth part of Paolo's proposal: http://permalink.gmane.org/gmane.comp.emulators.libvirt/50428 It is not completed. But it may for use. Needs some more works on: src/qemu/qemu_hostdev.c src/qemu/qemu_hotplug.c We may also need create src/util/virscsi.[hc]

[libvirt] [PATCH RFC 2/5] conf: Introduce scsi hostdev

2013-03-03 Thread Han Cheng
Adding scsi hostdev, it should like: hostdev mode='subsystem' type='scsi' source adapter name='scsi_host0'/ address bus='0' target='0' unit='0'/ /source address type='drive' controller='0' bus='0' target='4' unit='8'/ /hostdev ---

[libvirt] [PATCH RFC 5/5] tests: tests for scsi hostdev

2013-03-03 Thread Han Cheng
--- docs/formatdomain.html.in | 36 tests/qemuhelpdata/qemu-1.0-device | 10 + tests/qemuhelpdata/qemu-1.1.0-device | 10 + tests/qemuhelpdata/qemu-1.2.0-device |5 +++

[libvirt] [PATCH RFC 3/5] qemu: New cap flag for scsi-generic

2013-03-03 Thread Han Cheng
Adding two caps to support scsi-generic: QEMU_CAPS_SCSI_GENERIC QEMU_CAPS_SCSI_HOST_BOOTINDEX --- src/qemu/qemu_capabilities.c | 15 +-- src/qemu/qemu_capabilities.h |2 ++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_capabilities.c

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

2013-03-03 Thread Li Zhang
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 zhlci...@linux.vnet.ibm.com ---

Re: [libvirt] Release candidate 2 of 1.0.3 is available

2013-03-03 Thread Christophe Fergeau
On Sat, Mar 02, 2013 at 04:54:34PM -0500, Laine Stump wrote: As the author of the patch that uncovered/caused the breakage, I'll second the ACK on the first hunk and NACK on the second. I've now pushed this first hunk to master with a slightly improved commit log. Thanks Doug and Laine for the