summaryrefslogtreecommitdiff
path: root/hw/piix_pci.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-08hw: move headers to include/Paolo Bonzini1-4/+4
2013-03-28piix_pci: Fix C99 commentsDavid Woodhouse1-4/+6
2013-03-28piix_pci: Use DEVICE() and ISA_BUS()David Woodhouse1-3/+2
2013-03-28piix_pci: Clean up i440FX object handlingDavid Woodhouse1-5/+10
2013-03-26pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson1-1/+1
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori1-8/+8
2013-03-08pci_host: Drop write-only address_space fieldPeter Maydell1-1/+0
2013-03-01hw: include hw header files with full pathsPaolo Bonzini1-8/+8
2013-01-30PIIX3: reset the VM when the Reset Control Register's RCPU bit gets setLaszlo Ersek1-1/+69
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-2/+2
2012-11-26pc/piix_pci: factor out smram/pam logicIsaku Yamahata1-53/+15
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-8/+8
2012-10-17i440fx: avoid destroying memory regions within a transactionAvi Kivity1-34/+35
2012-08-22pci: Tidy up PCI host bridgesAndreas Färber1-2/+4
2012-08-22pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGEAndreas Färber1-4/+4
2012-08-22pci: Make host bridge TypeInfos constAndreas Färber1-4/+4
2012-07-19pci: Add INTx routing notifierJan Kiszka1-0/+2
2012-07-19pci: Add pci_device_route_intx_to_irqMichael S. Tsirkin1-0/+18
2012-04-11piix_pci: fix typo in i400FX chipset init codeAlexey Korolev1-1/+1
2012-04-02qdev: put all devices under /machinePaolo Bonzini1-1/+1
2012-04-02qdev: add children before qdev_initPaolo Bonzini1-2/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-03qom: move properties from qdev to objectAnthony Liguori1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-31/+39
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-6/+13
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-37/+58
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori1-42/+44
2011-12-20pc: give ISA bus to ISA methodsHervé Poussineau1-3/+5
2011-12-20i440fx: remove piix3 fieldPaolo Bonzini1-3/+0
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/mutators' into stagingAnthony Liguori1-14/+6
2011-12-19Also create piix3 property when Xen is enabledJulian Pidancet1-2/+1
2011-12-15rtc: make piix3 set the rtc as a child (v2)Anthony Liguori1-0/+3
2011-12-05piix_pci: adapt smram mapping to use memory mutatorsAvi Kivity1-14/+6
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson1-1/+1
2011-09-04piix_pci: wrap memory update in a transactionAvi Kivity1-0/+2
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity1-2/+9
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-11/+2
2011-08-25piix_pci: wrap memory update in a transactionAvi Kivity1-0/+2
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity1-2/+9
2011-08-22440fx: fix PAM, PCI holesAvi Kivity1-33/+81
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-5/+9
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-4/+9
2011-07-17hw/piix_pci.c: Fix PIIX3-xen to initialize idsAnthony PERARD1-0/+3
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-12/+7
2011-06-19xen: fix interrupt routingStefano Stabellini1-32/+34
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-4/+47
2011-06-12hw/piix_pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-12/+7
2011-05-22piix_pci: fix piix3_set_irq_pic()TeLeMan1-1/+1
2011-05-08piix_pci: Introduces Xen specific call for irq.Anthony PERARD1-3/+46