aboutsummaryrefslogtreecommitdiff
path: root/hw/piix_pci.c
AgeCommit message (Expand)Author
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-17i440fx: avoid destroying memory regions within a transactionAvi Kivity
2012-08-22pci: Tidy up PCI host bridgesAndreas Färber
2012-08-22pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGEAndreas Färber
2012-08-22pci: Make host bridge TypeInfos constAndreas Färber
2012-07-19pci: Add INTx routing notifierJan Kiszka
2012-07-19pci: Add pci_device_route_intx_to_irqMichael S. Tsirkin
2012-04-11piix_pci: fix typo in i400FX chipset init codeAlexey Korolev
2012-04-02qdev: put all devices under /machinePaolo Bonzini
2012-04-02qdev: add children before qdev_initPaolo Bonzini
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qom: move properties from qdev to objectAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori
2011-12-20pc: give ISA bus to ISA methodsHervé Poussineau
2011-12-20i440fx: remove piix3 fieldPaolo Bonzini
2011-12-19Merge remote-tracking branch 'qemu-kvm/memory/mutators' into stagingAnthony Liguori
2011-12-19Also create piix3 property when Xen is enabledJulian Pidancet
2011-12-15rtc: make piix3 set the rtc as a child (v2)Anthony Liguori
2011-12-05piix_pci: adapt smram mapping to use memory mutatorsAvi Kivity
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson
2011-09-04piix_pci: wrap memory update in a transactionAvi Kivity
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori
2011-08-25piix_pci: wrap memory update in a transactionAvi Kivity
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity
2011-08-22440fx: fix PAM, PCI holesAvi Kivity
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity
2011-07-29pci: pass address space to pci bus when createdAvi Kivity
2011-07-17hw/piix_pci.c: Fix PIIX3-xen to initialize idsAnthony PERARD
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-06-19xen: fix interrupt routingStefano Stabellini
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12hw/piix_pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-05-22piix_pci: fix piix3_set_irq_pic()TeLeMan
2011-05-08piix_pci: Introduces Xen specific call for irq.Anthony PERARD
2011-04-01piix_pci: load path clean upIsaku Yamahata
2011-04-01piix_pci: optimize set irq pathIsaku Yamahata
2011-04-01piix_pci: eliminate PIIX3State::pci_irq_levelsIsaku Yamahata
2011-01-10piix: tag as not hotpluggable.Gerd Hoffmann
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov
2010-09-18Introduce range.hBlue Swirl
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata
2010-07-11pci: set multifunction property for normal device.Isaku Yamahata
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-05-28Fix overflow in i440fx_init()Avi Kivity
2010-05-15pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata
2010-05-03hw: better i440 emulationBernhard M. Wiedemann