aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/loongson3_virt.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-15hw/mips: Have mips_cpu_create_with_clock() take an endianness argumentPhilippe Mathieu-Daudé1-1/+1
2024-10-03hw/char: Extract serial-mmBernhard Beschow1-1/+1
2024-08-20hw/mips/loongson3_virt: Fix condition of IPI IOCSR connectionJiaxun Yang1-1/+1
2024-08-20hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineStateJiaxun Yang1-0/+3
2024-07-23hw/mips/loongson3_virt: remove useless type castYao Xingtao1-2/+2
2024-06-19hw/mips/loongson3_virt: Wire up loongson_ipi deviceJiaxun Yang1-2/+37
2024-05-09hw/mips/loongson3_virt: Emulate suspend functionJiaxun Yang1-0/+20
2024-02-27hw/mips/loongson3_virt: do not require CONFIG_USBPaolo Bonzini1-2/+6
2024-02-02hw/mips/loongson3_virt: use pci_init_nic_devices()David Woodhouse1-3/+1
2023-10-19hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé1-1/+0
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki1-2/+0
2023-07-25hw/mips: Improve the default USB settings in the loongson3-virt machineThomas Huth1-1/+1
2023-07-10hw/mips/loongson3_virt: Relax CPU restrictions for TCGJiaxun Yang1-2/+2
2023-07-08hw: Simplify calls to pci_nic_init_nofail()Thomas Huth1-7/+1
2023-05-26hw/mips: Use MachineClass->default_nic in the virt machinePhilippe Mathieu-Daudé1-1/+3
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-02-21hw/mips: loongson3: Drop 'struct MemmapEntry'Bin Meng1-3/+3
2021-01-04hw/mips: Add Loongson-3 machine supportHuacai Chen1-0/+638