]> git.proxmox.com Git - qemu.git/commit
xen: fix interrupt routing
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 15 Jun 2011 16:36:56 +0000 (17:36 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 19 Jun 2011 02:42:57 +0000 (04:42 +0200)
commitbf09551a6b2282a1c59bd8335c1ef6e58704de98
tree3193af92c2e72f381425dc19c87fb5c45dbcb866
parentebed85058b6e89a5202112e9aa2abab3aa3804c3
xen: fix interrupt routing

Compared to the last version I only added a comment to the code.

- remove i440FX-xen and i440fx_write_config_xen
we don't need to intercept pci config writes to i440FX anymore;

- introduce PIIX3-xen and piix3_write_config_xen
we do need to intercept pci config write to the PCI-ISA bridge to update
the PCI link routing;

- set the number of PIIX3-xen interrupts line to 128;

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/pc.h
hw/pc_piix.c
hw/piix_pci.c