diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2011-06-15 17:36:56 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2011-06-19 04:42:57 +0200 |
commit | bf09551a6b2282a1c59bd8335c1ef6e58704de98 (patch) | |
tree | 3193af92c2e72f381425dc19c87fb5c45dbcb866 /hw/pc.h | |
parent | ebed85058b6e89a5202112e9aa2abab3aa3804c3 (diff) |
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>
Diffstat (limited to 'hw/pc.h')
-rw-r--r-- | hw/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -176,7 +176,6 @@ struct PCII440FXState; typedef struct PCII440FXState PCII440FXState; PCIBus *i440fx_init(PCII440FXState **pi440fx_state, int *piix_devfn, qemu_irq *pic, ram_addr_t ram_size); -PCIBus *i440fx_xen_init(PCII440FXState **pi440fx_state, int *piix3_devfn, qemu_irq *pic, ram_addr_t ram_size); void i440fx_init_memory_mappings(PCII440FXState *d); /* piix4.c */ |