aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sysbus.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-14/+8
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-15/+25
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori1-0/+5
2011-12-20hw/sysbus.c: Remove unnecessary conditionalsPeter Maydell1-13/+5
2011-12-20sysbus: add sysbus_address_space()Avi Kivity1-0/+5
2011-12-19sysbus: remove sysbus_init_mmio_cb2Benoît Canet1-16/+0
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-11-28sysbus: remove sysbus_init_mmio()Avi Kivity1-21/+6
2011-11-01sysbus: Supply missing va_end()Markus Armbruster1-0/+2
2011-09-04sysbus: add sysbus_add_memory_overlap()Avi Kivity1-0/+7
2011-09-04sysbus: add helpers to add and delete memory regions to the system busAvi Kivity1-0/+22
2011-08-28hw/sysbus: Add sysbus_mmio_get_region()Peter Maydell1-0/+5
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-29/+0
2011-08-25sysbus: add sysbus_add_memory_overlap()Avi Kivity1-0/+7
2011-08-24sysbus: add helpers to add and delete memory regions to the system busAvi Kivity1-0/+22
2011-08-22sysbus: remove sysbus_init_mmio_cb()Avi Kivity1-12/+0
2011-08-22sysbus: add a variant of sysbus_init_mmio_cb with an unmap callbackAvi Kivity1-0/+15
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-07-29sysbus: add MemoryRegion based memory management APIAvi Kivity1-3/+24
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-02-12sysbus: add creation function that may failBlue Swirl1-0/+31
2011-02-11sysbus: print number of irqs in dev_printDmitry Eremin-Solenikov1-0/+1
2010-12-11Add get_fw_dev_path callback for system bus.Gleb Natapov1-0/+30
2010-10-02sysbus: fix address truncationBlue Swirl1-1/+2
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+2
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-09qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann1-2/+10
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-5/+6
2009-06-05qdev: add monitor command to dump the tree.Gerd Hoffmann1-0/+12
2009-06-05Record device property typesPaul Brook1-10/+11
2009-05-23Add common BusStatePaul Brook1-4/+16
2009-05-14Basic qdev infrastructure.Paul Brook1-0/+139