aboutsummaryrefslogtreecommitdiff
path: root/hw/sysbus.h
AgeCommit message (Expand)Author
2013-04-01sysbus: Remove sysbus_add_memory and sysbus_del_memoryPeter Maydell
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-02-27Fix guest OS hang when 64bit PCI bar presentAlexey Korolev
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-17hw/sysbus.h: Increase maximum number of device IRQs.Evgeny Voevodin
2011-12-20sysbus: add sysbus_address_space()Avi Kivity
2011-12-19sysbus: remove sysbus_init_mmio_cb2Benoît Canet
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-11-28sysbus: remove sysbus_init_mmio()Avi Kivity
2011-09-04sysbus: add sysbus_add_memory_overlap()Avi Kivity
2011-09-04sysbus: add helpers to add and delete memory regions to the system busAvi Kivity
2011-08-28hw/sysbus: Add sysbus_mmio_get_region()Peter Maydell
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori
2011-08-25sysbus: add sysbus_add_memory_overlap()Avi Kivity
2011-08-24sysbus: add helpers to add and delete memory regions to the system busAvi Kivity
2011-08-22sysbus: remove sysbus_init_mmio_cb()Avi Kivity
2011-08-22sysbus: add a variant of sysbus_init_mmio_cb with an unmap callbackAvi Kivity
2011-07-29sysbus: add MemoryRegion based memory management APIAvi Kivity
2011-02-12sysbus: add creation function that may failBlue Swirl
2010-12-11Add get_fw_dev_path callback for system bus.Gleb Natapov
2010-10-02sysbus: fix address truncationBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-07-16Sparc32: convert slavio interrupt controller to qdevBlue Swirl
2009-07-12Sparc32: convert tcx to qdevBlue Swirl
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-06-05Record device property typesPaul Brook
2009-05-14Basic qdev infrastructure.Paul Brook