aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-03include/hw/qdev-core: fixup kerneldoc annotationsAlex Bennée1-114/+254
2023-07-03include/migration: mark vmstate_register() as a legacy functionAlex Bennée1-1/+9
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée3-1/+41
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé1-6/+0
2023-07-01fpu: Add float64_to_int{32,64}_moduloRichard Henderson1-0/+3
2023-06-30vfio/migration: Make VFIO migration non-experimentalAvihai Horon1-3/+3
2023-06-30vfio/migration: Reset bytes_transferred properlyAvihai Horon1-0/+1
2023-06-30vfio: Implement a common device info helperAlex Williamson1-0/+1
2023-06-30vfio/migration: Add support for switchover ack capabilityAvihai Horon1-0/+1
2023-06-30vfio/migration: Add VFIO migration pre-copy supportAvihai Horon1-0/+2
2023-06-30vfio/migration: Store VFIO migration flags in VFIOMigrationAvihai Horon1-0/+1
2023-06-30migration: Implement switchover ack logicAvihai Horon1-0/+2
2023-06-29Merge tag 'accel-20230628' of https://github.com/philmd/qemu into stagingRichard Henderson13-9/+42
2023-06-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson2-2/+11
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata1-0/+1
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata1-0/+1
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata1-0/+2
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé3-0/+21
2023-06-28accel/kvm: Re-include "exec/memattrs.h" headerPhilippe Mathieu-Daudé1-0/+1
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé2-5/+1
2023-06-28accel: Move HAX hThread to accelerator contextPhilippe Mathieu-Daudé1-1/+0
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé2-3/+3
2023-06-28accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé1-1/+1
2023-06-28accel: Document generic accelerator headersPhilippe Mathieu-Daudé6-0/+12
2023-06-28escc: emulate dip switch language layout settings on SUN keyboardHenrik Carlqvist1-0/+1
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini1-0/+7
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf1-2/+4
2023-06-27ui: add optional d3d texture pointer to scanout textureMarc-André Lureau3-5/+11
2023-06-27ui/egl: query ANGLE d3d deviceMarc-André Lureau1-0/+1
2023-06-27ui: add egl_fb_read_rect()Marc-André Lureau1-0/+1
2023-06-27ui: add egl-headless support on win32Marc-André Lureau1-1/+6
2023-06-27virtio-gpu/win32: allocate shareable 2d resources/imagesMarc-André Lureau1-0/+3
2023-06-27console/win32: allocate shareable display surfaceMarc-André Lureau2-0/+11
2023-06-27ui/egl: export qemu_egl_get_error_string()Marc-André Lureau1-0/+2
2023-06-27ui/touch: Move event handling to a common helperBilal Elmoussaoui1-0/+15
2023-06-26accel/tcg: Renumber TLB_DISCARD_WRITERichard Henderson1-2/+2
2023-06-26accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASKRichard Henderson1-4/+4
2023-06-26accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson3-4/+24
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu2-35/+0
2023-06-26cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()Anton Johansson1-1/+1
2023-06-26accel/tcg: Replace target_ulong with vaddr in translator_*()Anton Johansson1-3/+3
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson1-7/+7
2023-06-26accel/tcg/cputlb.c: Widen CPUTLBEntry access functionsAnton Johansson1-5/+5
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson3-43/+42
2023-06-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson9-5/+297
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis1-1/+1
2023-06-26virtio-net: expose virtio_net_supported_guest_offloads()Hawkins Jiawei1-0/+1
2023-06-26include/hw/virtio: make some VirtIODevice constHawkins Jiawei1-1/+1
2023-06-26hw/i386/pc: Default to use SMBIOS 3.0 for newer machine modelsSuravee Suthikulpanit1-0/+1
2023-06-26Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-0/+2