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
/
ioapic.c
Age
Commit message (
Expand
)
Author
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-02-20
hw/i386/kvm/ioapic: Replace magic '24' value by proper definition
Philippe Mathieu-Daudé
2023-09-07
sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targets
Philippe Mathieu-Daudé
2023-02-27
hw: Move ioapic*.h to intc/
Bernhard Beschow
2023-01-13
hw/intc: Extract the IRQ counting functions into a separate file
Thomas Huth
2021-06-05
i386/kvm: The value passed to strerror should be positive
Dmitry Voronetskiy
2021-05-02
hw: Do not include hw/irq.h if it is not necessary
Thomas Huth
2020-10-14
i386/kvm: Remove IRQ routing support checks
Eduardo Habkost
2020-09-01
hw/i386/kvm/ioapic.c: fix typo in error message
Kenta Ishiguro
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-12-17
hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
Philippe Mathieu-Daudé
2019-12-17
x86: move more x86-generic functions out of PC files
Paolo Bonzini
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-01-09
ioapic: use TYPE_FOO MACRO than constant string
Li Qiang
2018-06-28
hmp: obsolete "info ioapic"
Peter Xu
2018-06-28
ioapic: support "info irq"
Peter Xu
2018-06-01
memory: get rid of memory_region_init_reservation
Paolo Bonzini
2017-02-16
kvm/ioapic: correct kvm ioapic version
Peter Xu
2017-02-16
kvm/ioapic: dump real object instead of a fake one
Peter Xu
2016-01-29
x86: Clean up includes
Peter Maydell
2015-09-25
hmp: added io apic dump state
Pavel Butsykin
2013-12-24
ioapic: QOM'ify ioapic
xiaoqiang zhao
2013-12-24
ioapic: Cleanup for QOM'ification
xiaoqiang zhao
2013-07-29
kvm/ioapic: QOM cast cleanup
Andreas Färber
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-01
KVM: PIC: Only commit irq routing when necessary
Alexander Graf
2013-04-08
hw: move hw/kvm/ to hw/i386/kvm
Paolo Bonzini