aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2024-10-13tcg: remove singlestep_enabled from DisasContextBasePaolo Bonzini1-1/+0
2024-10-08accel/tcg: Make page_set_flags() documentation publicPhilippe Mathieu-Daudé1-5/+0
2024-10-03kvm: Allow kvm_arch_get/put_registers to accept Error**Julia Suvorova1-9/+32
2024-10-03accel/kvm: refactor dirty ring setupAni Sinha1-38/+50
2024-10-03kvm: refactor core virtual machine creation into its own functionAni Sinha1-33/+56
2024-10-02kvm: replace fprintf with error_report()/printf() in kvm_init()Ani Sinha1-22/+18
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+0
2024-09-24accel/tcg: remove break after g_assert_not_reached()Pierrick Bouvier1-1/+0
2024-09-19Merge tag 'pull-tcg-plugin-memory-190924-1' of https://gitlab.com/stsquad/qem...Peter Maydell3-23/+94
2024-09-19plugins: save value during memory accessesPierrick Bouvier3-23/+94
2024-09-19kvm: Remove unreachable code in kvm_dirty_ring_reaper_thread()Peter Maydell1-5/+1
2024-09-19kvm: Make 'mmap_size' be 'int' in kvm_init_vcpu(), do_kvm_destroy_vcpu()Peter Maydell1-2/+2
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter1-1/+11
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter1-5/+1
2024-09-13kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()Johannes Stoelp2-8/+8
2024-09-05accel/tcg: Remove dead code from rr_cpu_thread_fn()Peter Maydell1-3/+1
2024-08-16Revert "replay: stop us hanging in rr_wait_io_event"Nicholas Piggin1-1/+1
2024-08-01accel/kvm/kvm-all: Fixes the missing break in vCPU unpark logicSalil Mehta1-0/+1
2024-07-26accel/kvm: Introduce kvm_create_and_park_vcpu() helperHarsh Prateek Bora1-0/+12
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson1-14/+0
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+27
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson3-34/+67
2024-07-23accel: Restrict probe_access*() functions to TCGPhilippe Mathieu-Daudé1-14/+0
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson3-32/+0
2024-07-23accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson3-32/+0
2024-07-22accel/kvm: Extract common KVM vCPU {creation,parking} codeSalil Mehta3-34/+67
2024-07-22Add support for RAPL MSRs in KVM/QemuAnthony Harivel1-0/+27
2024-07-22plugins: fix mem callback array sizePierrick Bouvier1-2/+1
2024-07-17accel/kvm/kvm-all: Fix superfluous trailing semicolonZhao Liu1-1/+1
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell1-2/+2
2024-07-11accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatoryPeter Maydell1-6/+5
2024-07-02hvf: Drop ifdef for macOS versions older than 12.0Akihiko Odaki1-3/+0
2024-06-30cpu: fix memleak of 'halt_cond' and 'thread'Matheus Tavares Bernardino1-0/+1
2024-06-24accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cbMax Chou1-2/+6
2024-06-24plugins: fix inject_mem_cb rw maskingPierrick Bouvier1-2/+2
2024-06-24qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.cPierrick Bouvier1-0/+12
2024-06-24qtest: use cpu interface in qtest_clock_warpAlex Bennée1-0/+1
2024-06-24gdbstub: move enums into separate headerAlex Bennée3-3/+3
2024-06-19accel/tcg: Fix typo causing tb->page_addr[1] to not be recordedAnton Johansson1-2/+2
2024-06-17migration/dirtyrate: Fix segmentation faultMasato Imai1-1/+1
2024-06-08hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan1-28/+21
2024-06-08hvf: Consistent types for vCPU handlesPhil Dennis-Jordan1-1/+1
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée5-21/+7
2024-06-04accel/kvm: Fix two lines with hard-coded tabsPeter Maydell1-2/+2
2024-06-04accel/tcg: Move common declarations to 'internal-common.h'Philippe Mathieu-Daudé3-15/+16
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell1-2/+5
2024-05-24tcg/cputlb: remove other-cpu capability from TLB flushingNicholas Piggin1-33/+9
2024-05-24tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin1-103/+0
2024-05-22accel/tcg: Init tb size and icount before plugin_gen_tb_endRichard Henderson1-4/+4
2024-05-16plugins: extract cpu_index generatePierrick Bouvier1-13/+11