aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)Author
2024-08-20hw/mips/loongson3_virt: Fix condition of IPI IOCSR connectionJiaxun Yang
2024-08-20hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineStateJiaxun Yang
2024-07-23hw/mips/loongson3_virt: remove useless type castYao Xingtao
2024-07-16hw/isa/vt82c686: Turn "intr" irq into a named gpioBernhard Beschow
2024-06-19hw/mips/loongson3_virt: Wire up loongson_ipi deviceJiaxun Yang
2024-06-05hw/mips/malta: Add re-usable rng_seed_hex_new() methodPhilippe Mathieu-Daudé
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini
2024-05-10meson: pick libfdt from common_ss when building target-specific filesPaolo Bonzini
2024-05-09hw/mips/loongson3_virt: Emulate suspend functionJiaxun Yang
2024-05-03mips: switch boards to "default y"Paolo Bonzini
2024-03-08mips: do not list individual devices from configs/Paolo Bonzini
2024-02-27hw/mips/loongson3_virt: do not require CONFIG_USBPaolo Bonzini
2024-02-22Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-02-22hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé
2024-02-20loongson3: correct typosManos Pitsidianakis
2024-02-15hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé
2024-02-15hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé
2024-02-15hw/ide/ahci: Rename AHCI PCI function as 'pdev'Philippe Mathieu-Daudé
2024-02-15hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé
2024-02-15hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé
2024-02-15hw/isa: extract FDC37M81X to a separate filePaolo Bonzini
2024-02-15hw/mips/Kconfig: Remove ISA dependencies from MIPSsim boardBernhard Beschow
2024-02-15hw/misc/mips_itu: Remove MIPSITUState::cpu0 fieldPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove MIPSITUState::itu fieldPhilippe Mathieu-Daudé
2024-02-15hw/mips: remove unnecessary "select PTIMER"Paolo Bonzini
2024-02-02hw/mips/jazz: use qemu_find_nic_info()David Woodhouse
2024-02-02hw/mips/mipssim: use qemu_create_nic_device()David Woodhouse
2024-02-02hw/mips/loongson3_virt: use pci_init_nic_devices()David Woodhouse
2024-02-02hw/mips/malta: use pci_init_nic_devices()David Woodhouse
2024-02-02hw/mips/fuloong2e: use pci_init_nic_devices()David Woodhouse
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-05hw/mips: Inline 'bios.h' definitionsPhilippe Mathieu-Daudé
2024-01-05hw: Simplify accesses to the CPUState::'start-powered-off' propertyPhilippe Mathieu-Daudé
2023-12-31meson: rename config_allPaolo Bonzini
2023-11-13hw/mips: LOONGSON3V depends on UNIMP deviceMarc-André Lureau
2023-11-07hw/mips: FULOONG depends on VT82C686Marc-André Lureau
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-22hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4Bernhard Beschow
2023-10-22hw/isa/piix3: Merge hw/isa/piix4.cBernhard Beschow
2023-10-19hw/audio/pcspk: Inline pcspk_init()Philippe Mathieu-Daudé
2023-10-19hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé
2023-10-19hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h'Philippe Mathieu-Daudé
2023-10-03vt82c686 machines: Support machine-default audiodev with fallbackPaolo Bonzini
2023-09-25hw/mips/jazz: Simplify the NIC setup codeThomas Huth
2023-09-25hw/mips/jazz: Move the NIC init code into a separate functionThomas Huth
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth
2023-08-31hw/mips: spelling fixesMichael Tokarev
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-07-25hw/mips: Improve the default USB settings in the loongson3-virt machineThomas Huth
2023-07-11Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson