aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi1-1/+1
2023-05-30hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstoreStefan Hajnoczi1-1/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson2-0/+2
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse2-2/+25
2023-03-07hw/xen: Map guest XENSTORE_PFN grant in emulated XenstoreDavid Woodhouse1-0/+16
2023-03-07hw/xen: Add emulated implementation of XenStore operationsDavid Woodhouse1-4/+269
2023-03-07hw/xen: Add emulated implementation of grant table operationsDavid Woodhouse1-3/+296
2023-03-07hw/xen: Hook up emulated implementation for event channel operationsDavid Woodhouse1-0/+15
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2-10/+1
2023-03-07hw/xen: Create initial XenStore nodesPaul Durrant1-0/+70
2023-03-07hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse3-6/+599
2023-03-07hw/xen: Implement XenStore permissionsPaul Durrant3-20/+249
2023-03-07hw/xen: Watches on XenStore transactionsDavid Woodhouse1-1/+150
2023-03-07hw/xen: Implement XenStore transactionsDavid Woodhouse1-6/+144
2023-03-07hw/xen: Implement XenStore watchesDavid Woodhouse1-15/+238
2023-03-07hw/xen: Add basic XenStore tree walk and write/read/directory supportDavid Woodhouse1-7/+520
2023-03-07hw/xen: Add xenstore wire implementation and implementation stubsDavid Woodhouse5-8/+1054
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse1-10/+11