summaryrefslogtreecommitdiff
path: root/hw/pci-host/piix.c
AgeCommit message (Expand)Author
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster
2016-07-04pc: Eliminate PcPciInfoMarkus Armbruster
2016-07-04piix: Set I440FXState member pci_info.w32 in one placeMarkus Armbruster
2016-07-04q35: allow dynamic sysbusMarcel Apfelbaum
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-01-29x86: Clean up includesPeter Maydell
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster
2016-01-08igd-passthrough: fix use of host_pci_config_readCao jin
2015-11-17i440fx: print an error message if user tries to enable iommuBandan Das
2015-10-22piix: fix resource leak reported by Coverityzhanghailiang
2015-09-10piix: create host bridge to passthroughTiejun Chen
2015-09-08i440fx: make types configurable at run-timeMichael S. Tsirkin
2015-08-13piix: Document coreboot-specific RAM size config registerEduardo Habkost
2015-06-23piix: piix3 QOMifyGonglei
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-05hw/i386: remove smram_updatePaolo Bonzini
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini
2015-06-05hw/i386: add a separate region that tracks the SMRAME bitPaolo Bonzini
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau
2014-09-11piix: do not set irq while loading vmstatePavel Dovgalyuk
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-12-23piix: fix 32bit pci holeGerd Hoffmann
2013-12-23piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson
2013-10-14piix: APIs for pc guest infoMichael S. Tsirkin
2013-09-15piix: use 64 bit window programmed by guestMichael S. Tsirkin
2013-08-27pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin
2013-07-29pc: limit 64 bit hole to 2G by defaultIgor Mammedov
2013-07-29pc: replace i440fx_common_init() with i440fx_init()Igor Mammedov
2013-07-29pc: add I440FX QOM cast macroIgor Mammedov
2013-07-23i440fx-pcihost: Use QOM realize for i440fx-pcihostHu Tao
2013-07-23i440fx: Use type-safe cast instead of direct access of parent devHu Tao
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04pam: pass device to init_pam and use it to set ownerPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini