aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
2025-05-30Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+5
2025-05-28i386/apic: Skip kvm_apic_put() for TDXXiaoyao Li1-0/+5
2025-05-28qapi: make Xen event commands unconditionally availableDaniel P. Berrangé2-14/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé10-10/+10
2025-04-24Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi1-3/+1
2025-04-24cleanup: Re-run return_directly.cocciMarkus Armbruster1-3/+1
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson3-3/+3
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé1-1/+1
2025-01-17Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-3/+2
2025-01-10target/i386/kvm: Add feature bit definitions for KVM CPUIDZhao Liu1-3/+2
2025-01-09hw/xen: Check if len is 0 before memcpy()Akihiko Odaki1-0/+4
2025-01-09hw/i386/pc: Fix level interrupt sharing for Xen event channel GSIDavid Woodhouse2-14/+48
2024-12-31hw/i386: Mark devices as little-endianPhilippe Mathieu-Daudé1-1/+1
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi10-19/+19
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé10-19/+19
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson3-3/+0
2024-12-15hw/i386: Constify all PropertyRichard Henderson3-3/+3
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell4-4/+4
2024-04-02hw/xen_evtchn: Initialize flush_kvm_routesArtem Chernyshev1-1/+1
2024-02-27hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow1-1/+1
2024-02-20hw/i386/kvm/ioapic: Replace magic '24' value by proper definitionPhilippe Mathieu-Daudé1-1/+1
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh1-1/+2
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi2-8/+8
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi3-10/+10
2023-12-29hw/i386: Constify VMStateRichard Henderson5-8/+8
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse7-1/+243
2023-11-07hw/xen: populate store frontend nodes with XenStore PFN/portDavid Woodhouse1-0/+11
2023-11-07include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse1-1/+1
2023-11-07hw/xen: Clean up event channel 'type_val' handling to use unionDavid Woodhouse1-81/+70
2023-11-06hw/xen: take iothread mutex in xen_evtchn_reset_op()David Woodhouse1-0/+1
2023-11-06hw/xen: fix XenStore watch delivery to guestDavid Woodhouse1-3/+5
2023-11-06hw/xen: don't clear map_track[] in xen_gnttab_reset()David Woodhouse1-2/+0
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse1-0/+6
2023-10-25kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini1-26/+12
2023-10-25kvm: i386: require KVM_CAP_ADJUST_CLOCKPaolo Bonzini1-4/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+1
2023-09-20i386: spelling fixesMichael Tokarev2-2/+2
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-0/+2
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé1-0/+1
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé1-0/+1
2023-08-31hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé2-1/+19
2023-08-31hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé1-1/+3
2023-08-02Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into stagingRichard Henderson1-4/+11
2023-08-01hw/xen: prevent guest from binding loopback event channel to itselfDavid Woodhouse1-2/+9
2023-08-01hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse1-2/+2
2023-08-01hw/xen: Clarify (lack of) error handling in transaction_commit()David Woodhouse1-1/+11
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-1/+1
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse1-1/+1
2023-06-07hw/xen: Simplify emulated Xen platform initDavid Woodhouse2-22/+21
2023-06-05hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow1-1/+0