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
/
gpio
/
zaurus.c
Age
Commit message (
Expand
)
Author
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2016-06-14
hw/gpio: QOM'ify zaurus.c
xiaoqiang zhao
2016-01-29
arm devices: Clean up includes
Peter Maydell
2015-09-11
hw/gpio/zaurus: Remove meaningless blank Property
Shannon Zhao
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2014-05-05
zaurus: fix buffer overrun on invalid state load
Michael S. Tsirkin
2013-07-29
gpio/zaurus: QOM cast cleanup
Andreas Färber
2013-07-04
hw/gpio: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-19
Remove unneeded type casts
Stefan Weil
2013-04-08
hw: move GPIO interfaces to hw/gpio/, configure with default-configs/
Paolo Bonzini