index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
loongarch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
hw/loongarch: Add acpi SPCR table support
Bibo Mao
1
-0
/
+40
2024-09-12
hw/loongarch: virt: pass random seed to fdt
Jason A. Donenfeld
1
-0
/
+6
2024-09-12
hw/loongarch: virt: support up to 4 serial ports
Jason A. Donenfeld
2
-18
/
+32
2024-09-12
hw/loongarch: Remove default enable with VIRTIO_VGA device
Bibo Mao
1
-1
/
+0
2024-08-21
hw/loongarch: Fix length for lowram in ACPI SRAT
Jiaxun Yang
1
-1
/
+1
2024-08-06
hw/loongarch/virt: Replace Loongson IPI with LoongArch IPI
Bibo Mao
2
-3
/
+3
2024-07-12
hw/loongarch/virt: Remove unused assignment
Bibo Mao
1
-8
/
+7
2024-07-12
hw/loongarch: Change the tpm support by default
Xianglai Li
2
-0
/
+4
2024-07-12
hw/loongarch/boot.c: fix out-of-bound reading
Dmitry Frolov
1
-1
/
+1
2024-06-19
hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-06-19
hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-06-06
hw/loongarch/virt: Enable extioi virt extension
Song Gao
1
-3
/
+85
2024-06-06
hw/loongarch/virt: Use MemTxAttrs interface for misc ops
Song Gao
1
-12
/
+24
2024-06-06
hw/intc/loongarch_extioi: Add extioi virt extension definition
Song Gao
1
-19
/
+41
2024-06-06
tests/libqos: Add loongarch virt machine node
Bibo Mao
1
-0
/
+2
2024-05-23
hw/loongarch/virt: Fix FDT memory node address width
Jiaxun Yang
1
-1
/
+2
2024-05-23
hw/loongarch: Remove minimum and default memory size
Bibo Mao
1
-5
/
+0
2024-05-23
hw/loongarch: Refine system dram memory region
Bibo Mao
1
-36
/
+17
2024-05-23
hw/loongarch: Refine fwcfg memory map
Bibo Mao
1
-3
/
+57
2024-05-23
hw/loongarch: Refine fadt memory table for numa memory
Bibo Mao
1
-3
/
+43
2024-05-23
hw/loongarch: Refine acpi srat table for numa memory
Bibo Mao
1
-24
/
+34
2024-05-23
hw/loongarch: Add VM mode in IOCSR feature register in kvm mode
Bibo Mao
1
-3
/
+9
2024-05-10
kconfig: express dependency of individual boards on libfdt
Paolo Bonzini
1
-1
/
+2
2024-05-10
meson: pick libfdt from common_ss when building target-specific files
Paolo Bonzini
1
-1
/
+1
2024-05-09
Merge tag 'pull-loongarch-20240509' of https://gitlab.com/gaosong/qemu into s...
Richard Henderson
1
-6
/
+5
2024-05-09
hw/loongarch: Refine default numa id calculation
Bibo Mao
1
-6
/
+5
2024-05-09
hw/intc/loongarch_ipi: Rename as loongson_ipi
Jiaxun Yang
2
-3
/
+3
2024-05-09
hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineState
Bibo Mao
5
-220
/
+223
2024-05-09
hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINE
Bibo Mao
3
-15
/
+14
2024-05-09
hw/loongarch/virt: Fix memory leak
Song Gao
1
-2
/
+1
2024-05-09
hw/loongarch: move memory map to boot.c
Paolo Bonzini
2
-3
/
+3
2024-05-03
loongarch: switch boards to "default y"
Paolo Bonzini
1
-0
/
+2
2024-04-29
hw/loongarch: Add cells missing from rtc node
Song Gao
1
-3
/
+9
2024-04-29
hw/loongarch: Add cells missing from uart node
Song Gao
1
-2
/
+7
2024-04-29
hw/loongarch: fdt remove unused irqchip node
Song Gao
1
-30
/
+1
2024-04-29
hw/loongarch: fdt adds pcie irq_map node
Song Gao
1
-4
/
+69
2024-04-29
hw/loongarch: fdt adds pch_msi Controller
Song Gao
1
-1
/
+32
2024-04-29
hw/loongarch: fdt adds pch_pic Controller
Song Gao
1
-1
/
+29
2024-04-29
hw/loongarch: fdt adds Extend I/O Interrupt Controller
Song Gao
1
-1
/
+29
2024-04-29
hw/loongarch: fdt adds cpu interrupt controller node
Song Gao
1
-0
/
+21
2024-04-29
hw/loongarch: Fix fdt memory node wrong 'reg'
Song Gao
1
-1
/
+1
2024-04-29
hw/loongarch: Init efi_fdt table
Song Gao
2
-4
/
+13
2024-04-29
hw/loongarch: Init efi_initrd table
Song Gao
1
-2
/
+21
2024-04-29
hw/loongarch: Init efi_boot_memmap table
Song Gao
2
-9
/
+42
2024-04-29
hw/loongarch: Init efi_system_table
Song Gao
1
-0
/
+22
2024-04-29
hw/loongarch: Add init_cmdline
Song Gao
1
-0
/
+30
2024-04-29
hw/loongarch: Add slave cpu boot_code
Song Gao
1
-1
/
+61
2024-04-29
hw/loongarch: Add load initrd
Song Gao
1
-1
/
+27
2024-04-29
hw/loongarch: Move boot functions to boot.c
Song Gao
3
-113
/
+137
2024-03-18
smbios: get rid of global smbios_ep_type
Igor Mammedov
1
-3
/
+4
[next]