aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-28accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Remove WHPX unreachable error pathPhilippe Mathieu-Daudé
2023-06-28accel: Inline NVMM get_qemu_vcpu()Philippe Mathieu-Daudé
2023-06-28accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Remove NVMM unreachable error pathPhilippe Mathieu-Daudé
2023-06-28accel: Move HAX hThread to accelerator contextPhilippe Mathieu-Daudé
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Destroy HAX vCPU threads once donePhilippe Mathieu-Daudé
2023-06-28accel: Fix a leak on Windows HAXPhilippe Mathieu-Daudé
2023-06-28accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé
2023-06-28accel: Document generic accelerator headersPhilippe Mathieu-Daudé
2023-06-28accel: Re-enable WHPX cross-build on case sensitive filesystemsPhilippe Mathieu-Daudé
2023-06-28docs/devel/testing: Update the 'Docker Debugging' sectionPhilippe Mathieu-Daudé
2023-06-28MAINTAINERS: Update Roman Bolshakov email addressPhilippe Mathieu-Daudé
2023-06-28net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()Ani Sinha
2023-06-28escc: emulate dip switch language layout settings on SUN keyboardHenrik Carlqvist
2023-06-28target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASIRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURNRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for JMPLRichard Henderson
2023-06-28target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branchesRichard Henderson
2023-06-28target/sparc: Introduce DYNAMIC_PC_LOOKUPRichard Henderson
2023-06-28target/sparc: Drop inline markers from translate.cRichard Henderson
2023-06-28target/sparc: Fix npc comparison in sparc_tr_insn_startRichard Henderson
2023-06-28target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tbRichard Henderson
2023-06-28Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"Markus Armbruster
2023-06-28Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson
2023-06-28docs: update hw/nvme documentation for TP4146Klaus Jensen
2023-06-28hw/nvme: add placement handle list rangesKlaus Jensen
2023-06-28hw/nvme: verify uniqueness of reclaim unit handle identifiersKlaus Jensen
2023-06-28hw/nvme: fix verification of number of ruhisKlaus Jensen
2023-06-28hw/nvme: check maximum copy length (MCL) for COPYMinwoo Im
2023-06-28hw/nvme: consider COPY command in nvme_aio_errMinwoo Im
2023-06-28hw/nvme: add comment for nvme-ns propertiesMinwoo Im
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini
2023-06-28block: use bdrv_co_getlength in coroutine contextPaolo Bonzini
2023-06-28qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vmdk: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28dmg: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28cloop: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28block: mark another function as coroutine_fns and GRAPH_UNLOCKEDPaolo Bonzini
2023-06-28bochs: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vpc: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28qed: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28file-posix: remove incorrect coroutine_fn callsPaolo Bonzini
2023-06-28Revert "graph-lock: Disable locking for now"Kevin Wolf
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf
2023-06-28blockjob: Fix AioContext locking in block_job_add_bdrv()Kevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_open_backing_file()Kevin Wolf