aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-26accel/tcg: Replace target_ulong with vaddr in translator_*()Anton Johansson2-8/+8
2023-06-26accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()Anton Johansson2-6/+6
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson4-19/+19
2023-06-26accel/tcg: Widen pc to vaddr in CPUJumpCacheAnton Johansson3-8/+8
2023-06-26accel/tcg/cpu-exec.c: Widen pc to vaddrAnton Johansson1-17/+17
2023-06-26accel/tcg/cputlb.c: Widen addr in MMULookupPageDataAnton Johansson1-15/+15
2023-06-26accel/tcg/cputlb.c: Widen CPUTLBEntry access functionsAnton Johansson2-9/+9
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson26-58/+58
2023-06-26accel/tcg/translate-all.c: Widen pc and cs_baseAnton Johansson2-8/+8
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson6-135/+131
2023-06-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson58-406/+2164
2023-06-26vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is presentAni Sinha1-0/+8
2023-06-26vhost_net: add an assertion for TAP client backendsAni Sinha1-0/+1
2023-06-26intel_iommu: Fix address space unmapZhenzhong Duan1-1/+1
2023-06-26intel_iommu: Fix flag check in replayZhenzhong Duan1-1/+1
2023-06-26intel_iommu: Fix a potential issue in VFIO dirty page syncZhenzhong Duan1-6/+3
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis12-72/+74
2023-06-26virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()Stefan Hajnoczi1-2/+18
2023-06-26hw/i386/pc: Clean up pc_machine_initfnSuravee Suthikulpanit1-1/+1
2023-06-26vdpa: fix not using CVQ buffer in case of errorEugenio Pérez1-1/+1
2023-06-26vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devicesEugenio Pérez1-0/+1
2023-06-26vhost: fix vhost_dev_enable_notifiers() error caseLaurent Vivier1-29/+36
2023-06-26vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQHawkins Jiawei1-0/+1
2023-06-26vdpa: Add vhost_vdpa_net_load_offloads()Hawkins Jiawei1-0/+42
2023-06-26virtio-net: expose virtio_net_supported_guest_offloads()Hawkins Jiawei2-1/+2
2023-06-26hw/net/virtio-net: make some VirtIONet constHawkins Jiawei1-1/+1
2023-06-26vdpa: reuse virtio_vdev_has_feature()Hawkins Jiawei1-4/+2
2023-06-26include/hw/virtio: make some VirtIODevice constHawkins Jiawei1-1/+1
2023-06-26vdpa: map shadow vrings with MAP_SHAREDEugenio Pérez2-17/+17
2023-06-26vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len functionEugenio Pérez1-16/+16
2023-06-26vdpa: do not block migration if device has cvq and x-svq=onEugenio Pérez1-4/+7
2023-06-26pc: q35: Bump max_cpus to 1024Suravee Suthikulpanit1-1/+2
2023-06-26tests/data/acpi: update after SMBIOS 2.0 changeMichael S. Tsirkin2-1/+0
2023-06-26hw/i386/pc: Default to use SMBIOS 3.0 for newer machine modelsSuravee Suthikulpanit5-1/+15
2023-06-26hw/acpi: Fix PM control register accessBALATON Zoltan1-26/+26
2023-06-26Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson22-94/+224
2023-06-26Merge tag 'pull-request-2023-06-26' of https://gitlab.com/thuth/qemu into sta...Richard Henderson10-22/+92
2023-06-26git-submodule.sh: allow running in validate mode without previous updatePaolo Bonzini2-33/+42
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini8-17/+20
2023-06-26target/i386: implement RDPID in TCGPaolo Bonzini5-13/+46
2023-06-26target/i386: sysret and sysexit are privilegedPaolo Bonzini1-2/+2
2023-06-26target/i386: AMD only supports SYSENTER/SYSEXIT in 32-bit modePaolo Bonzini1-4/+6
2023-06-26target/i386: Intel only supports SYSCALL/SYSRET in long modePaolo Bonzini2-1/+12
2023-06-26target/i386: TCG supports WBNOINVDPaolo Bonzini2-2/+3
2023-06-26target/i386: TCG supports XSAVEERPTRPaolo Bonzini1-1/+3
2023-06-26target/i386: do not accept RDSEED if CPUID bit absentPaolo Bonzini1-0/+8
2023-06-26target/i386: TCG supports RDSEEDPaolo Bonzini1-3/+2
2023-06-26target/i386: TCG supports 3DNow! prefetch(w)Paolo Bonzini1-1/+2
2023-06-26target/i386: fix INVD vmexitPaolo Bonzini1-1/+1
2023-06-26kvm: reuse per-vcpu stats fd to avoid vcpu interruptionMarcelo Tosatti2-15/+16