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
/
i386
/
kvm
/
i8254.c
Age
Commit message (
Expand
)
Author
2021-06-05
i386/kvm: The value passed to strerror should be positive
Dmitry Voronetskiy
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-09-29
qapi: Restrict LostTickPolicy enum to machine code
Philippe Mathieu-Daudé
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include generated QAPI headers less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-06-01
memory: get rid of memory_region_init_reservation
Paolo Bonzini
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-05-19
explicitly include linux/kvm.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
x86: Clean up includes
Peter Maydell
2014-12-15
valgrind/i386: avoid false positives on KVM_SET_PIT ioctl
Christian Borntraeger
2014-09-16
pit: fix pit interrupt can't inject into vm after migration
ChenLiang
2014-02-14
qdev: Add enum property types to QAPI schema
Paolo Bonzini
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-07
i8254: Convert PITCommonState to QOM realizefn
Andreas Färber
2013-06-07
kvm/i8254: QOM'ify some more
Andreas Färber
2013-04-08
hw: move hw/kvm/ to hw/i386/kvm
Paolo Bonzini