Age | Commit message (Expand) | Author | Files | Lines |
2024-07-23 | accel: Restrict probe_access*() functions to TCG | Philippe Mathieu-Daudé | 1 | -14/+0 |
2024-04-26 | exec: Reduce tlb_set_dirty() declaration scope | Philippe Mathieu-Daudé | 1 | -4/+0 |
2024-04-23 | RAMBlock: Add support of KVM private guest memfd | Xiaoyao Li | 1 | -0/+5 |
2024-02-05 | migration: prevent migration when VM has poisoned memory | William Roche | 1 | -0/+5 |
2023-11-07 | accel/tcg: Factor tcg_cpu_reset_hold() out | Philippe Mathieu-Daudé | 1 | -4/+0 |
2023-10-25 | kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH | Paolo Bonzini | 1 | -2/+0 |
2023-10-25 | kvm: assume that many ioeventfds can be created | Paolo Bonzini | 1 | -5/+0 |
2023-10-25 | kvm: require KVM_IRQFD for kernel irqchip | Paolo Bonzini | 1 | -1/+0 |
2023-10-25 | kvm: require KVM_CAP_SIGNAL_MSI | Paolo Bonzini | 1 | -1/+0 |
2023-10-25 | kvm: remove unnecessary stub | Paolo Bonzini | 1 | -5/+0 |
2023-10-12 | kvm: Add stub for kvm_get_max_memslots() | David Hildenbrand | 1 | -0/+5 |
2023-10-12 | kvm: Return number of free memslots | David Hildenbrand | 1 | -2/+2 |
2023-10-07 | accel: Rename accel_softmmu* -> accel_system* | Philippe Mathieu-Daudé | 1 | -5/+5 |
2023-08-31 | accel: Remove HAX accelerator | Philippe Mathieu-Daudé | 2 | -25/+0 |
2023-06-28 | accel/kvm: Declare kvm_direct_msi_allowed in stubs | Philippe Mathieu-Daudé | 1 | -0/+1 |
2023-06-26 | accel: Replace target_ulong with vaddr in probe_*() | Anton Johansson | 1 | -2/+2 |
2023-06-26 | accel: Replace target_ulong in tlb_*() | Anton Johansson | 1 | -1/+1 |
2023-06-20 | meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-03-07 | includes: move tb_flush into its own header | Alex Bennée | 1 | -0/+1 |
2023-02-28 | accel/tcg: Add 'size' param to probe_access_flags() | Daniel Henrique Barboza | 1 | -1/+1 |
2022-10-06 | accel/kvm: move kvm_update_guest_debug to inline stub | Alex Bennée | 1 | -5/+0 |
2022-10-06 | gdbstub: move breakpoint logic to accel ops | Alex Bennée | 1 | -16/+0 |
2022-10-04 | include/hw/core: Create struct CPUJumpCache | Richard Henderson | 1 | -0/+4 |
2022-07-20 | accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function | Hyman Huang(黄勇) | 1 | -0/+5 |
2022-06-28 | accel/stubs: Add tcg stub for probe_access_flags | Richard Henderson | 1 | -0/+7 |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau | 1 | -2/+2 |
2022-03-15 | kvm/msi: do explicit commit when adding msi routes | Longpeng(Mike) | 1 | -1/+1 |
2022-03-06 | accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE | Philippe Mathieu-Daudé | 1 | -0/+2 |
2022-03-06 | accel/kvm: Simplify user-mode #ifdef'ry | Philippe Mathieu-Daudé | 1 | -5/+0 |
2022-03-06 | accel: Restrict sysemu stubs to system emulation | Philippe Mathieu-Daudé | 1 | -4/+7 |
2021-11-01 | KVM: introduce dirty_pages and kvm_dirty_ring_enabled | Hyman Huang(黄勇) | 1 | -0/+5 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 2 | -2/+0 |
2021-02-08 | sev: Remove false abstraction of flash encryption | David Gibson | 1 | -10/+0 |
2021-01-23 | accel/tcg: Declare missing cpu_loop_exit*() stubs | Philippe Mathieu-Daudé | 1 | -0/+10 |
2021-01-02 | remove TCG includes from common code | Paolo Bonzini | 1 | -1/+0 |
2020-11-16 | accel/stubs: drop unused cpu.h include | Alex Bennée | 1 | -1/+0 |
2020-10-21 | qapi: Restrict Xen migration commands to migration.json | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-10-05 | kvm: remove kvm specific functions from global includes | Claudio Fontana | 1 | -22/+0 |
2020-10-05 | hax: remove hax specific functions from global includes | Claudio Fontana | 1 | -10/+0 |
2020-10-05 | whpx: remove whpx specific functions from global includes | Claudio Fontana | 2 | -48/+0 |
2020-10-05 | hvf: remove hvf specific functions from global includes | Claudio Fontana | 2 | -31/+0 |
2020-10-05 | cpus: extract out kvm-specific code to accel/kvm | Claudio Fontana | 1 | -2/+1 |
2020-09-30 | stubs: Split accelerator / hardware related stubs | Philippe Mathieu-Daudé | 1 | -40/+1 |
2020-09-30 | hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-08-21 | meson: accel | Marc-André Lureau | 2 | -6/+6 |
2020-08-04 | accel/xen: Fix xen_enabled() behavior on target-agnostic objects | Philippe Mathieu-Daudé | 1 | -0/+2 |
2020-07-10 | accel/tcg: Add stub for probe_access() | Philippe Mathieu-Daudé | 1 | -0/+7 |
2020-06-12 | stubs: move Xen stubs to accel/ | Paolo Bonzini | 2 | -0/+54 |
2019-11-26 | kvm: Introduce KVM irqchip change notifier | David Gibson | 1 | -0/+12 |
2019-10-28 | accel/stubs: reduce headers from tcg-stub | Alex Bennée | 1 | -1/+0 |