index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sysbus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
1
-1
/
+1
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-14
/
+8
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-15
/
+25
2012-01-03
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
Anthony Liguori
1
-0
/
+5
2011-12-20
hw/sysbus.c: Remove unnecessary conditionals
Peter Maydell
1
-13
/
+5
2011-12-20
sysbus: add sysbus_address_space()
Avi Kivity
1
-0
/
+5
2011-12-19
sysbus: remove sysbus_init_mmio_cb2
Benoît Canet
1
-16
/
+0
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
1
-1
/
+1
2011-11-28
sysbus: remove sysbus_init_mmio()
Avi Kivity
1
-21
/
+6
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