aboutsummaryrefslogtreecommitdiff
path: root/hw/loongarch/acpi-build.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-3/+3
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-3/+3
2024-12-20hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 formatSia Jee Heng1-1/+5
2024-09-12hw/loongarch: Add acpi SPCR table supportBibo Mao1-0/+40
2024-09-12hw/loongarch: virt: support up to 4 serial portsJason A. Donenfeld1-8/+15
2024-08-21hw/loongarch: Fix length for lowram in ACPI SRATJiaxun Yang1-1/+1
2024-07-12hw/loongarch: Change the tpm support by defaultXianglai Li1-0/+3
2024-05-23hw/loongarch: Refine acpi srat table for numa memoryBibo Mao1-24/+34
2024-05-09hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineStateBibo Mao1-40/+49
2024-05-09hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINEBibo Mao1-4/+4
2024-02-29loongarch: Change the UEFI loading mode to loongarchXianglai Li1-3/+26
2024-01-30hw/loongarch: Add `\n` to hint messageGreg Kurz1-1/+1
2023-12-29hw/loongarch: Constify VMStateRichard Henderson1-1/+1
2023-08-24hw/loongarch: Fix ACPI processor id off-by-one errorJiajie Chen1-1/+1
2023-06-16hw/loongarch: Supplement cpu topology argumentsTianrui Zhao1-0/+4
2023-06-16hw/loongarch: Add numa supportTianrui Zhao1-12/+48
2023-06-16hw/loongarch/virt: Add cpu arch_id supportTianrui Zhao1-6/+14
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-03hw/loongarch/virt: add system_powerdown hmp command supportSong Gao1-0/+1
2023-03-03hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASEBibo Mao1-1/+1
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2022-12-15hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang1-0/+18
2022-12-05Revert "hw/loongarch/virt: Add cfi01 pflash device"Song Gao1-18/+0
2022-12-02hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang1-0/+18
2022-11-22hw/loongarch: Replace the value of uart info with macroXiaojuan Yang1-1/+2
2022-11-04hw/loongarch: Add TPM device for LoongArch virt machineXiaojuan Yang1-1/+50
2022-09-20hw/loongarch: Improve acpi dsdt tableXiaojuan Yang1-140/+19
2022-09-20hw/loongarch: Support memory hotplugXiaojuan Yang1-6/+26
2022-09-20hw/loongarch: Fix acpi ged irq number in dsdt tableXiaojuan Yang1-1/+1
2022-08-05hw/loongarch: remove acpi-build.c unused variable 'aml_len'Song Gao1-10/+1
2022-07-29hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'Xiaojuan Yang1-9/+9
2022-07-19hw/loongarch: Add acpi ged supportXiaojuan Yang1-0/+609