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