index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
sysbus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: kill off DeviceInfo
Anthony Liguori
2012-02-03
1
-1
/
+1
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-14
/
+8
*
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-15
/
+25
*
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
Anthony Liguori
2012-01-03
1
-0
/
+5
|
\
|
*
sysbus: add sysbus_address_space()
Avi Kivity
2011-12-20
1
-0
/
+5
*
|
hw/sysbus.c: Remove unnecessary conditionals
Peter Maydell
2011-12-20
1
-13
/
+5
|
/
*
sysbus: remove sysbus_init_mmio_cb2
Benoît Canet
2011-12-19
1
-16
/
+0
*
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
2011-11-28
1
-1
/
+1
*
sysbus: remove sysbus_init_mmio()
Avi Kivity
2011-11-28
1
-21
/
+6
*
sysbus: Supply missing va_end()
Markus Armbruster
2011-11-01
1
-0
/
+2
*
sysbus: add sysbus_add_memory_overlap()
Avi Kivity
2011-09-04
1
-0
/
+7
*
sysbus: add helpers to add and delete memory regions to the system bus
Avi Kivity
2011-09-04
1
-0
/
+22
*
hw/sysbus: Add sysbus_mmio_get_region()
Peter Maydell
2011-08-28
1
-0
/
+5
*
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
2011-08-25
1
-29
/
+0
*
sysbus: add sysbus_add_memory_overlap()
Avi Kivity
2011-08-25
1
-0
/
+7
*
sysbus: add helpers to add and delete memory regions to the system bus
Avi Kivity
2011-08-24
1
-0
/
+22
*
sysbus: remove sysbus_init_mmio_cb()
Avi Kivity
2011-08-22
1
-12
/
+0
*
sysbus: add a variant of sysbus_init_mmio_cb with an unmap callback
Avi Kivity
2011-08-22
1
-0
/
+15
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
sysbus: add MemoryRegion based memory management API
Avi Kivity
2011-07-29
1
-3
/
+24
*
Remove unused sysemu.h include directives
Blue Swirl
2011-04-15
1
-1
/
+0
*
sysbus: add creation function that may fail
Blue Swirl
2011-02-12
1
-0
/
+31
*
sysbus: print number of irqs in dev_print
Dmitry Eremin-Solenikov
2011-02-11
1
-0
/
+1
*
Add get_fw_dev_path callback for system bus.
Gleb Natapov
2010-12-11
1
-0
/
+30
*
sysbus: fix address truncation
Blue Swirl
2010-10-02
1
-1
/
+2
*
New qdev_init_nofail()
Markus Armbruster
2009-10-07
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-6
/
+6
*
Get rid of _t suffix
malc
2009-10-01
1
-6
/
+6
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-2
/
+2
*
Fix Sparse warnings: "Using plain integer as NULL pointer"
Blue Swirl
2009-07-31
1
-1
/
+1
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
qdev: replace bus_type enum with bus_info struct.
Gerd Hoffmann
2009-07-09
1
-2
/
+10
*
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
2009-06-11
1
-5
/
+6
*
qdev: add monitor command to dump the tree.
Gerd Hoffmann
2009-06-05
1
-0
/
+12
*
Record device property types
Paul Brook
2009-06-05
1
-10
/
+11
*
Add common BusState
Paul Brook
2009-05-23
1
-4
/
+16
*
Basic qdev infrastructure.
Paul Brook
2009-05-14
1
-0
/
+139