summaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-24accel/tcg: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-19Merge tag 'pull-tcg-plugin-memory-190924-1' of https://gitlab.com/stsquad/qem...Peter Maydell
2024-09-19plugins: save value during memory accessesPierrick Bouvier
2024-09-19kvm: Remove unreachable code in kvm_dirty_ring_reaper_thread()Peter Maydell
2024-09-19kvm: Make 'mmap_size' be 'int' in kvm_init_vcpu(), do_kvm_destroy_vcpu()Peter Maydell
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter
2024-09-13kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()Johannes Stoelp
2024-09-05accel/tcg: Remove dead code from rr_cpu_thread_fn()Peter Maydell
2024-08-16Revert "replay: stop us hanging in rr_wait_io_event"Nicholas Piggin
2024-08-01accel/kvm/kvm-all: Fixes the missing break in vCPU unpark logicSalil Mehta
2024-07-26accel/kvm: Introduce kvm_create_and_park_vcpu() helperHarsh Prateek Bora
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-23accel: Restrict probe_access*() functions to TCGPhilippe Mathieu-Daudé
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-07-23accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson
2024-07-22accel/kvm: Extract common KVM vCPU {creation,parking} codeSalil Mehta
2024-07-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel
2024-07-22plugins: fix mem callback array sizePierrick Bouvier
2024-07-17accel/kvm/kvm-all: Fix superfluous trailing semicolonZhao Liu
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell
2024-07-11accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatoryPeter Maydell
2024-07-02hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki
2024-06-30cpu: fix memleak of 'halt_cond' and 'thread'Matheus Tavares Bernardino
2024-06-24accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cbMax Chou
2024-06-24plugins: fix inject_mem_cb rw maskingPierrick Bouvier
2024-06-24qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier
2024-06-24qtest: use cpu interface in qtest_clock_warpAlex Bennée
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-19accel/tcg: Fix typo causing tb->page_addr[1] to not be recordedAnton Johansson
2024-06-17migration/dirtyrate: Fix segmentation faultMasato Imai
2024-06-08hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan
2024-06-08hvf: Consistent types for vCPU handlesPhil Dennis-Jordan
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée
2024-06-04accel/kvm: Fix two lines with hard-coded tabsPeter Maydell
2024-06-04accel/tcg: Move common declarations to 'internal-common.h'Philippe Mathieu-Daudé
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell
2024-05-24tcg/cputlb: remove other-cpu capability from TLB flushingNicholas Piggin
2024-05-24tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin
2024-05-22accel/tcg: Init tb size and icount before plugin_gen_tb_endRichard Henderson
2024-05-16plugins: extract cpu_index generatePierrick Bouvier
2024-05-16plugins: distinct types for callbacksPierrick Bouvier
2024-05-16plugins: conditional callbacksPierrick Bouvier
2024-05-16plugins: add new inline op STORE_U64Pierrick Bouvier
2024-05-16plugins: extract generate ptr for qemu_plugin_u64Pierrick Bouvier
2024-05-16plugins: prepare introduction of new inline opsPierrick Bouvier
2024-05-15accel/tcg: Introduce translator_fake_ldRichard Henderson