summary refs log tree commit diff stats
path: root/hw/mips/loongson3_virt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/mips/loongson3_virt: do not require CONFIG_USBPaolo Bonzini2024-02-271-2/+6
* hw/mips/loongson3_virt: use pci_init_nic_devices()David Woodhouse2024-02-021-3/+1
* hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé2023-10-191-1/+0
* kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki2023-08-221-2/+0
* hw/mips: Improve the default USB settings in the loongson3-virt machineThomas Huth2023-07-251-1/+1
* hw/mips/loongson3_virt: Relax CPU restrictions for TCGJiaxun Yang2023-07-101-2/+2
* hw: Simplify calls to pci_nic_init_nofail()Thomas Huth2023-07-081-7/+1
* hw/mips: Use MachineClass->default_nic in the virt machinePhilippe Mathieu-Daudé2023-05-261-1/+3
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0
* hw/mips: loongson3: Drop 'struct MemmapEntry'Bin Meng2021-02-211-3/+3
* hw/mips: Add Loongson-3 machine supportHuacai Chen2021-01-041-0/+638