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
/
misc
/
pc-testdev.c
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
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 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-11-12
pc-testdev: use HTTPS git URL
Stefan Hajnoczi
2018-10-02
hw: pc-testdev: add read memory region callback
Li Qiang
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
2016-01-29
x86: Clean up includes
Peter Maydell
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-25
pc-testdev: add I/O port to test memory.c auto split/combine
Paolo Bonzini
2013-07-25
pc-testdev: remove useless cpu_to_le64/le64_to_cpu
Paolo Bonzini
2013-07-25
pc-testdev: support 8 and 16-bit accesses to 0xe0
Paolo Bonzini
2013-07-04
hw/m*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
2013-04-08
hw: move other devices to hw/misc/, configure with default-configs/
Paolo Bonzini