Re: [libvirt] [PATCH 2/4] xen: Fix logic bug in xenDaemon*DeviceFlags

2010-10-06 Thread Eric Blake
On 10/04/2010 06:01 AM, Jiri Denemark wrote: It seems like we need a 12-way table (in fact, this is pretty much what I ended up resorting to with my vcpus stuff). Here's my shot at it, from reading the comments (but not actually testing it); once we fix this attempt to an actual table, then I

Re: [libvirt] [PATCH 2/4] xen: Fix logic bug in xenDaemon*DeviceFlags

2010-10-04 Thread Jiri Denemark
--- src/xen/xend_internal.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/xen/xend_internal.c b/src/xen/xend_internal.c index 1318bd4..4fba6af 100644 --- a/src/xen/xend_internal.c +++ b/src/xen/xend_internal.c @@ -3904,8 +3904,9 @@

[libvirt] [PATCH 2/4] xen: Fix logic bug in xenDaemon*DeviceFlags

2010-10-01 Thread Jiri Denemark
--- src/xen/xend_internal.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/xen/xend_internal.c b/src/xen/xend_internal.c index 1318bd4..4fba6af 100644 --- a/src/xen/xend_internal.c +++ b/src/xen/xend_internal.c @@ -3904,8 +3904,9 @@

Re: [libvirt] [PATCH 2/4] xen: Fix logic bug in xenDaemon*DeviceFlags

2010-10-01 Thread Eric Blake
On 10/01/2010 02:09 PM, Jiri Denemark wrote: --- src/xen/xend_internal.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/xen/xend_internal.c b/src/xen/xend_internal.c index 1318bd4..4fba6af 100644 --- a/src/xen/xend_internal.c +++

Re: [libvirt] [PATCH 2/4] xen: Fix logic bug in xenDaemon*DeviceFlags

2010-10-01 Thread Jim Fehlig
Eric Blake wrote: On 10/01/2010 02:09 PM, Jiri Denemark wrote: --- src/xen/xend_internal.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/xen/xend_internal.c b/src/xen/xend_internal.c index 1318bd4..4fba6af 100644 --- a/src/xen/xend_internal.c +++