1. 99481a0 accel: Restrict probe_access*() functions to TCG by Philippe Mathieu-Daudé · 9 months ago
  2. 51579d4 exec: Reduce tlb_set_dirty() declaration scope by Philippe Mathieu-Daudé · 1 year, 6 months ago
  3. 15f7a80 RAMBlock: Add support of KVM private guest memfd by Xiaoyao Li · 12 months ago
  4. 06152b8 migration: prevent migration when VM has poisoned memory by William Roche · 1 year, 1 month ago
  5. bb6cf6f accel/tcg: Factor tcg_cpu_reset_hold() out by Philippe Mathieu-Daudé · 1 year, 6 months ago
  6. 126e7f7 kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH by Paolo Bonzini · 1 year, 5 months ago
  7. 5d9ec1f kvm: assume that many ioeventfds can be created by Paolo Bonzini · 1 year, 5 months ago
  8. a788260 kvm: require KVM_IRQFD for kernel irqchip by Paolo Bonzini · 1 year, 5 months ago
  9. cc5e719 kvm: require KVM_CAP_SIGNAL_MSI by Paolo Bonzini · 1 year, 5 months ago
  10. cd08948 kvm: remove unnecessary stub by Paolo Bonzini · 1 year, 4 months ago
  11. 16ab2ed kvm: Add stub for kvm_get_max_memslots() by David Hildenbrand · 1 year, 5 months ago
  12. 5b23186 kvm: Return number of free memslots by David Hildenbrand · 1 year, 5 months ago
  13. 0017c64 accel: Rename accel_softmmu* -> accel_system* by Philippe Mathieu-Daudé · 1 year, 5 months ago
  14. b91b0fc accel: Remove HAX accelerator by Philippe Mathieu-Daudé · 1 year, 8 months ago
  15. dec68f7 accel/kvm: Declare kvm_direct_msi_allowed in stubs by Philippe Mathieu-Daudé · 1 year, 11 months ago
  16. 4f8f412 accel: Replace target_ulong with vaddr in probe_*() by Anton Johansson · 1 year, 8 months ago
  17. 732d548 accel: Replace target_ulong in tlb_*() by Anton Johansson · 1 year, 8 months ago
  18. c7b6494 meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY by Philippe Mathieu-Daudé · 1 year, 9 months ago
  19. 548c960 includes: move tb_flush into its own header by Alex Bennée · 2 years ago
  20. 1770b2f accel/tcg: Add 'size' param to probe_access_flags() by Daniel Henrique Barboza · 2 years ago
  21. c7f1c53 accel/kvm: move kvm_update_guest_debug to inline stub by Alex Bennée · 2 years, 5 months ago
  22. ae7467b gdbstub: move breakpoint logic to accel ops by Alex Bennée · 2 years, 5 months ago
  23. a976a99 include/hw/core: Create struct CPUJumpCache by Richard Henderson · 2 years, 7 months ago
  24. 4a06a7c accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function by Hyman Huang(黄勇) · 2 years, 8 months ago
  25. b89350e accel/stubs: Add tcg stub for probe_access_flags by Richard Henderson · 2 years, 9 months ago
  26. 8905770 compiler.h: replace QEMU_NORETURN with G_NORETURN by Marc-André Lureau · 2 years, 11 months ago
  27. def4c55 kvm/msi: do explicit commit when adding msi routes by Longpeng(Mike) · 3 years ago
  28. b04363c accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE by Philippe Mathieu-Daudé · 3 years, 1 month ago
  29. f94bee4 accel/kvm: Simplify user-mode #ifdef'ry by Philippe Mathieu-Daudé · 3 years, 10 months ago
  30. f9a6bcc accel: Restrict sysemu stubs to system emulation by Philippe Mathieu-Daudé · 3 years, 1 month ago
  31. 7786ae4 KVM: introduce dirty_pages and kvm_dirty_ring_enabled by Hyman Huang(黄勇) · 3 years, 8 months ago
  32. 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  33. aacdb84 sev: Remove false abstraction of flash encryption by David Gibson · 4 years, 2 months ago
  34. ee64036 accel/tcg: Declare missing cpu_loop_exit*() stubs by Philippe Mathieu-Daudé · 4 years, 1 month ago
  35. 3b9bd3f remove TCG includes from common code by Paolo Bonzini · 4 years, 3 months ago
  36. 4bdccde accel/stubs: drop unused cpu.h include by Alex Bennée · 4 years, 4 months ago
  37. 28af9ba qapi: Restrict Xen migration commands to migration.json by Philippe Mathieu-Daudé · 4 years, 5 months ago
  38. e0715f6 kvm: remove kvm specific functions from global includes by Claudio Fontana · 4 years, 7 months ago
  39. b2d61ea hax: remove hax specific functions from global includes by Claudio Fontana · 4 years, 7 months ago
  40. 77c050b whpx: remove whpx specific functions from global includes by Claudio Fontana · 4 years, 7 months ago
  41. b46bc3c hvf: remove hvf specific functions from global includes by Claudio Fontana · 4 years, 7 months ago
  42. 57038a9 cpus: extract out kvm-specific code to accel/kvm by Claudio Fontana · 4 years, 8 months ago
  43. 71f364b stubs: Split accelerator / hardware related stubs by Philippe Mathieu-Daudé · 4 years, 6 months ago
  44. 5650ac0 hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc() by Philippe Mathieu-Daudé · 4 years, 6 months ago
  45. 1a82878 meson: accel by Marc-André Lureau · 6 years ago
  46. 8e0ef06 accel/xen: Fix xen_enabled() behavior on target-agnostic objects by Philippe Mathieu-Daudé · 4 years, 7 months ago
  47. bb321b2 accel/tcg: Add stub for probe_access() by Philippe Mathieu-Daudé · 4 years, 9 months ago
  48. 234b749 stubs: move Xen stubs to accel/ by Paolo Bonzini · 4 years, 9 months ago
  49. 3607715 kvm: Introduce KVM irqchip change notifier by David Gibson · 5 years ago
  50. e4fbd37 accel/stubs: reduce headers from tcg-stub by Alex Bennée · 6 years ago
  51. 6a0acff Clean up inclusion of exec/cpu-common.h by Markus Armbruster · 6 years ago
  52. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  53. c40d479 tcg: simplify !CONFIG_TCG handling of tb_invalidate_* by Paolo Bonzini · 7 years ago
  54. 646f34f tcg: Fix --disable-tcg build breakage by Philippe Mathieu-Daudé · 7 years ago
  55. f28d0df tcg: fix --disable-tcg build breakage by Emilio G. Cota · 7 years ago
  56. 54e8953 kvm: introduce memory encryption APIs by Brijesh Singh · 7 years ago
  57. b20e378 kvm: add memory encryption context by Brijesh Singh · 7 years ago
  58. 29b22c7 Add the WHPX vcpu API by Justin Terry (VM) · 7 years ago
  59. c97d6d2 i386: hvf: add code base from Google's QEMU repository by Sergio Andres Gomez Del Real · 7 years ago
  60. 8f2c4cb tcg: Fix compilation without TCG by Juan Quintela · 7 years ago
  61. 62dd4ed kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension() by Greg Kurz · 7 years ago
  62. 4c44a00 accel/hax: move hax-stub.c to accel/stubs/ by Philippe Mathieu-Daudé · 7 years ago
  63. 5d721b7 ARM: KVM: Enable in-kernel timers with user space gic by Alexander Graf · 8 years ago
  64. a574cf9 tcg: add the tcg-stub.c file into accel/stubs/ by Yang Zhong · 8 years ago
  65. 92229a5 accel: move kvm related accelerator files into accel/ by Yang Zhong · 8 years ago