aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2-4/+9
2023-08-30block/io: align requests to subcluster_sizeAndrey Drobyshev1-4/+4
2023-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev1-0/+5
2023-08-29Revert "include/exec: typedef abi_ptr to vaddr in softmmu"Richard Henderson1-2/+2
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson1-1/+0
2023-08-29Merge tag '2023q3-bsd-user-pull-request' of https://gitlab.com/bsdimp/qemu in...Stefan Hajnoczi2-0/+43
2023-08-28bsd-user: Disable clang warningsKyle Evans1-0/+30
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh1-0/+13
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson4-0/+9
2023-08-24tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson2-4/+3
2023-08-24include/exec: Widen tlb_hit/tlb_hit_page()Anton Johansson1-2/+2
2023-08-24include/exec: typedef abi_ptr to vaddr in softmmuAnton Johansson1-2/+2
2023-08-24include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson1-12/+12
2023-08-24sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson1-4/+2
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson1-4/+2
2023-08-24accel/hvf: Widen pc/saved_insn for hvf_sw_breakpointAnton Johansson1-3/+3
2023-08-24accel/kvm: Widen pc/saved_insn for kvm_sw_breakpointAnton Johansson1-3/+3
2023-08-24Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2-0/+3
2023-08-23include/hw/virtio/virtio-gpu: Fix virtio-gpu with blob on big endian hostsThomas Huth1-0/+3
2023-08-23hw: Add compat machines for 8.2Cornelia Huck2-0/+6
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki1-0/+2
2023-08-22hw/gpio/nrf51: implement DETECT signalChris Laplante1-0/+1
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson1-4/+11
2023-08-08qemu/osdep: Remove fallback for MAP_FIXED_NOREPLACERichard Henderson1-3/+0
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson1-11/+11
2023-08-07Merge tag 'fixes-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Richard Henderson1-0/+4
2023-08-07virtio-gpu: reset gfx resources in main threadMarc-André Lureau1-0/+3
2023-08-07virtio-gpu: free BHs, by implementing unrealizeMarc-André Lureau1-0/+1
2023-08-07Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi1-0/+8
2023-08-03include/hw/i386/x86-iommu: Fix struct X86IOMMU_MSIMessage for big endian hostsThomas Huth1-24/+26
2023-08-03hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth1-24/+26
2023-08-03hw/virtio: Add a protection against duplicate vu_scmi_stop callsMilan Zamazal1-0/+1
2023-08-02Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
2023-08-01misc: Fix some typos in documentation and commentsStefan Weil1-1/+1
2023-08-01Merge tag 'io-tls-hs-crash-pull-request' of https://gitlab.com/berrange/qemu ...Richard Henderson1-0/+1
2023-08-01io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé1-0/+1
2023-08-01xen: Don't pass MemoryListener around by valuePeter Maydell1-1/+1
2023-07-26migration: Extend query-migrate to provide dirty page limit infoHyman Huang(黄勇)1-0/+2
2023-07-25arm: spelling fixesMichael Tokarev2-2/+2
2023-07-25s390x: spelling fixesMichael Tokarev2-2/+2
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson1-0/+10
2023-07-19nbd: Use enum for various negotiation modesEric Blake1-0/+11
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake1-5/+6
2023-07-19nbd/server: Prepare for alternate-size headersEric Blake1-4/+4
2023-07-19nbd: Consistent typedef usage in headerEric Blake1-18/+13
2023-07-18linux-user/elfload: Fix /proc/cpuinfo features: on s390xIlya Leoshkevich1-19/+47
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim1-2/+2
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson1-0/+2
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson1-1/+12
2023-07-15accel/tcg: Introduce page_find_range_emptyRichard Henderson1-0/+15