Re: [libvirt] [RFC PATCH 3/4] powerpc: Add support for qemu-system-ppc64 in qemu capabilities

2011-10-13 Thread Prerna Saxena
On Mon, 10 Oct 2011 10:58:42 +0100 "Daniel P. Berrange" wrote: > On Sat, Oct 08, 2011 at 12:17:18AM +0530, Prerna Saxena wrote: > > This patch has a small parser which correctly interprets > > qemu-system-ppc64 output for a specific query. > > This code is independent for powerpc and largely doe

Re: [libvirt] [RFC PATCH 3/4] powerpc: Add support for qemu-system-ppc64 in qemu capabilities

2011-10-10 Thread Daniel P. Berrange
On Sat, Oct 08, 2011 at 12:17:18AM +0530, Prerna Saxena wrote: > This patch has a small parser which correctly interprets > qemu-system-ppc64 output for a specific query. > This code is independent for powerpc and largely does not interfere > with x86 implementation. > > --- > src/qemu/qemu_capa

[libvirt] [RFC PATCH 3/4] powerpc: Add support for qemu-system-ppc64 in qemu capabilities

2011-10-07 Thread Prerna Saxena
This patch has a small parser which correctly interprets qemu-system-ppc64 output for a specific query. This code is independent for powerpc and largely does not interfere with x86 implementation. --- src/qemu/qemu_capabilities.c | 64 ++ 1 files changed