summaryrefslogtreecommitdiffstats
path: root/hw/sysbus.c
Commit message (Expand)AuthorAgeFilesLines
* sysbus: add sysbus_add_memory_overlap()Avi Kivity2011-09-041-0/+7
* sysbus: add helpers to add and delete memory regions to the system busAvi Kivity2011-09-041-0/+22
* hw/sysbus: Add sysbus_mmio_get_region()Peter Maydell2011-08-281-0/+5
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-29/+0
* sysbus: add sysbus_add_memory_overlap()Avi Kivity2011-08-251-0/+7
* sysbus: add helpers to add and delete memory regions to the system busAvi Kivity2011-08-241-0/+22
* sysbus: remove sysbus_init_mmio_cb()Avi Kivity2011-08-221-12/+0
* sysbus: add a variant of sysbus_init_mmio_cb with an unmap callbackAvi Kivity2011-08-221-0/+15
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* sysbus: add MemoryRegion based memory management APIAvi Kivity2011-07-291-3/+24
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* sysbus: add creation function that may failBlue Swirl2011-02-121-0/+31
* sysbus: print number of irqs in dev_printDmitry Eremin-Solenikov2011-02-111-0/+1
* Add get_fw_dev_path callback for system bus.Gleb Natapov2010-12-111-0/+30
* sysbus: fix address truncationBlue Swirl2010-10-021-1/+2
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-6/+6
* Get rid of _t suffixmalc2009-10-011-6/+6
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+2
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann2009-07-091-2/+10
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-5/+6
* qdev: add monitor command to dump the tree.Gerd Hoffmann2009-06-051-0/+12
* Record device property typesPaul Brook2009-06-051-10/+11
* Add common BusStatePaul Brook2009-05-231-4/+16
* Basic qdev infrastructure.Paul Brook2009-05-141-0/+139
OpenPOWER on IntegriCloud