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
Age
Commit message (
Expand
)
Author
2023-03-01
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
2023-03-01
hw/xen: Support GSI mapping to PIRQ
David Woodhouse
2023-03-01
hw/xen: Implement emulated PIRQ hypercall support
David Woodhouse
2023-03-01
i386/xen: Implement HYPERVISOR_physdev_op
David Woodhouse
2023-03-01
hw/xen: Add basic ring handling to xenstore
David Woodhouse
2023-03-01
hw/xen: Add xen_xenstore device for xenstore emulation
David Woodhouse
2023-03-01
hw/xen: Add backend implementation of interdomain event channel support
David Woodhouse
2023-03-01
i386/xen: handle PV timer hypercalls
Joao Martins
2023-03-01
hw/xen: Implement GNTTABOP_query_size
David Woodhouse
2023-03-01
i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
David Woodhouse
2023-03-01
hw/xen: Support mapping grant frames
David Woodhouse
2023-03-01
hw/xen: Add xen_gnttab device for grant table emulation
David Woodhouse
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
David Woodhouse
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
David Woodhouse
2023-03-01
i386/xen: add monitor commands to test event injection
Joao Martins
2023-03-01
hw/xen: Implement EVTCHNOP_reset
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_bind_vcpu
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_bind_interdomain
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_alloc_unbound
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_send
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_bind_ipi
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_bind_virq
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_unmask
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_close
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_status
David Woodhouse
2023-03-01
hw/xen: Add xen_evtchn device for event channel emulation
David Woodhouse
2023-03-01
i386/xen: manage and save/restore Xen guest long_mode setting
David Woodhouse
2023-03-01
hw/xen: Add xen_overlay device for emulating shared xenheap pages
David Woodhouse
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-09-29
i386/kvm: Replace abs64() with uabs64() from host-utils
Luis Pires
2021-06-05
i386/kvm: The value passed to strerror should be positive
Dmitry Voronetskiy
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include hw/irq.h if it is not necessary
Thomas Huth
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-12-16
i386: move kvm accel files into kvm/
Claudio Fontana
2020-12-10
target/i386: Support up to 32768 CPUs without IRQ remapping
David Woodhouse
2020-10-14
i386/kvm: Remove IRQ routing support checks
Eduardo Habkost
2020-09-30
target/i386: always create kvmclock device
Vitaly Kuznetsov
2020-09-29
qapi: Restrict LostTickPolicy enum to machine code
Philippe Mathieu-Daudé
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-09-01
hw/i386/kvm/ioapic.c: fix typo in error message
Kenta Ishiguro
2020-08-21
meson: convert hw/arch*
Marc-André Lureau
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
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é
[next]