On Tue, Aug 12, 2014 at 7:16 PM, Alexander Graf wrote:
>
> On 04.08.14 03:55, Peter Crosthwaite wrote:
>>
>> To replace the old qemu_irq intercept API (which had users reaching
>> into qdev private state for IRQs).
>>
>> Signed-off-by: Peter Crosthwaite
>> ---
>>
>> hw/core/qdev.c | 25
On 04.08.14 03:55, Peter Crosthwaite wrote:
To replace the old qemu_irq intercept API (which had users reaching
into qdev private state for IRQs).
Signed-off-by: Peter Crosthwaite
---
hw/core/qdev.c | 25 +
include/hw/qdev-core.h | 2 ++
2 files changed, 2
To replace the old qemu_irq intercept API (which had users reaching
into qdev private state for IRQs).
Signed-off-by: Peter Crosthwaite
---
hw/core/qdev.c | 25 +
include/hw/qdev-core.h | 2 ++
2 files changed, 27 insertions(+)
diff --git a/hw/core/qdev.c b/hw/