aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-06linux-user: Do not align brk with host page sizeAkihiko Odaki2-44/+14
2023-08-06linux-user: Do nothing if too small brk is specifiedAkihiko Odaki1-3/+3
2023-08-06linux-user: Use MAP_FIXED_NOREPLACE for do_brk()Akihiko Odaki1-13/+2
2023-08-06linux-user: Do not call get_errno() in do_brk()Akihiko Odaki1-3/+3
2023-08-06linux-user: Fix MAP_FIXED_NOREPLACE on old kernelsAkihiko Odaki1-5/+17
2023-08-06linux-user: Unset MAP_FIXED_NOREPLACE for hostAkihiko Odaki1-5/+20
2023-08-06linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge1-1/+2
2023-08-06configure: Fix linux-user host detection for riscv64Richard Henderson1-1/+8
2023-08-06gdbstub: use 0 ("any process") on packets with no PIDMatheus Tavares Bernardino1-1/+1
2023-08-06accel/tcg: Call save_iotlb_data from io_readx as wellMikhail Tyutin1-15/+21
2023-08-05accel/tcg: Do not issue misaligned i/oRichard Henderson1-46/+72
2023-08-05accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*Richard Henderson1-7/+69
2023-08-05accel/tcg: Adjust parameters and locking with do_{ld,st}_mmio_*Richard Henderson1-33/+34
2023-08-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-5/+7
2023-08-04Merge tag 'pull-ppc-20230804' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson4-19/+88
2023-08-04target/ppc: Fix VRMA page size for ISA v3.0Nicholas Piggin2-6/+44
2023-08-04target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin1-0/+6
2023-08-04target/ppc: Implement ASDR register for ISA v3.0 for HPTNicholas Piggin1-11/+16
2023-08-04ppc/pegasos2: Fix reg property of 64 bit BARs in device treeBALATON Zoltan1-1/+5
2023-08-04ppc/pegasos2: Fix naming of device tree nodesBALATON Zoltan1-0/+8
2023-08-04ppc/pegasos2: Fix reg property of ROM BARsBALATON Zoltan1-1/+5
2023-08-04ppc/pegasos2: Fix reset state of USB functionsBALATON Zoltan1-0/+4
2023-08-04ci: install meson in CirrusCI KVM build environmentPaolo Bonzini1-1/+1
2023-08-04target/i386: Check CR0.TS before enter_mmxMatt Borgerson1-4/+6
2023-08-03Merge tag 'hppa-linux-user-speedup-pull-request' of https://github.com/hdelle...Richard Henderson1-2/+3
2023-08-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson53-74/+132
2023-08-04target/hppa: Move iaoq registers and thus reduce generated code sizeHelge Deller1-2/+3
2023-08-03cryptodev: Handle unexpected request to avoid crashzhenwei pi1-0/+10
2023-08-03virtio-crypto: verify src&dst buffer length for sym requestzhenwei pi1-0/+5
2023-08-03include/hw/i386/x86-iommu: Fix struct X86IOMMU_MSIMessage for big endian hostsThomas Huth1-24/+26
2023-08-03hw/i386/x86-iommu: Fix endianness issue in x86_iommu_irq_to_msi_message()Thomas Huth1-1/+1
2023-08-03hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth1-1/+1
2023-08-03hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hostsThomas Huth1-0/+9
2023-08-03hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth2-32/+34
2023-08-03hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth1-0/+5
2023-08-03vhost: fix the fd leakLi Feng1-0/+2
2023-08-03pci: do not respond config requests after PCI device ejectYuri Benditovich1-2/+13
2023-08-03virtio: Fix packed virtqueue used_idx maskHanna Czenczek1-1/+1
2023-08-03hw/virtio: qmp: add RING_RESET to 'info virtio-status'David Edmondson1-0/+2
2023-08-03tests: acpi: update expected blobsIgor Mammedov38-37/+0
2023-08-03acpi: x86: remove _ADR on host bridgesIgor Mammedov1-3/+0
2023-08-03tests: acpi: whitelist expected blobsIgor Mammedov1-0/+37
2023-08-03tests: acpi: x86: update expected blobsIgor Mammedov15-14/+0
2023-08-03x86: acpi: workaround Windows not handling name references in Package properlyIgor Mammedov1-2/+6
2023-08-03tests: acpi: x86: whitelist expected blobsIgor Mammedov1-0/+14
2023-08-03hw/virtio: Add a protection against duplicate vu_scmi_stop callsMilan Zamazal2-0/+8
2023-08-03virtio-iommu: Standardize granule extraction and formattingEric Auger1-3/+5
2023-08-03hw/pci-bridge/cxl_upstream.c: Use g_new0() in build_cdat_table()Peter Maydell1-4/+1
2023-08-03hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()Eric Auger1-1/+3
2023-08-03Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson1-6/+20