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
/
input
/
milkymist-softusb.c
Age
Commit message (
Expand
)
Author
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
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
2018-12-13
milkymist-softusb: Convert sysbus init function to realize function
Mao Zhongyi
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
lm32: Clean up includes
Peter Maydell
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2014-12-29
milkymist: softmmu: fix event handling
Michael Walle
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-06-10
hw/misc/milkymist-softusb: Remove unused softusb_{read, write}_pmem()
Peter Maydell
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2013-07-29
milkymist-softusb: QOM cast cleanup
Andreas Färber
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move timer devices to hw/timer/, configure with default-configs/
Paolo Bonzini