aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-06-04virtio-net: Copy header only when necessaryAkihiko Odaki
2024-06-04virtio-net: Add only one queue pair when realizingAkihiko Odaki
2024-06-04virtio-net: Do not propagate ebpf-rss-fds errorsAkihiko Odaki
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki
2024-06-03Merge tag 'pull-riscv-to-apply-20240603' of https://github.com/alistair23/qem...Richard Henderson
2024-06-03hw/ufs: Add support MCQ of UFSHCI 4.0Minwoo Im
2024-06-03hw/riscv/boot.c: Support 64-bit address for initrdCheng Yang
2024-06-03hw/intc/riscv_aplic: APLICs should add child earlier than realizeyang.zhang
2024-05-31hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUTDavid Hubbard
2024-05-30arm/sbsa-ref: move to Neoverse-N2 as defaultMarcin Juszkiewicz
2024-05-30hw/arm/xilinx_zynq: Support up to two CPU coresSebastian Huber
2024-05-30hw/arm/xilinx_zynq: Add cache controllerSebastian Huber
2024-05-30hw/intc/arm_gic: Fix writes to GICD_ITARGETSRnSebastian Huber
2024-05-30hw/intc/arm_gic: Fix set pending of PPIsSebastian Huber
2024-05-28hw: arm: Remove use of tabs in some source filesTanmay Patil
2024-05-28hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()Philippe Mathieu-Daudé
2024-05-28hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>Andrey Shumilin
2024-05-28hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 sizeInès Varhol
2024-05-28hw/arm/npcm7xx: remove setting of mp-affinityDorjoy Chowdhury
2024-05-28xlnx_dpdma: fix descriptor endianness bugAlexandra Diupina
2024-05-24target/ppc: Remove id_tlbs flag from CPU envBALATON Zoltan
2024-05-24ppc/spapr: Add ibm,pi-featuresNicholas Piggin
2024-05-24spapr: avoid overhead of finding vhyp class in critical operationsNicholas Piggin
2024-05-23Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-05-23Merge tag 'pull-loongarch-20240523' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2024-05-23hw/loongarch/virt: Fix FDT memory node address widthJiaxun Yang
2024-05-23hw/loongarch: Remove minimum and default memory sizeBibo Mao
2024-05-23hw/loongarch: Refine system dram memory regionBibo Mao
2024-05-23hw/loongarch: Refine fwcfg memory mapBibo Mao
2024-05-23hw/loongarch: Refine fadt memory table for numa memoryBibo Mao
2024-05-23hw/loongarch: Refine acpi srat table for numa memoryBibo Mao
2024-05-23hw/loongarch: Add VM mode in IOCSR feature register in kvm modeBibo Mao
2024-05-22Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson
2024-05-22hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1Fiona Ebner
2024-05-22virtio-gpu: fix v2 migrationMarc-André Lureau
2024-05-22hw/i386/pc: Support smp.modules for x86 PC machineZhao Liu
2024-05-22i386/cpu: Introduce module-id to X86CPUZhao Liu
2024-05-22i386: Support module_id in X86CPUTopoIDsZhao Liu
2024-05-22i386: Expose module level in CPUID[0x1F]Zhao Liu
2024-05-22i386: Support modules_per_die in X86CPUTopoInfoZhao Liu
2024-05-22i386: Introduce module level cpu topology to CPUX86StateZhao Liu
2024-05-22i386/cpu: Introduce bitmap to cache available CPU topology levelsZhao Liu
2024-05-22i386/cpu: Fix i/d-cache topology to core level for Intel CPUZhao Liu
2024-05-22hw/i386/pc_sysfw: Alias rather than copy isa-bios regionBernhard Beschow
2024-05-22Merge tag 'pull-vfio-20240522' of https://github.com/legoater/qemu into stagingRichard Henderson
2024-05-22vfio/igd: Use g_autofree in vfio_probe_igd_bar4_quirk()Zhenzhong Duan
2024-05-22vfio: Use g_autofree in all call site of vfio_get_region_info()Zhenzhong Duan
2024-05-22vfio/pci-quirks: Make vfio_add_*_cap() return boolZhenzhong Duan
2024-05-22vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return boolZhenzhong Duan
2024-05-22vfio/pci: Use g_autofree for vfio_region_info pointerZhenzhong Duan