Re: [Qemu-devel] [PATCH v5 5/8] irq: Add a new irq device that allows the ORing of lines

2016-08-01 Thread Peter Maydell
On 1 August 2016 at 03:21, Alistair Francis wrote: > On Tue, Jul 26, 2016 at 8:00 AM, Peter Maydell > wrote: >> The data in the memory pointed to by 'levels' is state, and you >> need to migrate it somehow. (Otherwise you'll give the wrong >>

Re: [Qemu-devel] [PATCH v5 5/8] irq: Add a new irq device that allows the ORing of lines

2016-07-31 Thread Alistair Francis
On Tue, Jul 26, 2016 at 8:00 AM, Peter Maydell wrote: > On 26 July 2016 at 15:37, Alistair Francis wrote: >> Signed-off-by: Alistair Francis >> --- >> >> hw/core/irq.c| 44

Re: [Qemu-devel] [PATCH v5 5/8] irq: Add a new irq device that allows the ORing of lines

2016-07-26 Thread Peter Maydell
On 26 July 2016 at 15:37, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > > hw/core/irq.c| 44 > include/hw/irq.h | 13 + > 2 files changed, 57 insertions(+) > > diff

[Qemu-devel] [PATCH v5 5/8] irq: Add a new irq device that allows the ORing of lines

2016-07-26 Thread Alistair Francis
Signed-off-by: Alistair Francis --- hw/core/irq.c| 44 include/hw/irq.h | 13 + 2 files changed, 57 insertions(+) diff --git a/hw/core/irq.c b/hw/core/irq.c index 49ff2e6..73b18b4 100644 --- a/hw/core/irq.c