aboutsummaryrefslogtreecommitdiff
path: root/hw/loongarch
AgeCommit message (Expand)AuthorFilesLines
2025-07-14acpi: Add machine option to disable SPCR tableLi Chen1-1/+3
2025-06-19hw/loongarch/virt: Add kernel irqchip supportBibo Mao1-24/+33
2025-06-19hw/loongarch/virt: Disable emulation with IOCSR misc registerBibo Mao1-0/+8
2025-06-10hw/loongarch/virt: Remove global variables about memmap tablesBibo Mao2-19/+35
2025-06-10hw/loongarch/virt: Remove global variables about initrdBibo Mao1-11/+10
2025-06-10hw/loongarch/virt: inform guest of kvmQiang Ma1-0/+4
2025-06-10hw/loongarch/virt: Fix big endian support with MCFG tableBibo Mao1-2/+2
2025-05-14hw/loongarch/boot: Adjust the loading position of the initrdXianglai Li1-9/+43
2025-05-14hw/intc/loongarch_pch: Merge three memory region into oneBibo Mao1-6/+0
2025-05-14hw/intc/loongarch_pch: Modify register name PCH_PIC_xxx_OFFSET with PCH_PIC_xxxBibo Mao1-1/+1
2025-05-14hw/intc/loongarch_pch: Modify name of some registersBibo Mao1-1/+1
2025-05-06hw/loongarch/virt: Allow user to customize OEM ID and OEM table IDBibo Mao1-0/+58
2025-05-06hw/loongarch/virt: Replace RSDT with XSDT tableBibo Mao1-6/+6
2025-05-06hw/loongarch/virt: Get physical entry address with elf fileBibo Mao1-0/+1
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé1-1/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-1/+1
2025-04-24Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi1-2/+0
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster1-2/+0
2025-04-23exec/cpu-all: remove exec/target_page includePierrick Bouvier1-0/+1
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson1-1/+1
2025-04-08hw/loongarch/virt: Replace destination error with error_abortBibo Mao1-32/+7
2025-04-08hw/loongarch/virt: Fix cpuslot::cpu set at last in virt_cpu_plug()Bibo Mao1-2/+2
2025-03-23Merge tag 'pull-error-2025-03-21' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi1-24/+15
2025-03-21hw/uefi-vars-sysbus: allow for loongarch virtGerd Hoffmann1-0/+2
2025-03-20target/loongarch: Clean up virt_cpu_irq_init() error handlingBibo Mao1-3/+4
2025-03-20hw/loongarch/virt: Eliminate error_propagate()Bibo Mao1-21/+11
2025-03-05hw/loongarch/virt: Enable cpu hotplug feature on virt machineBibo Mao1-2/+42
2025-03-05hw/loongarch/virt: Update the ACPI table for hotplug cpuBibo Mao3-3/+43
2025-03-05hw/loongarch/virt: Implement cpu plug interfaceBibo Mao1-11/+77
2025-03-05hw/loongarch/virt: Implement cpu unplug interfaceBibo Mao1-0/+58
2025-03-05hw/loongarch/virt: Add basic cpu plug interface frameworkBibo Mao1-0/+29
2025-03-05hw/loongarch/virt: Add CPU topology supportBibo Mao1-8/+51
2025-03-05hw/intc/loongarch_extioi: Use cpu plug notificationBibo Mao1-10/+2
2025-03-05hw/intc/loongarch_ipi: Notify ipi object when cpu is pluggedBibo Mao1-3/+2
2025-03-03Merge tag 'pull-target-arm-20250225' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-1/+0
2025-02-25target/loongarch: Enable virtual extioi featureBibo Mao1-8/+0
2025-02-24hw: Centralize handling of -machine dumpdtb optionPeter Maydell1-1/+0
2025-02-12hw/loongarch/virt: CPU irq line connection improvementBibo Mao1-24/+36
2025-02-12hw/loongarch/virt: Remove unused ipistateBibo Mao1-5/+0
2025-02-12hw/loongarch/virt: Set iocsr address space when CPU is createdBibo Mao1-1/+1
2025-02-12hw/loongarch/virt: Add separate file for fdt buildingBibo Mao3-525/+538
2025-02-12hw/loongarch/virt: Rename function prefix nameBibo Mao2-4/+4
2025-02-12hw/loongarch/virt: Rename filename acpi-build with virt-acpi-buildBibo Mao2-1/+1
2025-01-31hw/loader: Pass ELFDATA endian order argument to load_elf()Philippe Mathieu-Daudé1-1/+1
2025-01-15hw/intc/loongarch_ipi: Remove property num-cpuBibo Mao1-1/+0
2025-01-13hw/loongarch/virt: Checkpatch cleanupBibo Mao3-6/+9
2025-01-09hw/intc/loongarch_extioi: Remove num-cpu propertyBibo Mao1-1/+0
2025-01-09hw/loongarch/boot: Support Linux raw boot imageJiaxun Yang1-0/+69
2024-12-30hw/pci-host/gpex: Allow more than 4 legacy IRQsAlexander Graf1-6/+6
2024-12-27hw/loongarch/virt: Improve fdt table creation for CPU objectBibo Mao1-14/+25