aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-13hw/pci-host/designware: Add 'host_mem' variable for clarityPhilippe Mathieu-Daudé
2024-09-13hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé
2024-09-13Merge tag 'pull-target-arm-20240913' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-09-13hw/intc/arm_gic: fix spurious level triggered interruptsJan Klötzke
2024-09-13MAINTAINERS: Add my-self as CAN maintainerFrancisco Iglesias
2024-09-13MAINTAINERS: Update Xilinx Versal OSPI maintainer's email addressFrancisco Iglesias
2024-09-13MAINTAINERS: Remove Vikram Garhwal as maintainerFrancisco Iglesias
2024-09-13hw/net/can/xlnx-versal-canfd: Fix FIFO issuesDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Simplify DLC conversionsDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Fix byte orderingDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Handle flags correctlyDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Translate CAN ID registersDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Fix CAN FD flag checkDoug Brown
2024-09-13hw/net/can/xlnx-versal-canfd: Fix interrupt levelDoug Brown
2024-09-13target/arm/tcg: refine cache descriptions with a wrapperAlireza Sanaee
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter
2024-09-13hw/boards: Add hvf_get_physical_address_range to MachineClassDanny Canter
2024-09-13kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()Johannes Stoelp
2024-09-13hw/core/resettable: Remove transitional_function machineryPeter Maydell
2024-09-13hw/core/qdev: Simplify legacy_reset handlingPeter Maydell
2024-09-13hw: Remove device_phases_reset()Peter Maydell
2024-09-13hw: Rename DeviceClass::reset field to legacy_resetPeter Maydell
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-09-13hw: Define new device_class_set_legacy_reset()Peter Maydell
2024-09-13target/alpha, hppa: Remove unused parent_reset fieldsPeter Maydell
2024-09-13hw: Remove device_class_set_parent_reset()Peter Maydell
2024-09-13target/s390: Convert CPU to Resettable interfacePeter Maydell
2024-09-13hw/s390/virtio-ccw: Convert to three-phase resetPeter Maydell
2024-09-13hw/s390/ccw-device: Convert to three-phase resetPeter Maydell
2024-09-13Merge tag 'pull-loongarch-20240912' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-09-13Merge tag 'pull-sparc-20240911' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-09-13.gitlab-ci.d/crossbuilds.yml: Force 'make check' single-threaded for cross-i6...Peter Maydell
2024-09-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-09-12hw/loongarch: Add acpi SPCR table supportBibo Mao
2024-09-12hw/loongarch: virt: pass random seed to fdtJason A. Donenfeld
2024-09-12hw/loongarch: virt: support up to 4 serial portsJason A. Donenfeld
2024-09-12target/loongarch: Support QMP dump-guest-memoryBibo Mao
2024-09-12target/loongarch/kvm: Add vCPU reset functionBibo Mao
2024-09-12hw/loongarch: Remove default enable with VIRTIO_VGA deviceBibo Mao
2024-09-12target/loongarch: Add compatible support about VM rebootBibo Mao
2024-09-11target/sparc: Add gen_trap_if_nofpu_fpexceptionRichard Henderson
2024-09-11target/sparc: Implement STDFQRichard Henderson
2024-09-11target/sparc: Add FSR_QNE to tb_flagsRichard Henderson
2024-09-11target/sparc: Populate sparc32 FQ when raising fp exceptionCarl Hauser
2024-09-11target/sparc: Add FQ and FSR.QNECarl Hauser
2024-09-11Merge tag 'pull-request-2024-09-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-09-11hw/acpi/ich9: Add periodic and swsmi timerDominic Prinz
2024-09-11virtio-mem: don't warn about THP sizes on a kernel without THP supportDavid Hildenbrand
2024-09-11hw/audio/virtio-sound: fix heap buffer overflowVolker Rümelin