Statistics
| Branch: | Revision:

root / hw / ich9.h @ 9a6ee9fd

History | View | Annotate | Download (7.8 kB)

# Date Author Comment
91c3f2f0 01/30/2013 01:31 am Jason Baron

ich9: add support for pci assignment

Fills out support for the pci assignment API. Added:

PCIINTxRoute ich9_route_intx_pin_to_irq(void *opaque, int pirq_pin)

Add calls to pci_bus_fire_intx_routing_notifier() when routing changes
are made.

Signed-off-by: Jason Baron <>...

1de7afc9 12/19/2012 09:32 am Paolo Bonzini

misc: move include files to include/qemu/

Signed-off-by: Paolo Bonzini <>

06aac7bd 12/17/2012 01:02 pm Michael S. Tsirkin

pci: rename pci_internals.h pci_bus.h

There are lots of external users of pci_internals.h,
apparently making it an internal interface only didn't
work out. Let's stop pretending it's an internal header.

Signed-off-by: Michael S. Tsirkin <>

a2cb15b0 12/17/2012 01:02 pm Michael S. Tsirkin

pci: update all users to look in pci/

update all users so we can remove the makefile hack.

Signed-off-by: Michael S. Tsirkin <>

3f5bc9e8 12/04/2012 02:52 pm Gerd Hoffmann

q35: update lpc pci config space according to configured devices

Signed-off-by: Gerd Hoffmann <>

e516572f 11/26/2012 05:35 pm Jason Baron

ich9: Add acpi support and definitions

Lay the groundwork for subsequent ich9 support.

Signed-off-by: Isaku Yamahata <>
Signed-off-by: Jason Baron <>
Signed-off-by: Anthony Liguori <>