summary refs log tree commit diff stats
path: root/hw/mips/loongson3_virt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* target/mips: Revert TARGET_PAGE_BITS_VARYRichard Henderson2025-03-311-1/+0
* hw/mips: Mark Loonson3 Virt machine devices as little-endianPhilippe Mathieu-Daudé2025-02-161-2/+2
* hw/boards: Do not create unusable default if=sd drivesPhilippe Mathieu-Daudé2025-02-161-1/+0
* hw/boards: Rename no_sdcard -> auto_create_sdcardPhilippe Mathieu-Daudé2025-02-161-1/+1
* hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFFPhilippe Mathieu-Daudé2025-02-161-0/+1
* hw/loader: Pass ELFDATA endian order argument to load_elf()Philippe Mathieu-Daudé2025-01-311-1/+1
* hw/mips/loongson3_virt: Propagate %processor_id to init_boot_param()Philippe Mathieu-Daudé2025-01-311-4/+3
* hw/mips/loongson3_virt: Propagate processor_id to init_loongson_params()Philippe Mathieu-Daudé2025-01-311-0/+1
* hw/mips/loongson3_virt: Propagate cpu_count to init_boot_param()Philippe Mathieu-Daudé2025-01-311-4/+3
* hw/mips/loongson3: Propagate cpu_count to init_loongson_params()Philippe Mathieu-Daudé2025-01-311-0/+1
* hw/mips/loongson3_virt: Pass CPU argument to get_cpu_freq_hz()Philippe Mathieu-Daudé2025-01-311-3/+3
* hw/mips/loongson3_virt: Have fw_conf_init() access local loaderparamsPhilippe Mathieu-Daudé2025-01-311-6/+6
* hw/mips/loongson3_virt: Invert vCPU creation order to remove &first_cpuPhilippe Mathieu-Daudé2025-01-311-5/+4
* hw/mips/loongson3_virt: Factor generic_cpu_reset() outPhilippe Mathieu-Daudé2025-01-311-9/+17
* hw/pci-host/gpex: Allow more than 4 legacy IRQsAlexander Graf2024-12-301-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-4/+4
* hw/mips: Have mips_cpu_create_with_clock() take an endianness argumentPhilippe Mathieu-Daudé2024-10-151-1/+1
* hw/char: Extract serial-mmBernhard Beschow2024-10-031-1/+1
* hw/mips/loongson3_virt: Fix condition of IPI IOCSR connectionJiaxun Yang2024-08-201-1/+1
* hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineStateJiaxun Yang2024-08-201-0/+3
* hw/mips/loongson3_virt: remove useless type castYao Xingtao2024-07-231-2/+2
* hw/mips/loongson3_virt: Wire up loongson_ipi deviceJiaxun Yang2024-06-191-2/+37
* hw/mips/loongson3_virt: Emulate suspend functionJiaxun Yang2024-05-091-0/+20
* 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