Re: [libvirt] [RFC PATCH] qemu: Add suport for pci-assign.configfd option

2010-05-19 Thread Chris Wright
* Alex Williamson (alex.william...@redhat.com) wrote: > @@ -1378,6 +1420,9 @@ int qemudExtractVersionInfo(const char *qemu, >&version, &is_kvm, &kvm_version) == -1) > goto cleanup2; > > +if (flags & QEMUD_CMD_FLAG_DEVICE) > +qemudParsePCIDeviceStrs

Re: [libvirt] [PATCH v3] dots should be valid characters in interface names

2010-05-19 Thread Charles Duffy
On 05/19/2010 11:54 PM, Charles Duffy wrote: A revised patch is attached. This lifts its logic from its kernel counterpart, and is updated only to permit forward slashes (which, while disallowed for interface names with the kernel, are required for *device* names -- for which the ESX driver happe

Re: [libvirt] [PATCH v2] dots should be valid characters in interface names

2010-05-19 Thread Charles Duffy
On 05/19/2010 10:05 PM, Laine Stump wrote: On 05/19/2010 10:41 PM, Charles Duffy wrote: The attached one-liner (built against RHEL6b1's libvirt but still applicable against current master as of 10c681622) fixes this issue. I think we need to add ":" there as well (at least - maybe there are ot

Re: [libvirt] [PATCH] qemu: Genericize tapfds/ntapfds

2010-05-19 Thread Chris Wright
* Alex Williamson (alex.william...@redhat.com) wrote: > There doesn't seem to be anything specific to tap devices for this > array of file descriptors which need to stay open of the guest to use. > Rename then for others to make use of. > > Signed-off-by: Alex Williamson Simple enough, and allow

[libvirt] [RFC PATCH] qemu: Add suport for pci-assign.configfd option

2010-05-19 Thread Alex Williamson
Note: The configfd option for qemu is still pending upstream, so this patch will depend on that being accepted. This patch also depends on the the s/tapfd/vmfd/ rename patch posted to the list. This allows libvirt to open the PCI device sysfs config file prior to dropping privileges so qemu can a

[libvirt] [PATCH] qemu: Genericize tapfds/ntapfds

2010-05-19 Thread Alex Williamson
There doesn't seem to be anything specific to tap devices for this array of file descriptors which need to stay open of the guest to use. Rename then for others to make use of. Signed-off-by: Alex Williamson --- src/qemu/qemu_conf.c | 28 ++-- src/qemu/qemu_driver.c

Re: [libvirt] [PATCH] dots should be valid characters in interface names

2010-05-19 Thread Laine Stump
On 05/19/2010 10:41 PM, Charles Duffy wrote: Howdy! I spent some time scratching my head this evening, as libvirt was stripping the target/@dev entry from my interfa...@type='ethernet']. Turns out that this was caused by the interface name containing a period, which is rejected by isValidIfn

[libvirt] [PATCH] dots should be valid characters in interface names

2010-05-19 Thread Charles Duffy
Howdy! I spent some time scratching my head this evening, as libvirt was stripping the target/@dev entry from my interfa...@type='ethernet']. Turns out that this was caused by the interface name containing a period, which is rejected by isValidIfname(). As the kernel allows the creation of s

Re: [libvirt] [PATCH] qemu driver: fix version check typos

2010-05-19 Thread Eric Blake
On 05/19/2010 04:37 PM, Chris Wright wrote: > Looks like some cut'n paste error to me. While we're at it, there have been some complaints, at least on IRC, that some recent qemu builds changed -help output to start with "QEMU emulator version" instead of "QEMU PC emulator version", which fails to

Re: [libvirt] [PATCH] build: distribute missing file

2010-05-19 Thread Eric Blake
On 05/19/2010 04:42 PM, Matthias Bolte wrote: >> @@ -46,7 +46,8 @@ qemuhelpdata = \ >>qemu-0.10.5 \ >>qemu-0.12.1 \ >>qemu-kvm-0.10.5 \ >> - qemu-kvm-0.11.0-rc2 >> + qemu-kvm-0.11.0-rc2 \ >> + qemu-kvm-0.12.3 >> >> EXTRA_DIST = \ >> oomtr

Re: [libvirt] [PATCH] qemu driver: fix version check typos

2010-05-19 Thread Eric Blake
On 05/19/2010 04:37 PM, Chris Wright wrote: > Looks like some cut'n paste error to me. > > Signed-off-by: Chris Wright > --- > src/qemu/qemu_conf.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c > index 3e334dc..6d2ac

Re: [libvirt] [PATCH] build: distribute missing file

2010-05-19 Thread Matthias Bolte
2010/5/20 Eric Blake : > Commit f30ccb2458829 was incomplete. > > * .gitignore: Ignore intermediate directory during failed 'make > distcheck'. > * tests/Makefile.am (qemuhelpdata): Distribute new file. > --- > > Pushing as obvious, once a successful 'make distcheck' completes > a few minutes from

[libvirt] [PATCH] qemu driver: fix version check typos

2010-05-19 Thread Chris Wright
Looks like some cut'n paste error to me. Signed-off-by: Chris Wright --- src/qemu/qemu_conf.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c index 3e334dc..6d2ac6e 100644 --- a/src/qemu/qemu_conf.c +++ b/src/qemu/qemu_conf.

[libvirt] [PATCH] build: distribute missing file

2010-05-19 Thread Eric Blake
Commit f30ccb2458829 was incomplete. * .gitignore: Ignore intermediate directory during failed 'make distcheck'. * tests/Makefile.am (qemuhelpdata): Distribute new file. --- Pushing as obvious, once a successful 'make distcheck' completes a few minutes from when I write this. .gitignore

Re: [libvirt] [PATCH] esx: Make esxVI_*_CastFromAnyType dynamically dispatched

2010-05-19 Thread Matthias Bolte
2010/5/18 Eric Blake : > On 05/18/2010 10:31 AM, Matthias Bolte wrote: >> This will be used in the ESX storage driver in order to handle >> the DatastoreInfo type and inheriting types properly. >> --- >>  src/esx/esx_vi_generator.py |   13 - >>  src/esx/esx_vi_types.c      |   28 ++

Re: [libvirt] [PATCH] esx: Allow esxVI_X_DynamicCast to be called successfully on X objects

2010-05-19 Thread Matthias Bolte
2010/5/18 Eric Blake : > On 05/18/2010 10:30 AM, Matthias Bolte wrote: >> This semantic will be used in the ESX storage driver. >> --- >>  src/esx/esx_vi_types.c |   16 +--- >>  1 files changed, 9 insertions(+), 7 deletions(-) >> >> diff --git a/src/esx/esx_vi_types.c b/src/esx/esx_vi_t

Re: [libvirt] [PATCH] qemu: distribute more documentation

2010-05-19 Thread Eric Blake
On 05/19/2010 01:27 PM, Jim Meyering wrote: > Eric Blake wrote: >> * src/Makefile.am (EXTRA_DIST): Add THREADS.txt. >> --- >> >> I noticed this while working on back-porting a patch to RHEL-6 - the >> qemu tree in my git repository had more files than were in the >> unpacked 0.8.1 tarball. >> > Obv

Re: [libvirt] A few small libvirt build issues

2010-05-19 Thread Eric Blake
On 05/19/2010 03:29 PM, Cole Robinson wrote: > I've hit a few small build issues that I don't know how to fix. > > daemon/libvirtd.init isn't regenerated if ./configure is re-run. If I do: > > ./configure --prefix=/foo && make && ./configure --prefix=/bar && make > > daemon/libvirtd.init will re

[libvirt] [PATCH v4] vepa: parsing for 802.1Qb{g|h} XML

2010-05-19 Thread Stefan Berger
Below is David Alan's original patch with lots of changes. In particular, it now parses the following two XML descriptions, one for 802.1Qbg and 802.1Qbh and stored the data internally. The actual triggering of the switch setup protocol has not been implemented here but the relevant code to do t

[libvirt] A few small libvirt build issues

2010-05-19 Thread Cole Robinson
I've hit a few small build issues that I don't know how to fix. daemon/libvirtd.init isn't regenerated if ./configure is re-run. If I do: ./configure --prefix=/foo && make && ./configure --prefix=/bar && make daemon/libvirtd.init will reference /foo and not /bar. The logrotate files are affected

Re: [libvirt] [PATCH] qemu: distribute more documentation

2010-05-19 Thread Jim Meyering
Eric Blake wrote: > * src/Makefile.am (EXTRA_DIST): Add THREADS.txt. > --- > > I noticed this while working on back-porting a patch to RHEL-6 - the > qemu tree in my git repository had more files than were in the > unpacked 0.8.1 tarball. > > src/Makefile.am |3 ++- > 1 file changed, 2 inserti

Re: [libvirt] [PATCH] qemudDomainMigrateFinish2: handle a case of virDomainSaveStatus failure

2010-05-19 Thread Eric Blake
On 05/19/2010 09:50 AM, Jim Meyering wrote: > This is very similar to ones I fixed yesterday. > The difference is that I'm adding ATTRIBUTE_RETURN_CHECK, now. > Here, it's easy, since the function is private. ACK. -- Eric Blake ebl...@redhat.com+1-801-349-2682 Libvirt virtualization librar

Re: [libvirt] Problems with pdwtags on Ubuntu 10.04

2010-05-19 Thread Jim Meyering
Matthias Bolte wrote: ... > Yes, this patch solves the problem. > ... >> +               -e '    warn "WARNING: your pdwtags program is too old\n";' \ >> +               -e '    warn "WARNING: skipping the $@ test\n";'        \ >> +               -e '    warn "WARNING: install dwarves-1.8 or newer\

[libvirt] [PATCH] qemu: distribute more documentation

2010-05-19 Thread Eric Blake
* src/Makefile.am (EXTRA_DIST): Add THREADS.txt. --- I noticed this while working on back-porting a patch to RHEL-6 - the qemu tree in my git repository had more files than were in the unpacked 0.8.1 tarball. src/Makefile.am |3 ++- 1 file changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [libvirt] Java Bindings up to 0.8.1: Need Help Testing

2010-05-19 Thread Daniel P. Berrange
On Wed, May 19, 2010 at 01:03:32PM -0400, Bryan Kearney wrote: > I have moved the bindings up to 0.8.1. It is mostly cut and paste code, > but the test driver does not support some of the new features so I would > appreciate if someone could bang on them a bit. Specifically, I would > like to se

Re: [libvirt] Problems with pdwtags on Ubuntu 10.04

2010-05-19 Thread Matthias Bolte
2010/5/19 Jim Meyering : > Matthias Bolte wrote: >> The "help avoid accidental remote_protocol.x changes" commit 180d4b2b >> added a make check rule that tried using pdwtags from the dwarves >> package to protect against accidental remote_protocol.x changes. >> >> I installed dwarves package on Ubu

[libvirt] Java Bindings up to 0.8.1: Need Help Testing

2010-05-19 Thread Bryan Kearney
I have moved the bindings up to 0.8.1. It is mostly cut and paste code, but the test driver does not support some of the new features so I would appreciate if someone could bang on them a bit. Specifically, I would like to see someone try out: Snapshots Streams (Callbacks in particular) Secret

Re: [libvirt] [PATCH] Fix cgroup setup code to cope with root squashing NFS

2010-05-19 Thread Laine Stump
On 05/19/2010 06:50 AM, Daniel P. Berrange wrote: When a disk is on a root squashed NFS server, it may not be possible to stat() the disk file in virCgroupAllowDevice. The virStorageFileGetMeta method may also fail to extract the parent backing store. Both of these errors have to be ignored to av

Re: [libvirt] How to enable vhost for virtIO NIC?

2010-05-19 Thread Laine Stump
On 05/19/2010 01:49 AM, Huang, Zhiteng wrote: Hi gurus on the list, I'm trying to bring up a Linux with virtio vhost backend. My system is running on kernel 2.6.34-rc7, libvirt 0.8.0. Two questions regarding to vhost: 1) XML format for vhost I didn't find any documents on libvirt.org descrip

[libvirt] [PATCH] qemudDomainMigrateFinish2: handle a case of virDomainSaveStatus failure

2010-05-19 Thread Jim Meyering
This is very similar to ones I fixed yesterday. The difference is that I'm adding ATTRIBUTE_RETURN_CHECK, now. Here, it's easy, since the function is private. >From cfce459e9aebae840356e62473f550f358834f30 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 19 May 2010 17:48:03 +0200 Subject:

[libvirt] just pushed 2 more ACK'd patches from yesterday

2010-05-19 Thread Jim Meyering
commit dcf30d9c25daabe722c5298f0a90d562b7e9f7d7 Author: Jim Meyering Date: Tue May 18 07:53:31 2010 +0200 initialize "meta" in virStorageFileGetMetadata, not in each caller Do not require each caller of virStorageFileGetMetadata and virStorageFileGetMetadataFromFD to first clear t

Re: [libvirt] Different VLAN IDs

2010-05-19 Thread Csom Gyula
Thanks for your response! I didn't know that VLAN IDs are internal to the individual KVM/QEMU processes. In fact the VLAN IDs were different within our guests. So it was not a perfect match... Meanwhile the question remains, why their solution did work in our case. But this one should goe to t

Re: [libvirt] [PATCH 2/5] maint: remove _(...) from VIR_WARN arg manually

2010-05-19 Thread Daniel P. Berrange
On Wed, May 19, 2010 at 04:47:17PM +0200, Jim Meyering wrote: > From: Jim Meyering > > * src/util/uuid.c (virUUIDGenerate): Remove _(...) manually. > --- > src/util/uuid.c |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) ACK Daniel -- |: Red Hat, Engineering, London-o-

Re: [libvirt] [PATCH 1/5] maint: don't mark VIR_WARN or VIR_WARN0 diagnostics for translation

2010-05-19 Thread Jim Meyering
Daniel P. Berrange wrote: > On Wed, May 19, 2010 at 04:47:16PM +0200, Jim Meyering wrote: >> From: Jim Meyering >> >> Approximately 60 messages were marked. Since these diagnostics are >> intended solely for developers and maintainers, encouraging translation >> is deemed to be counterproductive:

Re: [libvirt] [PATCH 3/5] maint: enforce no-markup policy wrt VIR_WARN-like macros

2010-05-19 Thread Daniel P. Berrange
On Wed, May 19, 2010 at 04:47:18PM +0200, Jim Meyering wrote: > From: Jim Meyering > > * cfg.mk (sc_prohibit_gettext_markup): New rule, to enforce > this policy. Contrary to most diagnostic-emitting functions, > where we require _(...) markup, here, we require that _() *not* > be used for certai

Re: [libvirt] [PATCH 5/5] maint: more VIR_WARN corrections: now manually

2010-05-19 Thread Daniel P. Berrange
On Wed, May 19, 2010 at 04:47:20PM +0200, Jim Meyering wrote: > From: Jim Meyering > > * po/POTFILES.in: Remove src/util/logging.c and src/util/uuid.c. > * src/phyp/phyp_driver.c (phypUUIDTable_ReadFile): Correct more > VIR_WARN uses, now manually. > (phypUUIDTable_Init, phypUUIDTable_Pull): Like

Re: [libvirt] [PATCH 4/5] maint: use VIR_WARN0("...") rather than VIR_WARN("%s", "...")

2010-05-19 Thread Daniel P. Berrange
On Wed, May 19, 2010 at 04:47:19PM +0200, Jim Meyering wrote: > From: Jim Meyering > > Run this command: > git grep -l 'VIR_WARN("%s", "'|xargs perl -pi -e \ > 's/VIR_WARN\("%s", "/VIR_WARN0("/' > * src/phyp/phyp_driver.c (phypDomainGetInfo): Perform the above. > (phypDomainCreateAndStart,

Re: [libvirt] [PATCH 1/5] maint: don't mark VIR_WARN or VIR_WARN0 diagnostics for translation

2010-05-19 Thread Daniel P. Berrange
On Wed, May 19, 2010 at 04:47:16PM +0200, Jim Meyering wrote: > From: Jim Meyering > > Approximately 60 messages were marked. Since these diagnostics are > intended solely for developers and maintainers, encouraging translation > is deemed to be counterproductive: > http://thread.gmane.org/gmane

[libvirt] VIR_WARN and VIR_WARN0 normalization

2010-05-19 Thread Jim Meyering
Here are 5 patches, mostly mechanical, to straighten out the VIR_WARN and VIR_WARN0 situation. 1: mechanically remove all _(...) uses in VIR_WARN*. 2: remove the few remaining _(...) uses manually 3: add syntax-check rule to enforce the policy 4 clean up bogosity I noticed along the way, first aut

[libvirt] [PATCH 2/5] maint: remove _(...) from VIR_WARN arg manually

2010-05-19 Thread Jim Meyering
From: Jim Meyering * src/util/uuid.c (virUUIDGenerate): Remove _(...) manually. --- src/util/uuid.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/uuid.c b/src/util/uuid.c index 459273a..9c626ce 100644 --- a/src/util/uuid.c +++ b/src/util/uuid.c @@ -1,5 +1

[libvirt] [PATCH 3/5] maint: enforce no-markup policy wrt VIR_WARN-like macros

2010-05-19 Thread Jim Meyering
From: Jim Meyering * cfg.mk (sc_prohibit_gettext_markup): New rule, to enforce this policy. Contrary to most diagnostic-emitting functions, where we require _(...) markup, here, we require that _() *not* be used for certain functions (or function-like macros). --- cfg.mk | 19 +---

[libvirt] [PATCH 5/5] maint: more VIR_WARN corrections: now manually

2010-05-19 Thread Jim Meyering
From: Jim Meyering * po/POTFILES.in: Remove src/util/logging.c and src/util/uuid.c. * src/phyp/phyp_driver.c (phypUUIDTable_ReadFile): Correct more VIR_WARN uses, now manually. (phypUUIDTable_Init, phypUUIDTable_Pull): Likewise. --- po/POTFILES.in |2 -- src/phyp/phyp_driver.c | 12

[libvirt] [PATCH 1/5] maint: don't mark VIR_WARN or VIR_WARN0 diagnostics for translation

2010-05-19 Thread Jim Meyering
From: Jim Meyering Approximately 60 messages were marked. Since these diagnostics are intended solely for developers and maintainers, encouraging translation is deemed to be counterproductive: http://thread.gmane.org/gmane.comp.emulators.libvirt/25050/focus=25052 Run this command: git grep -l

[libvirt] [PATCH 4/5] maint: use VIR_WARN0("...") rather than VIR_WARN("%s", "...")

2010-05-19 Thread Jim Meyering
From: Jim Meyering Run this command: git grep -l 'VIR_WARN("%s", "'|xargs perl -pi -e \ 's/VIR_WARN\("%s", "/VIR_WARN0("/' * src/phyp/phyp_driver.c (phypDomainGetInfo): Perform the above. (phypDomainCreateAndStart, phypUUIDTable_ReadFile): Likewise. --- src/phyp/phyp_driver.c | 12 ++

[libvirt] [PATCH v2 REPOST 7/8] Implement virsh qemu-monitor-command.

2010-05-19 Thread Chris Lalancette
Changes since v1: - Add virsh.pod documentation Signed-off-by: Chris Lalancette --- tools/Makefile.am |1 + tools/virsh.c | 55 + tools/virsh.pod | 16 +++ 3 files changed, 72 insertions(+), 0 deletions(-) diff --git

[libvirt] [PATCH v2 REPOST 6/8] Qemu remote protocol.

2010-05-19 Thread Chris Lalancette
Since we are adding a new "per-hypervisor" protocol, we make it so that the qemu remote protocol uses a new PROTOCOL and PROGRAM number. This allows us to easily distinguish it from the normal REMOTE protocol. This necessitates changing the proc in remote_message_header from a "remote_procedure"

[libvirt] [PATCH v2 REPOST 8/8] Add tests for the new Qemu namespace XML.

2010-05-19 Thread Chris Lalancette
Thanks to DV for knocking together the Relax-NG changes quickly for me. Changes since v1: - Change the domain.rng to correspond to the new schema - Don't allocate caps->ns in testQemuCapsInit since it is a static table Signed-off-by: Chris Lalancette --- docs/schemas/domain.rng

[libvirt] [PATCH v2 REPOST 3/8] Handle arbitrary qemu command-lines in qemuParseCommandLine.

2010-05-19 Thread Chris Lalancette
Now that we have the ability to specify arbitrary qemu command-line parameters in the XML, use it to handle unknown command-line parameters when doing a native-to-xml conversion. Changes since v1: - Rename num_extra to num_args - Fix up a memory leak on an error path Signed-off-by: Chris Lalanc

[libvirt] [PATCH v2 REPOST 5/8] Qemu arbitrary monitor commands.

2010-05-19 Thread Chris Lalancette
Implement the qemu driver's virDomainQemuMonitorCommand and hook it into the API entry point. Changes since v1: - Rename the (external) qemuMonitorCommand to qemuDomainMonitorCommand - Add virCheckFlags to qemuDomainMonitorCommand Signed-off-by: Chris Lalancette --- src/qemu/qemu_driver.c

[libvirt] [PATCH v2 REPOST 4/8] Qemu Monitor API entry point.

2010-05-19 Thread Chris Lalancette
Add the library entry point for the new virDomainQemuMonitorCommand() entry point. Because this is not part of the "normal" libvirt API, it gets it's own header file, library file, and will eventually get it's own over-the-wire protocol later in the series. Changes since v1: - Go back to using t

[libvirt] [PATCH v2 REPOST 2/8] Qemu arbitrary command-line arguments.

2010-05-19 Thread Chris Lalancette
Implement the qemu hooks for XML namespace data. This allows us to specify a qemu XML namespace, and then specify: In the domain XML. Changes since v1: - Change the arg XML to XML - Fix up some memory leaks in qemuDomainDefNamespaceParse - Rename num_extra and extra to num_args and ar

[libvirt] [PATCH v2 REPOST 1/8] Add namespace callback hooks to domain_conf.

2010-05-19 Thread Chris Lalancette
This patch adds namespace XML parsers to be hooked into the main domain parser. This allows for individual hypervisor drivers to add per-namespace XML into the main domain XML. Changes since v1: - Use a statically declared table for caps->ns, removing the need to allocate/free it. Signed-off

[libvirt] [PATCH v2 REPOST 0/8]: Add arbitrary qemu command-line and monitor commands

2010-05-19 Thread Chris Lalancette
As we discussed previously, here is the patch series to add the ability to specify arbitrary qemu command-line parameters and environment variables, and also give arbitrary monitor commands to a guest. Because these extra arguments have a good shot at confusing libvirt, the use of them is not supp

Re: [libvirt] VIR_WARN and VIR_WARN0: many diags were not marked for translation

2010-05-19 Thread Jim Meyering
Jiri Denemark wrote: >> > Nonetheless, many of my manual changes highlighted >> > existing (bogus) attempts to translate VIR_WARN0? diagnostics. >> > Those should be addressed regardless. >> > >> > Considering the large number of existing VIR_WARN uses with strings >> > marked for translation, do

Re: [libvirt] Problems with pdwtags on Ubuntu 10.04

2010-05-19 Thread Jim Meyering
Matthias Bolte wrote: > The "help avoid accidental remote_protocol.x changes" commit 180d4b2b > added a make check rule that tried using pdwtags from the dwarves > package to protect against accidental remote_protocol.x changes. > > I installed dwarves package on Ubuntu 10.04 and make check fails f

Re: [libvirt] Different VLAN IDs

2010-05-19 Thread Daniel P. Berrange
On Wed, May 19, 2010 at 04:11:36PM +0200, Csom Gyula wrote: > Hi there, > > We experienced network problems (namely net packet storm), when using > multiple NICs and > the same VLAN ID-s for different KVM guests. It turned out that we could > workaround the > problem by simply assigning differ

[libvirt] Different VLAN IDs

2010-05-19 Thread Csom Gyula
Hi there, We experienced network problems (namely net packet storm), when using multiple NICs and the same VLAN ID-s for different KVM guests. It turned out that we could workaround the problem by simply assigning different VLAN ID-s to the different NICs. (Btw our case looked similar to the

[libvirt] Update of libvirt website required. not all information about XML tags

2010-05-19 Thread Марк Коренберг
The problem desribed here: https://bugzilla.redhat.com/show_bug.cgi?id=593266 Please update http://www.libvirt.org/formatdomain.html and describe NEW xml tags, like for hard drive and all cpu tags, other if any. -- Segmentation fault -- libvir-list mailing list libvir-list@redhat.com http

Re: [libvirt] [libvirt-users] Update of libvirt website required. not all information about XML tags

2010-05-19 Thread Марк Коренберг
2010/5/19 Jiri Denemark : >> The problem desribed here: https://bugzilla.redhat.com/show_bug.cgi?id=593266 >> >> Please update http://www.libvirt.org/formatdomain.html and describe >> NEW xml tags, like for hard drive and all cpu >> tags, other if any. > > What cpu tag are you missing from the

Re: [libvirt] [PATCH v3] [REPOST] vepa: parsing for 802.1Qb{g|h} XML

2010-05-19 Thread Daniel P. Berrange
On Mon, May 17, 2010 at 10:06:13AM -0700, Vivek Kashyap wrote: > On Mon, 17 May 2010, Daniel P. Berrange wrote: > > >On Mon, May 17, 2010 at 07:28:05AM -0400, Stefan Berger wrote: > >>This is a repost of this previously posted patch. I'd like someone to > >>ACK it or let me know how to proceed wit

[libvirt] [PATCH] Fix cgroup setup code to cope with root squashing NFS

2010-05-19 Thread Daniel P. Berrange
When a disk is on a root squashed NFS server, it may not be possible to stat() the disk file in virCgroupAllowDevice. The virStorageFileGetMeta method may also fail to extract the parent backing store. Both of these errors have to be ignored to avoid breaking NFS deployments * src/qemu/qemu_driver

Re: [libvirt] [libvirt-users] Update of libvirt website required. not all information about XML tags

2010-05-19 Thread Jiri Denemark
> The problem desribed here: https://bugzilla.redhat.com/show_bug.cgi?id=593266 > > Please update http://www.libvirt.org/formatdomain.html and describe > NEW xml tags, like for hard drive and all cpu > tags, other if any. What cpu tag are you missing from the documentation? The description a