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
/
wdt_ib700.c
Age
Commit message (
Expand
)
Author
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
2011-12-06
fix spelling in hw sub directory
Dong Xu Wang
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2010-12-20
wdt_ib700: Fix accidental use of SoftFloat int64 type
Andreas Färber
2010-12-12
Watchdog: disable watchdog timer when hard-rebooting a guest.
Richard W.M. Jones
2009-12-03
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
2009-10-27
ib700: port to vmstate
Juan Quintela
2009-10-27
ib700: move timer to IB700State
Juan Quintela
2009-10-27
ib700: Introduce IB700State
Juan Quintela
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
qdev: convert watchdogs
Markus Armbruster
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
2009-05-01
Hardware watchdog
Richard W.M. Jones