Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-12 Thread Anthony Liguori
On 09/12/2011 08:53 AM, Avi Kivity wrote: On 09/12/2011 04:46 PM, Lucas Meneghel Rodrigues wrote: On 09/12/2011 06:07 AM, Avi Kivity wrote: On 09/11/2011 02:38 PM, Alexander Graf wrote: Am 11.09.2011 um 12:41 schrieb Avi Kivity: > On 09/08/2011 07:54 PM, Alexander Graf wrote: >> PS: Please te

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-12 Thread Peter Maydell
On 12 September 2011 14:53, Avi Kivity wrote: > Another option is, now that the binary name 'qemu' is available for general > use, make it possible to invoke everything with just one binary: > >  qemu -system -target mips ... Sounds reasonable, but we should probably make sure this (and more sign

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-12 Thread Lucas Meneghel Rodrigues
On 09/12/2011 10:53 AM, Avi Kivity wrote: On 09/12/2011 04:46 PM, Lucas Meneghel Rodrigues wrote: Yes, that would also work, having different variants with different qemu and qemu-img paths. Those binaries would have to be already pre-built, but then we miss the ability autotest has of building

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-12 Thread Blue Swirl
On Mon, Sep 12, 2011 at 1:53 PM, Avi Kivity wrote: > On 09/12/2011 04:46 PM, Lucas Meneghel Rodrigues wrote: >> >> On 09/12/2011 06:07 AM, Avi Kivity wrote: >>> >>> On 09/11/2011 02:38 PM, Alexander Graf wrote: Am 11.09.2011 um 12:41 schrieb Avi Kivity: > On 09/08/2011 07:54 PM

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-12 Thread Avi Kivity
On 09/12/2011 04:46 PM, Lucas Meneghel Rodrigues wrote: On 09/12/2011 06:07 AM, Avi Kivity wrote: On 09/11/2011 02:38 PM, Alexander Graf wrote: Am 11.09.2011 um 12:41 schrieb Avi Kivity: > On 09/08/2011 07:54 PM, Alexander Graf wrote: >> PS: Please test your patches. This one could have been f

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-12 Thread Lucas Meneghel Rodrigues
On 09/12/2011 06:07 AM, Avi Kivity wrote: On 09/11/2011 02:38 PM, Alexander Graf wrote: Am 11.09.2011 um 12:41 schrieb Avi Kivity: > On 09/08/2011 07:54 PM, Alexander Graf wrote: >> PS: Please test your patches. This one could have been found with an invocation >> as simple as "qemu-system-ppc"

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-12 Thread Alexander Graf
On 12.09.2011, at 11:07, Avi Kivity wrote: > On 09/11/2011 02:38 PM, Alexander Graf wrote: >> Am 11.09.2011 um 12:41 schrieb Avi Kivity: >> >> > On 09/08/2011 07:54 PM, Alexander Graf wrote: >> >> PS: Please test your patches. This one could have been found with an >> >> invocation >> >>

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-12 Thread Avi Kivity
On 09/11/2011 02:38 PM, Alexander Graf wrote: Am 11.09.2011 um 12:41 schrieb Avi Kivity: > On 09/08/2011 07:54 PM, Alexander Graf wrote: >> PS: Please test your patches. This one could have been found with an invocation >> as simple as "qemu-system-ppc". We boot into the OpenBIOS prompt

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-11 Thread Alexander Graf
Am 11.09.2011 um 12:41 schrieb Avi Kivity : > On 09/08/2011 07:54 PM, Alexander Graf wrote: >> PS: Please test your patches. This one could have been found with an >> invocation >> as simple as "qemu-system-ppc". We boot into the OpenBIOS prompt by >> default, >> so you wouldn't even ha

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-11 Thread Avi Kivity
On 09/08/2011 07:54 PM, Alexander Graf wrote: PS: Please test your patches. This one could have been found with an invocation as simple as "qemu-system-ppc". We boot into the OpenBIOS prompt by default, so you wouldn't even have required a guest image or kernel. Sorry about that.

Re: [Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-10 Thread Andreas Färber
Am 08.09.2011 um 18:54 schrieb Alexander Graf: Commit 23c5e4ca (convert to memory API) broke the VIA Cuda emulation layer by not registering the IO structs. This patch registers them properly and thus makes -M g3beige and -M mac99 work again. Signed-off-by: Alexander Graf Tested-by: An

[Qemu-devel] [PATCH] PPC: Fix via-cuda memory registration

2011-09-08 Thread Alexander Graf
Commit 23c5e4ca (convert to memory API) broke the VIA Cuda emulation layer by not registering the IO structs. This patch registers them properly and thus makes -M g3beige and -M mac99 work again. Signed-off-by: Alexander Graf --- PS: Please test your patches. This one could have been found wit