summary refs log tree commit diff stats
path: root/hw/loongarch/virt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/loongarch: Add cells missing from rtc nodeSong Gao2024-04-291-3/+9
* hw/loongarch: Add cells missing from uart nodeSong Gao2024-04-291-2/+7
* hw/loongarch: fdt remove unused irqchip nodeSong Gao2024-04-291-30/+1
* hw/loongarch: fdt adds pcie irq_map nodeSong Gao2024-04-291-4/+69
* hw/loongarch: fdt adds pch_msi ControllerSong Gao2024-04-291-1/+32
* hw/loongarch: fdt adds pch_pic ControllerSong Gao2024-04-291-1/+29
* hw/loongarch: fdt adds Extend I/O Interrupt ControllerSong Gao2024-04-291-1/+29
* hw/loongarch: fdt adds cpu interrupt controller nodeSong Gao2024-04-291-0/+21
* hw/loongarch: Fix fdt memory node wrong 'reg'Song Gao2024-04-291-1/+1
* hw/loongarch: Init efi_fdt tableSong Gao2024-04-291-4/+2
* hw/loongarch: Init efi_boot_memmap tableSong Gao2024-04-291-9/+2
* hw/loongarch: Move boot functions to boot.cSong Gao2024-04-291-113/+8
* smbios: get rid of global smbios_ep_typeIgor Mammedov2024-03-181-3/+4
* smbios: get rid of smbios_legacy globalIgor Mammedov2024-03-181-1/+1
* hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé2024-03-121-1/+1
* loongarch: Change the UEFI loading mode to loongarchXianglai Li2024-02-291-26/+75
* hw/loongarch: use pci_init_nic_devices()David Woodhouse2024-02-021-3/+1
* hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao2024-01-111-1/+2
* hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao2024-01-111-24/+67
* hw/acpi: Realize ACPI_GED sysbus device before accessing itPhilippe Mathieu-Daudé2023-10-191-1/+1
* hw/loongarch/virt: Remove unused 'loongarch_virt_pm' regionSong Gao2023-10-131-47/+1
* hw/loongarch/virt: Remove unused ISA BusPhilippe Mathieu-Daudé2023-10-131-5/+0
* hw/loongarch: remove global loaderparams variableThomas Weißschuh2023-10-131-23/+27
* target/loongarch: Clean up local variable shadowingSong Gao2023-10-061-1/+1
* target/loongarch: cpu: Implement get_arch_id callbackBibo Mao2023-08-241-0/+2
* hw/loongarch: Remove restriction of la464 cores in the virt machineSong Gao2023-08-241-5/+0
* hw/loongarch/virt: Use machine_memory_devices_init()David Hildenbrand2023-07-121-9/+3
* hw: Simplify calls to pci_nic_init_nofail()Thomas Huth2023-07-081-7/+1
* hw/loongarch: Supplement cpu topology argumentsTianrui Zhao2023-06-161-1/+8
* hw/loongarch: Add numa supportTianrui Zhao2023-06-161-12/+90
* hw/intc: Set physical cpuid route for LoongArch ipi deviceTianrui Zhao2023-06-161-0/+1
* hw/loongarch/virt: Add cpu arch_id supportTianrui Zhao2023-06-161-2/+32
* hw/loongarch64: Use MachineClass->default_nic in the virt machineThomas Huth2023-05-261-1/+3
* hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao2023-05-151-4/+9
* hw/loongarch/virt: Modify ipi as percpu deviceSong Gao2023-05-151-6/+6
* hw/loongarch/virt: Fix virt_to_phys_addr functionTianrui Zhao2023-04-041-1/+1
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+2
* hw/loongarch/virt: add system_powerdown hmp command supportSong Gao2023-03-031-0/+12
* hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASEBibo Mao2023-03-031-4/+4
* hw/intc/loongarch_pch: Change default irq number of pch irq controllerTianrui Zhao2023-01-061-1/+1
* hw/intc/loongarch_pch_pic: add irq number propertyTianrui Zhao2023-01-061-3/+5
* hw/intc/loongarch_pch_msi: add irq number propertyTianrui Zhao2023-01-061-5/+8
* hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang2022-12-151-0/+62
* Revert "hw/loongarch/virt: Add cfi01 pflash device"Song Gao2022-12-051-62/+0
* hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang2022-12-021-0/+62
* hw/loongarch: Fix setprop_sized method in fdt rtc node.Xiaojuan Yang2022-11-221-1/+1
* hw/loongarch: Add default stdout uart in fdtXiaojuan Yang2022-11-221-0/+2
* hw/loongarch: Fix loongarch fdt addr confictSong Gao2022-11-121-4/+4
* hw/loongarch: Add TPM device for LoongArch virt machineXiaojuan Yang2022-11-041-0/+4
* hw/loongarch: Improve fdt for LoongArch virt machineXiaojuan Yang2022-11-041-0/+31