index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
core
/
sysbus.c
Age
Commit message (
Expand
)
Author
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-29
sysbus: add a sysbus_mmio_unmap() helper
Cédric Le Goater
2019-03-11
sysbus: Fix latent bug with onboard devices
Markus Armbruster
2018-12-13
core/sysbus: remove the SysBusDeviceClass::init path
Mao Zhongyi
2018-08-16
sysbus: always allow explicit_ofw_unit_address() to override address generation
Mark Cave-Ayland
2018-07-17
hw/core/sysbus: Add a function for creating and attaching an object
Thomas Huth
2018-06-01
qdev: Simplify the SysBusDeviceClass::init path
Philippe Mathieu-Daudé
2017-05-17
sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE
Eduardo Habkost
2016-05-19
hw: remove pio_addr_t
Paolo Bonzini
2016-01-29
hw/core: Clean up includes
Peter Maydell
2015-07-06
sysbus: add irq_routing_notifier
Eric Auger
2015-06-23
hw/core: explicit OFW unit address callback for SysBusDeviceClass
Laszlo Ersek
2015-06-19
hw/core: rebase sysbus_get_fw_dev_path() to g_strdup_printf()
Laszlo Ersek
2015-03-10
sysbus: fix memory leak
Gonglei
2014-11-04
sysbus: Expose MMIO enumeration helper
Alexander Graf
2014-11-04
sysbus: Expose IRQ enumeration helpers
Alexander Graf
2014-11-04
sysbus: Make devices spawnable via -device
Alexander Graf
2014-11-04
sysbus: Add dynamic sysbus device search
Alexander Graf
2014-10-23
sysbus: Use TYPE_DEVICE GPIO functionality
Peter Crosthwaite
2014-08-17
sysbus: remove unused function sysbus_del_io
Paolo Bonzini
2013-12-23
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-10-14
memory: Change MemoryRegion priorities from unsigned to signed
Marcel Apfelbaum
2013-08-30
qdev: Pass size to qbus_create_inplace()
Andreas Färber
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini