index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ssi.c
Age
Commit message (
Expand
)
Author
2012-10-10
ssi: Add slave autoconnect helper
Peter Crosthwaite
2012-10-10
ssi: Added create_slave_no_init()
Peter A. G. Crosthwaite
2012-10-10
ssi: Implemented CS behaviour
Peter A. G. Crosthwaite
2012-10-10
ssi: Support for multiple attached devices
Peter A. G. Crosthwaite
2012-06-18
qbus: Make child devices links
Anthony Liguori
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
qdev: kill off DeviceInfo list
Anthony Liguori
2012-01-27
ssi: convert to QEMU Object Model
Anthony Liguori
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
2011-10-28
qdev: switch children device list to QTAILQ
Paolo Bonzini
2011-07-23
Correct spelling of licensed
Matthew Fernandez
2009-10-07
New qdev_init_nofail()
Markus Armbruster
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-07-09
qdev: replace bus_type enum with bus_info struct.
Gerd Hoffmann
2009-06-11
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
2009-05-23
Add common BusState
Paul Brook
2009-05-14
SSP bus framework
Paul Brook