aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/loongson3_virt.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-1/+1
2025-03-31target/mips: Revert TARGET_PAGE_BITS_VARYRichard Henderson1-1/+0
2025-02-16hw/mips: Mark Loonson3 Virt machine devices as little-endianPhilippe Mathieu-Daudé1-2/+2
2025-02-16hw/boards: Do not create unusable default if=sd drivesPhilippe Mathieu-Daudé1-1/+0
2025-02-16hw/boards: Rename no_sdcard -> auto_create_sdcardPhilippe Mathieu-Daudé1-1/+1
2025-02-16hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFFPhilippe Mathieu-Daudé1-0/+1
2025-01-31hw/loader: Pass ELFDATA endian order argument to load_elf()Philippe Mathieu-Daudé1-1/+1
2025-01-31hw/mips/loongson3_virt: Propagate %processor_id to init_boot_param()Philippe Mathieu-Daudé1-4/+3
2025-01-31hw/mips/loongson3_virt: Propagate processor_id to init_loongson_params()Philippe Mathieu-Daudé1-0/+1
2025-01-31hw/mips/loongson3_virt: Propagate cpu_count to init_boot_param()Philippe Mathieu-Daudé1-4/+3
2025-01-31hw/mips/loongson3: Propagate cpu_count to init_loongson_params()Philippe Mathieu-Daudé1-0/+1
2025-01-31hw/mips/loongson3_virt: Pass CPU argument to get_cpu_freq_hz()Philippe Mathieu-Daudé1-3/+3
2025-01-31hw/mips/loongson3_virt: Have fw_conf_init() access local loaderparamsPhilippe Mathieu-Daudé1-6/+6
2025-01-31hw/mips/loongson3_virt: Invert vCPU creation order to remove &first_cpuPhilippe Mathieu-Daudé1-5/+4
2025-01-31hw/mips/loongson3_virt: Factor generic_cpu_reset() outPhilippe Mathieu-Daudé1-9/+17
2024-12-30hw/pci-host/gpex: Allow more than 4 legacy IRQsAlexander Graf1-1/+1
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-4/+4
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