summary refs log tree commit diff stats
path: root/hw/i386/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/xen_evtchn: Initialize flush_kvm_routesArtem Chernyshev2024-04-021-1/+1
* hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow2024-02-271-1/+1
* hw/i386/kvm/ioapic: Replace magic '24' value by proper definitionPhilippe Mathieu-Daudé2024-02-201-1/+1
* apic, i386/tcg: add x2apic transitionsBui Quang Minh2024-02-141-1/+2
* qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi2024-01-082-8/+8
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-083-10/+10
* hw/i386: Constify VMStateRichard Henderson2023-12-295-8/+8
* hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-077-1/+243
* hw/xen: populate store frontend nodes with XenStore PFN/portDavid Woodhouse2023-11-071-0/+11
* include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse2023-11-071-1/+1
* hw/xen: Clean up event channel 'type_val' handling to use unionDavid Woodhouse2023-11-071-81/+70
* hw/xen: take iothread mutex in xen_evtchn_reset_op()David Woodhouse2023-11-061-0/+1
* hw/xen: fix XenStore watch delivery to guestDavid Woodhouse2023-11-061-3/+5
* hw/xen: don't clear map_track[] in xen_gnttab_reset()David Woodhouse2023-11-061-2/+0
* hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse2023-11-061-0/+6
* kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini2023-10-251-26/+12
* kvm: i386: require KVM_CAP_ADJUST_CLOCKPaolo Bonzini2023-10-251-4/+0
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-1/+1
* i386: spelling fixesMichael Tokarev2023-09-202-2/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-09-072-0/+2
|\
| * sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé2023-09-071-0/+1
| * sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé2023-09-071-0/+1
* | hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé2023-08-312-1/+19
* | hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé2023-08-311-1/+3
|/
* Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into stagingRichard Henderson2023-08-021-4/+11
|\
| * hw/xen: prevent guest from binding loopback event channel to itselfDavid Woodhouse2023-08-011-2/+9
| * hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse2023-08-011-2/+2
* | hw/xen: Clarify (lack of) error handling in transaction_commit()David Woodhouse2023-08-011-1/+11
|/
* meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé2023-06-201-1/+1
* hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse2023-06-071-1/+1
* hw/xen: Simplify emulated Xen platform initDavid Woodhouse2023-06-072-22/+21
* hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow2023-06-051-1/+0
* aio: remove aio_disable_external() APIStefan Hajnoczi2023-05-301-1/+1
* hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstoreStefan Hajnoczi2023-05-301-1/+1
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-222-0/+2
* hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse2023-03-072-2/+25
* hw/xen: Map guest XENSTORE_PFN grant in emulated XenstoreDavid Woodhouse2023-03-071-0/+16
* hw/xen: Add emulated implementation of XenStore operationsDavid Woodhouse2023-03-071-4/+269
* hw/xen: Add emulated implementation of grant table operationsDavid Woodhouse2023-03-071-3/+296
* hw/xen: Hook up emulated implementation for event channel operationsDavid Woodhouse2023-03-071-0/+15
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-072-10/+1
* hw/xen: Create initial XenStore nodesPaul Durrant2023-03-071-0/+70
* hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse2023-03-073-6/+599
* hw/xen: Implement XenStore permissionsPaul Durrant2023-03-073-20/+249
* hw/xen: Watches on XenStore transactionsDavid Woodhouse2023-03-071-1/+150
* hw/xen: Implement XenStore transactionsDavid Woodhouse2023-03-071-6/+144
* hw/xen: Implement XenStore watchesDavid Woodhouse2023-03-071-15/+238
* hw/xen: Add basic XenStore tree walk and write/read/directory supportDavid Woodhouse2023-03-071-7/+520
* hw/xen: Add xenstore wire implementation and implementation stubsDavid Woodhouse2023-03-075-8/+1054
* kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse2023-03-011-10/+11