Age | Commit message (Expand) | Author |
2014-03-20 | raven: Use raven_ for all function prefixes | Hervé Poussineau |
2014-03-20 | raven: Fix PCI bus accesses with size > 1 | Hervé Poussineau |
2014-03-20 | raven: Add PCI bus mastering address space | Hervé Poussineau |
2014-03-20 | raven: Set a correct PCI memory region | Hervé Poussineau |
2014-03-20 | raven: Set a correct PCI I/O memory region | Hervé Poussineau |
2014-03-20 | raven: Implement non-contiguous I/O region | Hervé Poussineau |
2014-03-20 | raven: Rename intack region to pci_intack | Hervé Poussineau |
2014-03-13 | raven: Move BIOS loading from board code to PCI host | Hervé Poussineau |
2014-03-11 | q35: Correct typo BRDIGE -> BRIDGE | BALATON Zoltan |
2014-03-09 | pam: partly fix write-only mode | Hervé Poussineau |
2014-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-02-10 | qdev:pci: refactor PCIDevice to use generic "hotpluggable" property | Igor Mammedov |
2014-02-09 | raven: Use constant PCI_NUM_PINS instead of 4 | Hervé Poussineau |
2014-01-10 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-12-23 | piix: fix 32bit pci hole | Gerd Hoffmann |
2013-12-23 | piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet | Markus Armbruster |
2013-12-23 | pci-host: Consistently set cannot_instantiate_with_device_add_yet | Markus Armbruster |
2013-12-23 | sysbus: Set cannot_instantiate_with_device_add_yet | Markus Armbruster |
2013-12-23 | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster |
2013-12-20 | PPC: Use default pci bus name for grackle and heathrow | Alexander Graf |
2013-12-10 | pc: map PCI address space as catchall region for not mapped addresses | Michael S. Tsirkin |
2013-11-10 | Fix pc migration from qemu <= 1.5 | Cole Robinson |
2013-10-31 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-10-14 | ich9: APIs for pc guest info | Michael S. Tsirkin |
2013-10-14 | piix: APIs for pc guest info | Michael S. Tsirkin |
2013-10-14 | q35: expose mmcfg size as a property | Michael S. Tsirkin |
2013-10-14 | q35: use macro for MCFG property name | Michael S. Tsirkin |
2013-09-30 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-09-20 | q35: Fix typo in constant DEFUALT -> DEFAULT. | Richard W.M. Jones |
2013-09-15 | piix: use 64 bit window programmed by guest | Michael S. Tsirkin |
2013-09-15 | q35: use 64 bit window programmed by guest | Michael S. Tsirkin |
2013-09-15 | q35: make pci window address/size match guest cfg | Michael S. Tsirkin |
2013-09-03 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-08-30 | qom: Pass available size to object_initialize() | Andreas Färber |
2013-08-30 | pci: Pass size to pci_bus_new_inplace() | Andreas Färber |
2013-08-27 | pc: fix regression for 64 bit PCI memory | Michael S. Tsirkin |
2013-07-31 | pci-host/prep: Set isa_mem_base in the PCI host bridge | Hervé Poussineau |
2013-07-29 | pc: limit 64 bit hole to 2G by default | Igor Mammedov |
2013-07-29 | pc: replace i440fx_common_init() with i440fx_init() | Igor Mammedov |
2013-07-29 | pc: add I440FX QOM cast macro | Igor Mammedov |
2013-07-29 | pci-bridge: Turn PCIBridge into abstract QOM type | Andreas Färber |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum |
2013-07-25 | sparc64: unbreak | Paolo Bonzini |
2013-07-25 | sparc64: remove indirection for I/O port access | Paolo Bonzini |
2013-07-25 | mips_fulong2e: do not use isa_mmio | Paolo Bonzini |
2013-07-23 | q35: Use QOM realize for q35 host bridge | Hu Tao |
2013-07-23 | q35: Use type-safe cast instead of direct access of parent dev | Hu Tao |
2013-07-23 | i440fx-pcihost: Use QOM realize for i440fx-pcihost | Hu Tao |
2013-07-23 | i440fx: Use type-safe cast instead of direct access of parent dev | Hu Tao |
2013-07-08 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |