aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-27include/qemu/int128.h: define struct Int128 according to the host endiannessMatheus Ferst1-7/+20
2021-08-27ppc/xive: Export xive_presenter_notify()Cédric Le Goater2-4/+8
2021-08-27ppc/xive: Export PQ get/set routinesCédric Le Goater3-7/+11
2021-08-27ppc/pnv: add a chip topology index for POWER10Cédric Le Goater1-0/+2
2021-08-27ppc/pnv: Distribute RAM among the chipsCédric Le Goater1-8/+25
2021-08-27ppc/pnv: Use a simple incrementing index for the chip-idCédric Le Goater2-31/+13
2021-08-27ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...Cédric Le Goater1-6/+0
2021-08-27ppc/pnv: Change the POWER10 machine to support DD2 onlyCédric Le Goater3-3/+3
2021-08-27ppc: Add a POWER10 DD2 CPUCédric Le Goater3-1/+7
2021-08-27ppc/pnv: update skiboot to commit 820d43c0a775.Cédric Le Goater2-0/+0
2021-08-27target/ppc: moved store_40x_sler to helper_regs.cLucas Mateus Castro (alqotel)2-10/+12
2021-08-27target/ppc: moved ppc_store_sdr1 to mmu_common.cLucas Mateus Castro (alqotel)2-28/+26
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)5-1592/+1658
2021-08-27spapr_pci: Fix leak in spapr_phb_vfio_get_loc_code() with g_autofreeDavid Gibson1-13/+9
2021-08-27xive: Remove extra '0x' prefix in trace eventsCédric Le Goater1-5/+5
2021-08-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210826'...Peter Maydell57-707/+949
2021-08-26hw/arm/xlnx-zynqmp: Add unimplemented APU mmioTong Ho2-0/+39
2021-08-26hw/arm/xlnx-versal: Add unimplemented APU mmioTong Ho2-0/+4
2021-08-26target/arm: Do hflags rebuild in cpsr_write()Peter Maydell3-4/+13
2021-08-26target/arm: Implement HSTR.TJDBXPeter Maydell6-0/+55
2021-08-26target/arm: Implement HSTR.TTEEPeter Maydell2-2/+18
2021-08-26hw/arm/virt: Delete EL3 error checksnow provided in CPU realizePeter Maydell1-5/+0
2021-08-26target/arm: Avoid assertion trying to use KVM and multiple ASesPeter Maydell1-0/+23
2021-08-26raspi: Use error_fatal for SoC realize errors, not error_abortPeter Maydell1-1/+1
2021-08-26tests/tcg/multiarch/linux-test: Zero-initialize sockaddr structsPeter Maydell1-2/+2
2021-08-26tests/qtest/ipmi-bt-test: Zero-initialize sockaddr structPeter Maydell1-1/+1
2021-08-26gdbstub: Zero-initialize sockaddr structsPeter Maydell1-2/+2
2021-08-26net: Zero sockaddr_in in parse_host_port()Peter Maydell1-0/+2
2021-08-26softmmu/physmem.c: Check return value from realpath()Peter Maydell1-0/+3
2021-08-26softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()Peter Maydell1-1/+1
2021-08-26hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell1-10/+25
2021-08-26stubs: Remove unused arch_type.c stubPeter Maydell3-7/+0
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell14-14/+0
2021-08-26arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.cPeter Maydell2-9/+9
2021-08-26arch_init.h: Add QEMU_ARCH_HEXAGONPeter Maydell1-0/+1
2021-08-26meson.build: Define QEMU_ARCH in config-target.hPeter Maydell2-41/+2
2021-08-26softmmu/arch_init.c: Trim down include listPeter Maydell1-7/+0
2021-08-26monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell3-12/+1
2021-08-26softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell3-13/+3
2021-08-26MAINTAINERS: Add ACPI specs documents to ACPI and NVDIMM sectionsPeter Maydell1-0/+5
2021-08-26docs/specs/acpi_nvdimm: Convert to rSTPeter Maydell3-188/+229
2021-08-26docs/specs/acpi_pci_hotplug: Convert to rSTPeter Maydell2-17/+21
2021-08-26docs/specs/acpi_mem_hotplug: Convert to rSTPeter Maydell3-94/+129
2021-08-26docs/specs/acpu_cpu_hotplug: Convert to rSTPeter Maydell3-160/+236
2021-08-26target/arm/cpu64: Validate sve vector lengths are supportedAndrew Jones1-56/+45
2021-08-26target/arm/cpu64: Replace kvm_supported with sve_vq_supportedAndrew Jones1-8/+11
2021-08-26target/arm/kvm64: Ensure sve vls map is completely clearAndrew Jones1-1/+1
2021-08-26target/arm/cpu: Introduce sve_vq_supported bitmapAndrew Jones2-0/+6
2021-08-26hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitlyAni Sinha1-2/+0
2021-08-26hw/dma/xlnx-zdma Always expect 'dma' link property to be setPhilippe Mathieu-Daudé4-13/+23