summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-31vga: don't abort when adding a duplicate isa-vga deviceJose R. Ziviani
2021-08-31ui/console: Restrict udmabuf_fd() to LinuxPhilippe Mathieu-Daudé
2021-08-31hw/display: Restrict virtio-gpu-udmabuf stubs to !LinuxPhilippe Mathieu-Daudé
2021-08-31virtio-gpu: no point of checking res->iovDongwon Kim
2021-08-27Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' in...Peter Maydell
2021-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell
2021-08-27target/ppc: fix vector registers access in gdbstub for little-endianMatheus Ferst
2021-08-27include/qemu/int128.h: introduce bswap128sMatheus Ferst
2021-08-27target/ppc: fix vextu[bhw][lr]x helpersMatheus Ferst
2021-08-27include/qemu/int128.h: define struct Int128 according to the host endiannessMatheus Ferst
2021-08-27ppc/xive: Export xive_presenter_notify()Cédric Le Goater
2021-08-27ppc/xive: Export PQ get/set routinesCédric Le Goater
2021-08-27ppc/pnv: add a chip topology index for POWER10Cédric Le Goater
2021-08-27ppc/pnv: Distribute RAM among the chipsCédric Le Goater
2021-08-27ppc/pnv: Use a simple incrementing index for the chip-idCédric Le Goater
2021-08-27ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...Cédric Le Goater
2021-08-27ppc/pnv: Change the POWER10 machine to support DD2 onlyCédric Le Goater
2021-08-27ppc: Add a POWER10 DD2 CPUCédric Le Goater
2021-08-27ppc/pnv: update skiboot to commit 820d43c0a775.Cédric Le Goater
2021-08-27target/ppc: moved store_40x_sler to helper_regs.cLucas Mateus Castro (alqotel)
2021-08-27target/ppc: moved ppc_store_sdr1 to mmu_common.cLucas Mateus Castro (alqotel)
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)
2021-08-27spapr_pci: Fix leak in spapr_phb_vfio_get_loc_code() with g_autofreeDavid Gibson
2021-08-27xive: Remove extra '0x' prefix in trace eventsCédric Le Goater
2021-08-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210826'...Peter Maydell
2021-08-26hw/arm/xlnx-zynqmp: Add unimplemented APU mmioTong Ho
2021-08-26hw/arm/xlnx-versal: Add unimplemented APU mmioTong Ho
2021-08-26target/arm: Do hflags rebuild in cpsr_write()Peter Maydell
2021-08-26target/arm: Implement HSTR.TJDBXPeter Maydell
2021-08-26target/arm: Implement HSTR.TTEEPeter Maydell
2021-08-26hw/arm/virt: Delete EL3 error checksnow provided in CPU realizePeter Maydell
2021-08-26target/arm: Avoid assertion trying to use KVM and multiple ASesPeter Maydell
2021-08-26raspi: Use error_fatal for SoC realize errors, not error_abortPeter Maydell
2021-08-26tests/tcg/multiarch/linux-test: Zero-initialize sockaddr structsPeter Maydell
2021-08-26tests/qtest/ipmi-bt-test: Zero-initialize sockaddr structPeter Maydell
2021-08-26gdbstub: Zero-initialize sockaddr structsPeter Maydell
2021-08-26net: Zero sockaddr_in in parse_host_port()Peter Maydell
2021-08-26softmmu/physmem.c: Check return value from realpath()Peter Maydell
2021-08-26softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()Peter Maydell
2021-08-26hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell
2021-08-26stubs: Remove unused arch_type.c stubPeter Maydell
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-08-26arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.cPeter Maydell
2021-08-26arch_init.h: Add QEMU_ARCH_HEXAGONPeter Maydell
2021-08-26meson.build: Define QEMU_ARCH in config-target.hPeter Maydell
2021-08-26softmmu/arch_init.c: Trim down include listPeter Maydell
2021-08-26monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell
2021-08-26softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell
2021-08-26MAINTAINERS: Add ACPI specs documents to ACPI and NVDIMM sectionsPeter Maydell
2021-08-26docs/specs/acpi_nvdimm: Convert to rSTPeter Maydell