aboutsummaryrefslogtreecommitdiff
path: root/hw/loongarch
AgeCommit message (Expand)AuthorFilesLines
2024-07-12hw/loongarch/virt: Remove unused assignmentBibo Mao1-8/+7
2024-07-12hw/loongarch: Change the tpm support by defaultXianglai Li2-0/+4
2024-07-12hw/loongarch/boot.c: fix out-of-bound readingDmitry Frolov1-1/+1
2024-06-19hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()Philippe Mathieu-Daudé1-1/+1
2024-06-06hw/loongarch/virt: Enable extioi virt extensionSong Gao1-3/+85
2024-06-06hw/loongarch/virt: Use MemTxAttrs interface for misc opsSong Gao1-12/+24
2024-06-06hw/intc/loongarch_extioi: Add extioi virt extension definitionSong Gao1-19/+41
2024-06-06tests/libqos: Add loongarch virt machine nodeBibo Mao1-0/+2
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-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini1-1/+2
2024-05-10meson: pick libfdt from common_ss when building target-specific filesPaolo Bonzini1-1/+1
2024-05-09Merge tag 'pull-loongarch-20240509' of https://gitlab.com/gaosong/qemu into s...Richard Henderson1-6/+5
2024-05-09hw/loongarch: Refine default numa id calculationBibo Mao1-6/+5
2024-05-09hw/intc/loongarch_ipi: Rename as loongson_ipiJiaxun Yang2-3/+3
2024-05-09hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineStateBibo Mao5-220/+223
2024-05-09hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINEBibo Mao3-15/+14
2024-05-09hw/loongarch/virt: Fix memory leakSong Gao1-2/+1
2024-05-09hw/loongarch: move memory map to boot.cPaolo Bonzini2-3/+3
2024-05-03loongarch: switch boards to "default y"Paolo Bonzini1-0/+2
2024-04-29hw/loongarch: Add cells missing from rtc nodeSong Gao1-3/+9
2024-04-29hw/loongarch: Add cells missing from uart nodeSong Gao1-2/+7
2024-04-29hw/loongarch: fdt remove unused irqchip nodeSong Gao1-30/+1
2024-04-29hw/loongarch: fdt adds pcie irq_map nodeSong Gao1-4/+69
2024-04-29hw/loongarch: fdt adds pch_msi ControllerSong Gao1-1/+32
2024-04-29hw/loongarch: fdt adds pch_pic ControllerSong Gao1-1/+29
2024-04-29hw/loongarch: fdt adds Extend I/O Interrupt ControllerSong Gao1-1/+29
2024-04-29hw/loongarch: fdt adds cpu interrupt controller nodeSong Gao1-0/+21
2024-04-29hw/loongarch: Fix fdt memory node wrong 'reg'Song Gao1-1/+1
2024-04-29hw/loongarch: Init efi_fdt tableSong Gao2-4/+13
2024-04-29hw/loongarch: Init efi_initrd tableSong Gao1-2/+21
2024-04-29hw/loongarch: Init efi_boot_memmap tableSong Gao2-9/+42
2024-04-29hw/loongarch: Init efi_system_tableSong Gao1-0/+22
2024-04-29hw/loongarch: Add init_cmdlineSong Gao1-0/+30
2024-04-29hw/loongarch: Add slave cpu boot_codeSong Gao1-1/+61
2024-04-29hw/loongarch: Add load initrdSong Gao1-1/+27
2024-04-29hw/loongarch: Move boot functions to boot.cSong Gao3-113/+137
2024-03-18smbios: get rid of global smbios_ep_typeIgor Mammedov1-3/+4
2024-03-18smbios: get rid of smbios_legacy globalIgor Mammedov1-1/+1
2024-03-12hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé1-1/+1
2024-02-29loongarch: Change the UEFI loading mode to loongarchXianglai Li2-29/+101
2024-02-02hw/loongarch: use pci_init_nic_devices()David Woodhouse1-3/+1
2024-01-30hw/loongarch: Add `\n` to hint messageGreg Kurz1-1/+1
2024-01-11hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao1-1/+2