Age | Commit message (Expand) | Author |
2022-04-19 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2022-04-08 | virtio-iommu: use-after-free fix | Wentao Liang |
2022-04-07 | ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206) | Mauro Matteo Cascella |
2022-04-07 | display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207) | Mauro Matteo Cascella |
2022-04-06 | acpi: fix acpi_index migration | Dr. David Alan Gilbert |
2022-04-06 | virtio-ccw: do not include headers for all virtio devices | Paolo Bonzini |
2022-04-06 | virtio-ccw: move device type declarations to .c files | Paolo Bonzini |
2022-04-06 | virtio-ccw: move vhost_ccw_scsi to a separate file | Paolo Bonzini |
2022-04-06 | s390x: follow qdev tree to detect SCSI device on a CCW bus | Paolo Bonzini |
2022-04-06 | hw: hyperv: Initial commit for Synthetic Debugging device | Jon Doron |
2022-04-06 | hyperv: Add support to process syndbg commands | Jon Doron |
2022-04-06 | hyperv: SControl is optional to enable SynIc | Jon Doron |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | include: move C/util-related declarations to cutils.h | Marc-André Lureau |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-04-06 | Replace qemu_gettimeofday() with g_get_real_time() | Marc-André Lureau |
2022-04-05 | xlnx-bbram: hw/nvram: Fix uninitialized Error * | Tong Ho |
2022-04-04 | hw/ppc: free env->tb_env in spapr_unrealize_vcpu() | Daniel Henrique Barboza |
2022-04-01 | 9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c | Will Cohen |
2022-03-31 | vhost-vdpa: fix typo in a comment | Stefano Garzarella |
2022-03-29 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2022-03-29 | virtio: fix --enable-vhost-user build on non-Linux | Paolo Bonzini |
2022-03-25 | hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() logging | Peter Maydell |
2022-03-24 | hw: Fix misleading hexadecimal format | Philippe Mathieu-Daudé |
2022-03-22 | Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau |
2022-03-21 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2022-03-21 | hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12 | Paolo Bonzini |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-21 | 9pfs: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-21 | hw/sd/sdhci: Prohibit DMA accesses to devices | Philippe Mathieu-Daudé |
2022-03-21 | hw/sd/sdhci: Honor failed DMA transactions | Philippe Mathieu-Daudé |
2022-03-21 | hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices) | Philippe Mathieu-Daudé |
2022-03-21 | hw/audio/intel-hda: Do not ignore DMA overrun errors | Philippe Mathieu-Daudé |
2022-03-19 | Merge tag 'fixes-20220318-pull-request' of git://git.kraxel.org/qemu into sta... | Peter Maydell |
2022-03-19 | Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent... | Peter Maydell |
2022-03-18 | virtio/virtio-balloon: Prefer Object* over void* parameter | Bernhard Beschow |
2022-03-18 | hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same line | Rebecca Cran |
2022-03-18 | hw/i386/acpi-build: Avoid 'sun' identifier | Andrew Deason |
2022-03-18 | hw/arm/xlnx-zynqmp: Connect the ZynqMP APU Control | Edgar E. Iglesias |
2022-03-18 | hw/misc: Add a model of the Xilinx ZynqMP APU Control | Edgar E. Iglesias |
2022-03-18 | hw/arm/xlnx-zynqmp: Connect the ZynqMP CRF | Edgar E. Iglesias |
2022-03-18 | hw/misc: Add a model of the Xilinx ZynqMP CRF | Edgar E. Iglesias |
2022-03-18 | hw/arm/xlnx-zynqmp: Add an unimplemented SERDES area | Edgar E. Iglesias |
2022-03-18 | hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unset | Eric Auger |
2022-03-18 | hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCG | Eric Auger |
2022-03-18 | hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init() | Peter Maydell |
2022-03-18 | hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_size | Peter Maydell |