[Qemu-devel] [PATCH 1/7] integratorcp: convert core to memory API

2011-10-17 Thread Benoît Canet
Signed-off-by: Benoit Canet Reviewed-by: Peter Maydell --- hw/integratorcp.c | 29 - 1 files changed, 12 insertions(+), 17 deletions(-) diff --git a/hw/integratorcp.c b/hw/integratorcp.c index 9a289b4..0dc84c4 100644 --- a/hw/integratorcp.c +++ b/hw/integratorcp.c

Re: [Qemu-devel] [PATCH 1/7] integratorcp: convert core to memory API

2011-10-17 Thread Avi Kivity
On 10/17/2011 04:14 PM, Peter Maydell wrote: > 2011/10/13 Benoît Canet : > > These patches all need a Signed-off-by: line from you. > (when you've fixed this and the other review issues you > should resend, preferably with a cover letter email. > CC Avi since I'm assuming these patches should go vi

Re: [Qemu-devel] [PATCH 1/7] integratorcp: convert core to memory API

2011-10-17 Thread Peter Maydell
2011/10/13 Benoît Canet : These patches all need a Signed-off-by: line from you. (when you've fixed this and the other review issues you should resend, preferably with a cover letter email. CC Avi since I'm assuming these patches should go via his tree.) Otherwise, Reviewed-by: Peter Maydell (w

[Qemu-devel] [PATCH 1/7] integratorcp: convert core to memory API

2011-10-13 Thread Benoît Canet
--- hw/integratorcp.c | 29 - 1 files changed, 12 insertions(+), 17 deletions(-) diff --git a/hw/integratorcp.c b/hw/integratorcp.c index 9a289b4..0dc84c4 100644 --- a/hw/integratorcp.c +++ b/hw/integratorcp.c @@ -18,6 +18,7 @@ typedef struct { SysBusDevice b