aboutsummaryrefslogtreecommitdiff
path: root/hw/loongarch
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-11hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao1-24/+67
2023-12-29hw/loongarch: Constify VMStateRichard Henderson1-1/+1
2023-10-19hw/acpi: Realize ACPI_GED sysbus device before accessing itPhilippe Mathieu-Daudé1-1/+1
2023-10-13hw/loongarch/virt: Remove unused 'loongarch_virt_pm' regionSong Gao1-47/+1
2023-10-13hw/loongarch/virt: Remove unused ISA BusPhilippe Mathieu-Daudé2-6/+0
2023-10-13hw/loongarch/virt: Remove unused ISA UARTPhilippe Mathieu-Daudé1-1/+0
2023-10-13hw/loongarch: remove global loaderparams variableThomas Weißschuh1-23/+27
2023-10-06target/loongarch: Clean up local variable shadowingSong Gao1-1/+1
2023-08-24hw/loongarch: Fix ACPI processor id off-by-one errorJiajie Chen1-1/+1
2023-08-24target/loongarch: cpu: Implement get_arch_id callbackBibo Mao1-0/+2
2023-08-24hw/loongarch: Remove restriction of la464 cores in the virt machineSong Gao1-5/+0
2023-07-12hw/loongarch/virt: Use machine_memory_devices_init()David Hildenbrand1-9/+3
2023-07-08hw: Simplify calls to pci_nic_init_nofail()Thomas Huth1-7/+1
2023-06-16hw/loongarch: Supplement cpu topology argumentsTianrui Zhao2-1/+12
2023-06-16hw/loongarch: Add numa supportTianrui Zhao3-24/+139
2023-06-16hw/intc: Set physical cpuid route for LoongArch ipi deviceTianrui Zhao1-0/+1
2023-06-16hw/loongarch/virt: Add cpu arch_id supportTianrui Zhao2-8/+46
2023-05-26hw/loongarch64: Use MachineClass->default_nic in the virt machineThomas Huth1-1/+3
2023-05-15hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao1-4/+9
2023-05-15hw/loongarch/virt: Modify ipi as percpu deviceSong Gao1-6/+6
2023-04-04hw/loongarch/virt: Fix virt_to_phys_addr functionTianrui Zhao1-1/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson2-0/+3
2023-03-03hw/loongarch/virt: add system_powerdown hmp command supportSong Gao2-0/+13
2023-03-03hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASEBibo Mao2-5/+5
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0