Re: [Libvir] Re: PATCH 1/2: Qemu feature reporting

2007-07-30 Thread Daniel Veillard
On Fri, Jul 27, 2007 at 04:07:05PM -0700, David Lutterkort wrote: > Patch updated with feedback (mostly formatting) Looks great, applied and commited, thanks ! Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvir

Re: [Libvir] Re: PATCH 1/2: Qemu feature reporting

2007-07-27 Thread David Lutterkort
Patch updated with feedback (mostly formatting) David Index: libvirt/src/qemu_driver.c === --- libvirt.orig/src/qemu_driver.c 2007-07-27 10:07:17.0 -0700 +++ libvirt/src/qemu_driver.c 2007-07-27 10:13:03.0 -0700 @@ -1

Re: [Libvir] Re: PATCH 1/2: Qemu feature reporting

2007-07-25 Thread Richard W.M. Jones
Daniel Veillard wrote: On Tue, Jul 24, 2007 at 10:31:10AM -0700, David Lutterkort wrote: This patch lets the qemu/kvm drivers report features for i686 and x86_64. The output is table-driven, like the rest of the capability generation. That should make it easy to report additional features for ot

Re: [Libvir] Re: PATCH 1/2: Qemu feature reporting

2007-07-25 Thread Daniel Veillard
On Tue, Jul 24, 2007 at 10:31:10AM -0700, David Lutterkort wrote: > This patch lets the qemu/kvm drivers report features for i686 and > x86_64. The output is table-driven, like the rest of the capability > generation. That should make it easy to report additional features for > other arches (which

Re: [Libvir] Re: PATCH 1/2: Qemu feature reporting

2007-07-25 Thread Richard W.M. Jones
David Lutterkort wrote: This patch lets the qemu/kvm drivers report features for i686 and x86_64. The output is table-driven, like the rest of the capability generation. That should make it easy to report additional features for other arches (which I know zip about) This patch is fine, except I

[Libvir] Re: PATCH 1/2: Qemu feature reporting

2007-07-24 Thread David Lutterkort
This patch lets the qemu/kvm drivers report features for i686 and x86_64. The output is table-driven, like the rest of the capability generation. That should make it easy to report additional features for other arches (which I know zip about) David Index: libvirt/src/qemu_driver.c ===