aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-06-04hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR eventPhilippe Mathieu-Daudé2-18/+1
2024-06-04hw/dma/xlnx_dpdma: Read descriptor into buffer, not into pointer-to-bufferPeter Maydell1-1/+1
2024-06-04hw/misc/debugexit: use runstate API instead of plain exit()Thomas Weißschuh1-1/+3
2024-06-04hw/xen: Register framebuffer backend via xen_backend_init()Philippe Mathieu-Daudé2-4/+7
2024-06-04hw/xen: Make XenDevOps structures constPhilippe Mathieu-Daudé3-4/+4
2024-06-04hw/xen: Constify xenstore_be::XenDevOpsPhilippe Mathieu-Daudé1-3/+3
2024-06-04hw/xen: Constify XenLegacyDevice::XenDevOpsPhilippe Mathieu-Daudé1-1/+1
2024-06-04xen: Add xen_mr_is_memory()Edgar E. Iglesias1-2/+8
2024-06-04core/cpu-common: initialise plugin state before thread creationAlex Bennée1-8/+12
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée1-0/+5
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson1-1/+1
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson2-3/+3
2024-06-03hw/ufs: Add support MCQ of UFSHCI 4.0Minwoo Im3-19/+571
2024-05-31hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUTDavid Hubbard2-0/+6
2024-05-30arm/sbsa-ref: move to Neoverse-N2 as defaultMarcin Juszkiewicz1-1/+1
2024-05-30hw/arm/xilinx_zynq: Support up to two CPU coresSebastian Huber1-21/+33
2024-05-30hw/arm/xilinx_zynq: Add cache controllerSebastian Huber2-0/+2
2024-05-30hw/intc/arm_gic: Fix writes to GICD_ITARGETSRnSebastian Huber1-0/+7
2024-05-30hw/intc/arm_gic: Fix set pending of PPIsSebastian Huber1-1/+4
2024-05-28hw: arm: Remove use of tabs in some source filesTanmay Patil4-117/+131
2024-05-28hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()Philippe Mathieu-Daudé1-1/+4
2024-05-28hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>Andrey Shumilin1-2/+2
2024-05-28hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 sizeInès Varhol1-1/+1
2024-05-28hw/arm/npcm7xx: remove setting of mp-affinityDorjoy Chowdhury1-3/+0
2024-05-28xlnx_dpdma: fix descriptor endianness bugAlexandra Diupina1-4/+64
2024-05-24target/ppc: Remove id_tlbs flag from CPU envBALATON Zoltan1-1/+1
2024-05-24ppc/spapr: Add ibm,pi-featuresNicholas Piggin1-0/+28
2024-05-24spapr: avoid overhead of finding vhyp class in critical operationsNicholas Piggin1-0/+1
2024-05-23Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson6-13/+70
2024-05-23Merge tag 'pull-loongarch-20240523' of https://gitlab.com/gaosong/qemu into s...Richard Henderson2-75/+162
2024-05-23hw/loongarch/virt: Fix FDT memory node address widthJiaxun Yang1-1/+2
2024-05-23hw/loongarch: Remove minimum and default memory sizeBibo Mao1-5/+0
2024-05-23hw/loongarch: Refine system dram memory regionBibo Mao1-36/+17
2024-05-23hw/loongarch: Refine fwcfg memory mapBibo Mao1-3/+57
2024-05-23hw/loongarch: Refine fadt memory table for numa memoryBibo Mao1-3/+43
2024-05-23hw/loongarch: Refine acpi srat table for numa memoryBibo Mao1-24/+34
2024-05-23hw/loongarch: Add VM mode in IOCSR feature register in kvm modeBibo Mao1-3/+9
2024-05-22Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson2-11/+26
2024-05-22hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1Fiona Ebner1-3/+3
2024-05-22virtio-gpu: fix v2 migrationMarc-André Lureau2-8/+23
2024-05-22hw/i386/pc: Support smp.modules for x86 PC machineZhao Liu1-0/+1
2024-05-22i386/cpu: Introduce module-id to X86CPUZhao Liu1-8/+25
2024-05-22i386: Support module_id in X86CPUTopoIDsZhao Liu2-10/+21
2024-05-22i386: Expose module level in CPUID[0x1F]Zhao Liu1-1/+1
2024-05-22i386: Support modules_per_die in X86CPUTopoInfoZhao Liu1-1/+8
2024-05-22i386: Introduce module level cpu topology to CPUX86StateZhao Liu1-0/+5
2024-05-22i386/cpu: Introduce bitmap to cache available CPU topology levelsZhao Liu1-1/+4
2024-05-22i386/cpu: Fix i/d-cache topology to core level for Intel CPUZhao Liu1-0/+1
2024-05-22hw/i386/pc_sysfw: Alias rather than copy isa-bios regionBernhard Beschow4-1/+13
2024-05-22Merge tag 'pull-vfio-20240522' of https://github.com/legoater/qemu into stagingRichard Henderson19-540/+621