index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
kvm
/
i8259.c
Age
Commit message (
Expand
)
Author
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
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-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é
2017-12-21
i8259: move TYPE_INTERRUPT_STATS_PROVIDER upper
Peter Xu
2017-12-21
kvm-i8259: support "info pic" and "info irq"
Peter Xu
2016-09-13
pic: fix typo in error message: KVM_GET_IRQCHIP -> KVM_SET_IRQCHIP
Bruce Rogers
2016-01-29
x86: Clean up includes
Peter Maydell
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-07
i8259: Convert PICCommonState to use QOM realizefn
Andreas Färber
2013-06-07
kvm/i8259: QOM'ify some more
Andreas Färber
2013-04-29
i8259: QOM cleanups
Andreas Färber
2013-04-08
hw: move hw/kvm/ to hw/i386/kvm
Paolo Bonzini