aboutsummaryrefslogtreecommitdiffstats
path: root/hw/piix_pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-01piix_pci: load path clean upIsaku Yamahata1-8/+4
2011-04-01piix_pci: optimize set irq pathIsaku Yamahata1-17/+84
2011-04-01piix_pci: eliminate PIIX3State::pci_irq_levelsIsaku Yamahata1-11/+27
2011-01-10piix: tag as not hotpluggable.Gerd Hoffmann1-0/+2
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+1
2010-09-18Introduce range.hBlue Swirl1-0/+1
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata1-2/+0
2010-07-11pci: set multifunction property for normal device.Isaku Yamahata1-1/+1
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-05-28Fix overflow in i440fx_init()Avi Kivity1-1/+1
2010-05-15pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata1-1/+4
2010-05-03hw: better i440 emulationBernhard M. Wiedemann1-1/+6
2009-12-23piix_pci: add link to i440fx data sheet.Isaku Yamahata1-0/+5
2009-12-23piix_pci: use range helper functionIsaku Yamahata1-3/+3
2009-12-23piix_pci: define symbolic value for PAM0, PAM6 and SMRAM.Isaku Yamahata1-5/+12
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-2/+2
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata1-1/+1
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata1-14/+1
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-9/+2
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-05piix_pci: kill PIIX3IrqStateGerd Hoffmann1-20/+17