qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 08/14] i8259: support NEC PC-9821 family


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH 08/14] i8259: support NEC PC-9821 family
Date: Thu, 10 Sep 2009 09:21:35 +0200


On 09.09.2009, at 17:42, 武田 俊也 wrote:

This patch is to add NEC PC-9821 family i/o to i8259.

diff -ur a/hw/i8259.c b/hw/i8259.c
--- a/hw/i8259.c        Tue Sep  8 21:26:50 2009
+++ b/hw/i8259.c        Wed Sep  9 21:51:43 2009
@@ -69,6 +69,8 @@
static uint64_t irq_count[16];
#endif

+static int irq_from_slave;

Shouldn't that be part of the PicState?

Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]