Statistics
| Branch: | Revision:

root / hw / lpc_ich9.c @ d8c6d07f

History | View | Annotate | Download (14.7 kB)

# Date Author Comment
503b19fc 01/04/2013 09:51 am Gerd Hoffmann

apci: assign memory regions to ich9 lpc device

Get rid of get_system_io() usage.

Signed-off-by: Gerd Hoffmann <>

9c17d615 12/19/2012 09:32 am Paolo Bonzini

softmmu: move include files to include/sysemu/

Signed-off-by: Paolo Bonzini <>

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

misc: move include files to include/qemu/

Signed-off-by: Paolo Bonzini <>

022c62cb 12/19/2012 09:31 am Paolo Bonzini

exec: move include files to include/exec/

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 <>

6f918e40 12/12/2012 11:36 pm Jason Baron

Fixup q35/ich9 Licenses

Cleanup the q35/ich9 license headers.

Signed-off-by: Jason Baron <>
Signed-off-by: Michael S. Tsirkin <>
Acked-by: Isaku Yamahata <>

8385b173 12/10/2012 04:33 pm Anthony Liguori

Merge remote-tracking branch 'kraxel/acpi.1' into staging

  • kraxel/acpi.1:
    acpi: drop debug port
    q35: update lpc pci config space according to configured devices
    apci: switch piix4 pci hotplug to memory api
    acpi: remove acpi_gpe_blk
    apci: switch piix4 gpe to memory api...
42d8a3cf 12/04/2012 03:50 pm Julien Grall

hw/apm.c: Replace register_ioport_*

Replace all register_ioport_*() with a MemoryRegion.
This permits to use the new Memory stuff like listeners.

Moreover, the PCI device is added as an argument for apm_init(),
so we can register IO inside the PCI IO address space....

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

q35: update lpc pci config space according to configured devices

Signed-off-by: Gerd Hoffmann <>

243b9511 11/26/2012 05:35 pm Jan Kiszka

q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic

Avoid passing a non-PCI IRQ to ich9_gsi_to_pirq. It's wrong and triggers
an assertion.

Reviewed-by: Paolo Bonzini <>
Signed-off-by: Jan Kiszka <>
Signed-off-by: Jason Baron <>...

4d00636e 11/26/2012 05:35 pm Jason Baron

ich9: Add the lpc chip

Add support for the ICH9 LPC chip.

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