Age | Commit message (Expand) | Author | Files | Lines |
2023-05-18 | kvm: Enable dirty ring for arm64 | Gavin Shan | 1 | -2/+21 |
2023-05-18 | kvm: Add helper kvm_dirty_ring_init() | Gavin Shan | 1 | -29/+47 |
2023-05-18 | kvm: Synchronize the backup bitmap in the last stage | Gavin Shan | 1 | -0/+11 |
2023-05-18 | migration: Add last stage indicator to global dirty log | Gavin Shan | 1 | -1/+1 |
2023-04-04 | kvm: dirty-ring: Fix race with vcpu creation | Peter Xu | 1 | -0/+9 |
2023-03-07 | gdbstub: move update guest debug to accel ops | Mads Ynddal | 1 | -0/+8 |
2023-03-01 | kvm/i386: Add xen-evtchn-max-pirq property | David Woodhouse | 1 | -0/+1 |
2023-03-01 | kvm/i386: Add xen-gnttab-max-frames property | David Woodhouse | 1 | -0/+1 |
2023-03-01 | i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support | David Woodhouse | 1 | -0/+1 |
2023-02-27 | accel/kvm: Silent -Wmissing-field-initializers warning | Philippe Mathieu-Daudé | 1 | -2/+2 |
2023-02-27 | gdbstub: Use vaddr type for generic insert/remove_breakpoint() API | Philippe Mathieu-Daudé | 2 | -4/+4 |
2023-02-04 | stats: Move QMP commands from monitor/ to stats/ | Markus Armbruster | 1 | -1/+1 |
2023-01-11 | kvm: Atomic memslot updates | David Hildenbrand | 1 | -11/+90 |
2023-01-11 | KVM: keep track of running ioctls | Emanuele Giuseppe Esposito | 1 | -0/+7 |
2022-12-14 | qapi: Use returned bool to check for failure (again) | Markus Armbruster | 1 | -4/+1 |
2022-10-11 | i386: add notify VM exit support | Chenyi Qiang | 1 | -0/+2 |
2022-10-11 | kvm: expose struct KVMState | Chenyi Qiang | 1 | -74/+0 |
2022-10-10 | kvm: allow target-specific accelerator properties | Paolo Bonzini | 1 | -0/+2 |
2022-10-06 | accel/kvm: move kvm_update_guest_debug to inline stub | Alex Bennée | 1 | -6/+0 |
2022-10-06 | gdbstub: move guest debug support check to ops | Alex Bennée | 3 | -0/+8 |
2022-10-06 | gdbstub: move breakpoint logic to accel ops | Alex Bennée | 3 | -21/+14 |
2022-10-06 | gdbstub: move sstep flags probing into AccelClass | Alex Bennée | 1 | -1/+13 |
2022-09-18 | kvm: fix memory leak on failure to read stats descriptors | Paolo Bonzini | 1 | -5/+4 |
2022-09-18 | KVM: use store-release to mark dirty pages as harvested | Paolo Bonzini | 1 | -1/+17 |
2022-09-01 | KVM: dirty ring: add missing memory barrier | Paolo Bonzini | 1 | -1/+5 |
2022-08-18 | kvm: fix segfault with query-stats-schemas and -M none | Paolo Bonzini | 1 | -3/+5 |
2022-07-29 | kvm: don't use perror() without useful errno | Cornelia Huck | 1 | -1/+1 |
2022-07-22 | accel/kvm: Avoid Coverity warning in query_stats() | Peter Maydell | 1 | -1/+1 |
2022-07-21 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -1/+9 |
2022-07-20 | softmmu/dirtylimit: Implement virtual CPU throttle | Hyman Huang(黄勇) | 1 | -1/+19 |
2022-07-20 | accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function | Hyman Huang(黄勇) | 1 | -0/+5 |
2022-07-20 | accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping | Hyman Huang(黄勇) | 1 | -10/+13 |
2022-07-18 | kvm: add support for boolean statistics | Paolo Bonzini | 1 | -1/+9 |
2022-07-08 | accel: kvm: Fix memory leak in find_stats_descriptors | Miaoqian Lin | 1 | -0/+1 |
2022-06-14 | qmp: add filtering of statistics by name | Paolo Bonzini | 1 | -6/+11 |
2022-06-14 | qmp: add filtering of statistics by provider | Paolo Bonzini | 1 | -1/+2 |
2022-06-14 | qmp: add filtering of statistics by target vCPU | Paolo Bonzini | 1 | -2/+7 |
2022-06-14 | kvm: Support for querying fd-based stats | Mark Kanda | 1 | -0/+392 |
2022-06-08 | Fix 'writeable' typos | Peter Maydell | 1 | -2/+2 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 1 | -10/+10 |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -1/+1 |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -2/+2 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -3/+3 |
2022-03-15 | kvm/msi: do explicit commit when adding msi routes | Longpeng(Mike) | 1 | -3/+4 |
2022-03-06 | accel: Introduce AccelOpsClass::cpus_are_resettable() | Philippe Mathieu-Daudé | 1 | -0/+6 |
2022-03-06 | accel: Introduce AccelOpsClass::cpu_thread_is_idle() | Philippe Mathieu-Daudé | 1 | -0/+6 |
2021-12-10 | kvm: add support for KVM_GUESTDBG_BLOCKIRQ | Maxim Levitsky | 1 | -0/+17 |
2021-12-10 | gdbstub, kvm: let KVM report supported singlestep flags | Maxim Levitsky | 1 | -0/+12 |
2021-11-01 | KVM: introduce dirty_pages and kvm_dirty_ring_enabled | Hyman Huang(黄勇) | 1 | -0/+7 |
2021-10-13 | target/i386/kvm: Restrict SEV stubs to x86 architecture | Philippe Mathieu-Daudé | 2 | -23/+0 |