index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sysbus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-01
sysbus: Supply missing va_end()
Markus Armbruster
1
-0
/
+2
2011-09-04
sysbus: add sysbus_add_memory_overlap()
Avi Kivity
1
-0
/
+7
2011-09-04
sysbus: add helpers to add and delete memory regions to the system bus
Avi Kivity
1
-0
/
+22
2011-08-28
hw/sysbus: Add sysbus_mmio_get_region()
Peter Maydell
1
-0
/
+5
2011-08-25
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
1
-29
/
+0
2011-08-25
sysbus: add sysbus_add_memory_overlap()
Avi Kivity
1
-0
/
+7
2011-08-24
sysbus: add helpers to add and delete memory regions to the system bus
Avi Kivity
1
-0
/
+22
2011-08-22
sysbus: remove sysbus_init_mmio_cb()
Avi Kivity
1
-12
/
+0
2011-08-22
sysbus: add a variant of sysbus_init_mmio_cb with an unmap callback
Avi Kivity
1
-0
/
+15
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-07-29
sysbus: add MemoryRegion based memory management API
Avi Kivity
1
-3
/
+24
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
1
-1
/
+0
2011-02-12
sysbus: add creation function that may fail
Blue Swirl
1
-0
/
+31
2011-02-11
sysbus: print number of irqs in dev_print
Dmitry Eremin-Solenikov
1
-0
/
+1
2010-12-11
Add get_fw_dev_path callback for system bus.
Gleb Natapov
1
-0
/
+30
2010-10-02
sysbus: fix address truncation
Blue Swirl
1
-1
/
+2
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-6
/
+6
2009-10-01
Get rid of _t suffix
malc
1
-6
/
+6
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-2
/
+2
2009-07-31
Fix Sparse warnings: "Using plain integer as NULL pointer"
Blue Swirl
1
-1
/
+1
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-07-09
qdev: replace bus_type enum with bus_info struct.
Gerd Hoffmann
1
-2
/
+10
2009-06-11
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
1
-5
/
+6
2009-06-05
qdev: add monitor command to dump the tree.
Gerd Hoffmann
1
-0
/
+12
2009-06-05
Record device property types
Paul Brook
1
-10
/
+11
2009-05-23
Add common BusState
Paul Brook
1
-4
/
+16
2009-05-14
Basic qdev infrastructure.
Paul Brook
1
-0
/
+139