Re: [Qemu-devel] [PATCH 02/18] ppc_prep: convert to memory API

2012-01-05 Thread Andreas Färber
Am 05.01.2012 15:57, schrieb Avi Kivity: > On 01/05/2012 04:45 PM, Andreas Färber wrote: >> Am 17.10.2011 16:02, schrieb Avi Kivity: >>> Signed-off-by: Avi Kivity >> >> This one originally broke the prep machine: >> > > Instructions on how to reproduce, please. ppc-softmmu/qemu-system-ppc -M pre

Re: [Qemu-devel] [PATCH 02/18] ppc_prep: convert to memory API

2012-01-05 Thread Avi Kivity
On 01/05/2012 04:45 PM, Andreas Färber wrote: > Am 17.10.2011 16:02, schrieb Avi Kivity: > > Signed-off-by: Avi Kivity > > This one originally broke the prep machine: > Instructions on how to reproduce, please. -- error compiling committee.c: too many arguments to function

Re: [Qemu-devel] [PATCH 02/18] ppc_prep: convert to memory API

2012-01-05 Thread Andreas Färber
Am 17.10.2011 16:02, schrieb Avi Kivity: > Signed-off-by: Avi Kivity This one originally broke the prep machine: 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb is the first bad commit commit 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb Author: Avi Kivity Date: Sun Sep 25 16:57:45 2011 +0300 ppc_pr

[Qemu-devel] [PATCH 02/18] ppc_prep: convert to memory API

2011-10-19 Thread Avi Kivity
Signed-off-by: Avi Kivity --- hw/ppc_prep.c | 107 ++--- 1 files changed, 41 insertions(+), 66 deletions(-) diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index 6427baa..f22d5b9 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -116,16 +116,17 @@

[Qemu-devel] [PATCH 02/18] ppc_prep: convert to memory API

2011-10-17 Thread Avi Kivity
Signed-off-by: Avi Kivity --- hw/ppc_prep.c | 107 ++--- 1 files changed, 41 insertions(+), 66 deletions(-) diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index 6427baa..f22d5b9 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -116,16 +116,17 @@