aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)Author
2014-03-20raven: Use raven_ for all function prefixesHervé Poussineau
2014-03-20raven: Fix PCI bus accesses with size > 1Hervé Poussineau
2014-03-20raven: Add PCI bus mastering address spaceHervé Poussineau
2014-03-20raven: Set a correct PCI memory regionHervé Poussineau
2014-03-20raven: Set a correct PCI I/O memory regionHervé Poussineau
2014-03-20raven: Implement non-contiguous I/O regionHervé Poussineau
2014-03-20raven: Rename intack region to pci_intackHervé Poussineau
2014-03-13raven: Move BIOS loading from board code to PCI hostHervé Poussineau
2014-03-11q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan
2014-03-09pam: partly fix write-only modeHervé Poussineau
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-02-09raven: Use constant PCI_NUM_PINS instead of 4Hervé Poussineau
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-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf
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-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-14ich9: APIs for pc guest infoMichael S. Tsirkin
2013-10-14piix: APIs for pc guest infoMichael S. Tsirkin
2013-10-14q35: expose mmcfg size as a propertyMichael S. Tsirkin
2013-10-14q35: use macro for MCFG property nameMichael S. Tsirkin
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-20q35: Fix typo in constant DEFUALT -> DEFAULT.Richard W.M. Jones
2013-09-15piix: use 64 bit window programmed by guestMichael S. Tsirkin
2013-09-15q35: use 64 bit window programmed by guestMichael S. Tsirkin
2013-09-15q35: make pci window address/size match guest cfgMichael S. Tsirkin
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber
2013-08-27pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin
2013-07-31pci-host/prep: Set isa_mem_base in the PCI host bridgeHervé Poussineau
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-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-25sparc64: unbreakPaolo Bonzini
2013-07-25sparc64: remove indirection for I/O port accessPaolo Bonzini
2013-07-25mips_fulong2e: do not use isa_mmioPaolo Bonzini
2013-07-23q35: Use QOM realize for q35 host bridgeHu Tao
2013-07-23q35: Use type-safe cast instead of direct access of parent devHu Tao
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