aboutsummaryrefslogtreecommitdiff
path: root/hw/loongarch
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-06hw/intc/loongarch_pch: Change default irq number of pch irq controllerTianrui Zhao1-1/+1
2023-01-06hw/intc/loongarch_pch_pic: add irq number propertyTianrui Zhao1-3/+5
2023-01-06hw/intc/loongarch_pch_msi: add irq number propertyTianrui Zhao1-5/+8
2022-12-15hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang3-0/+81
2022-12-05Revert "hw/loongarch/virt: Add cfi01 pflash device"Song Gao3-81/+0
2022-12-02hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang3-0/+81
2022-11-22hw/loongarch: Replace the value of uart info with macroXiaojuan Yang1-1/+2
2022-11-22hw/loongarch: Fix setprop_sized method in fdt rtc node.Xiaojuan Yang1-1/+1
2022-11-22hw/loongarch: Add default stdout uart in fdtXiaojuan Yang1-0/+2
2022-11-12hw/loongarch: Fix loongarch fdt addr confictSong Gao1-4/+4
2022-11-04hw/loongarch: Add TPM device for LoongArch virt machineXiaojuan Yang2-1/+54
2022-11-04hw/loongarch: Improve fdt for LoongArch virt machineXiaojuan Yang1-0/+31
2022-11-04hw/loongarch: Load FDT table into dram memory spaceXiaojuan Yang1-7/+11
2022-10-14hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L1-33/+0
2022-09-20hw/loongarch: Improve acpi dsdt tableXiaojuan Yang2-140/+20
2022-09-20hw/loongarch: Support memory hotplugXiaojuan Yang3-7/+132
2022-09-20hw/loongarch: Fix acpi ged irq number in dsdt tableXiaojuan Yang1-1/+1
2022-09-20hw/loongarch: Add RAMFB to dynamic_sysbus_devices listXiaojuan Yang1-0/+2
2022-09-20hw/loongarch: Add hotplug handler for machineXiaojuan Yang1-0/+32
2022-09-20hw/loongarch: Add platform bus supportXiaojuan Yang2-0/+34
2022-09-20hw/loongarch: Add interrupt information to FDT tableXiaojuan Yang1-0/+28
2022-09-19hw/loongarch: Support fw_cfg dma functionXiaojuan Yang3-2/+4
2022-09-19hw/loongarch: Remove vga device when loongarch initXiaojuan Yang2-4/+0
2022-08-05hw/loongarch: remove acpi-build.c unused variable 'aml_len'Song Gao1-10/+1