[PATCH 3/7] qemu: piix: Introduce functions to get pin number from irq and vice versa

2008-09-23 Thread Amit Shah
Signed-off-by: Amit Shah [EMAIL PROTECTED] --- qemu/hw/piix_pci.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/qemu/hw/piix_pci.c b/qemu/hw/piix_pci.c index 6fbf47b..dc12c8a 100644 --- a/qemu/hw/piix_pci.c +++ b/qemu/hw/piix_pci.c @@ -243,6 +243,25

Re: [PATCH 3/7] qemu: piix: Introduce functions to get pin number from irq and vice versa

2008-09-23 Thread Amit Shah
* On Tuesday 23 Sep 2008 21:43:26 Anthony Liguori wrote: Amit Shah wrote: Signed-off-by: Amit Shah [EMAIL PROTECTED] --- qemu/hw/piix_pci.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/qemu/hw/piix_pci.c b/qemu/hw/piix_pci.c index