summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/prep.c
Commit message (Expand)AuthorAgeFilesLines
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* 40p: use OR gate to wire up raven PCI interruptsMark Cave-Ayland2018-09-251-2/+23
* raven: some minor IRQ-related tidy-upsMark Cave-Ayland2018-09-251-6/+5Star
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-2/+2
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* hw/pci-host/prep: Do not use hw_error() in realize functionThomas Huth2017-02-221-5/+6
* hw/prep: realize the PCI root bus as part of the prep initMarcel Apfelbaum2016-07-201-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* raven: Mark use of hw_error() in realize() FIXMEMarkus Armbruster2016-01-131-2/+4
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1Star
* exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-261-2/+4
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2Star
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+2
* prep: Remove PCI memory hack related to OpenHack'WareHervé Poussineau2014-07-071-3/+1Star
* hw/pci-host/prep: Don't reverse IO accesses on bigendian hostsPeter Maydell2014-04-081-4/+4
* raven: Use raven_ for all function prefixesHervé Poussineau2014-03-201-19/+21
* raven: Fix PCI bus accesses with size > 1Hervé Poussineau2014-03-201-4/+4
* raven: Add PCI bus mastering address spaceHervé Poussineau2014-03-201-0/+24
* raven: Set a correct PCI memory regionHervé Poussineau2014-03-201-3/+6
* raven: Set a correct PCI I/O memory regionHervé Poussineau2014-03-201-9/+10
* raven: Implement non-contiguous I/O regionHervé Poussineau2014-03-201-0/+85
* raven: Rename intack region to pci_intackHervé Poussineau2014-03-201-3/+4
* raven: Move BIOS loading from board code to PCI hostHervé Poussineau2014-03-131-0/+51
* raven: Use constant PCI_NUM_PINS instead of 4Hervé Poussineau2014-02-091-3/+3
* pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+5
* sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-2/+2
* qom: Pass available size to object_initialize()Andreas Färber2013-08-301-1/+1
* pci: Pass size to pci_bus_new_inplace()Andreas Färber2013-08-301-1/+1
* pci-host/prep: Set isa_mem_base in the PCI host bridgeHervé Poussineau2013-07-311-0/+2
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-4/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+232