summary refs log tree commit diff stats
path: root/hw/mips (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/mips/boston: Rename MachineState 'mc' pointer to 'ms'Daniel Henrique Barboza2023-01-131-2/+2
* hw/mips/Kconfig: Track Malta's PIIX dependencies via KconfigBernhard Beschow2023-01-131-0/+1
* hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow2023-01-131-0/+27
* mips: Remove support for trap and emulate KVMPaolo Bonzini2023-01-131-39/+7
* hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloaderPhilippe Mathieu-Daudé2023-01-131-0/+18
* hw/mips/malta: Introduce PIIX4_PCI_DEVFN definitionPhilippe Mathieu-Daudé2023-01-131-1/+3
* hw/mips/malta: Merge common BL code as bl_setup_gt64120_jump_kernel()Philippe Mathieu-Daudé2023-01-131-87/+44
* hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (5/5)Philippe Mathieu-Daudé2023-01-131-57/+11
* hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (4/5)Philippe Mathieu-Daudé2023-01-131-33/+7
* hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (3/5)Philippe Mathieu-Daudé2023-01-131-32/+8
* hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (2/5)Philippe Mathieu-Daudé2023-01-131-29/+6
* hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (1/5)Philippe Mathieu-Daudé2023-01-131-18/+14
* hw/mips/bootloader: Implement nanoMIPS JALRc opcode generatorPhilippe Mathieu-Daudé2023-01-131-1/+11
* hw/mips/bootloader: Implement nanoMIPS LI (LUI+ORI) opcode generatorPhilippe Mathieu-Daudé2023-01-131-2/+34
* hw/mips/bootloader: Implement nanoMIPS SW opcode generatorPhilippe Mathieu-Daudé2023-01-131-1/+19
* hw/mips/bootloader: Implement nanoMIPS NOP opcode generatorPhilippe Mathieu-Daudé2023-01-131-4/+20
* hw/mips/bootloader: Handle buffers as opaque arraysPhilippe Mathieu-Daudé2023-01-134-33/+45
* hw/mips/gt64xxx_pci: Move it to hw/pci-host/Philippe Mathieu-Daudé2023-01-134-1308/+0
* hw/mips/meson: Make gt64xxx_pci.c endian-agnosticPhilippe Mathieu-Daudé2023-01-132-2/+2
* hw/mips/malta: Explicit GT64120 endianness upon device creationPhilippe Mathieu-Daudé2023-01-131-1/+3
* hw/mips/gt64xxx_pci: Add a 'cpu-little-endian' qdev propertyPhilippe Mathieu-Daudé2023-01-131-8/+14
* hw/mips/gt64xxx_pci: Manage endian bits with the RegisterFields APIPhilippe Mathieu-Daudé2023-01-131-15/+23
* hw/mips/gt64xxx_pci: Let the GT64120 manage the lower 512MiB holePhilippe Mathieu-Daudé2023-01-133-7/+9
* hw/mips/Kconfig: Introduce CONFIG_GT64120 to select gt64xxx_pci.cPhilippe Mathieu-Daudé2023-01-132-1/+8
* hw/mips/gt64xxx_pci: Endian-swap using PCI_HOST_BRIDGE MemoryRegionOpsPhilippe Mathieu-Daudé2023-01-131-20/+50
* hw/mips/gt64xxx_pci: Accumulate address space changesPhilippe Mathieu-Daudé2023-01-131-0/+8
* hw/mips/malta: Trace FPGA LEDs/ASCII display updatesPhilippe Mathieu-Daudé2023-01-132-0/+7
* hw/mips/malta: Split FPGA LEDs/ASCII display updatesPhilippe Mathieu-Daudé2023-01-131-5/+8
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* hw/mips: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_mips_irq_requestRichard Henderson2023-01-041-10/+1
* hw/mips/malta: Use bootloader helper to set BAR registersJiaxun Yang2022-10-311-45/+40
* hw/mips: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang2022-10-311-31/+12
* hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set registerPhilippe Mathieu-Daudé2022-10-313-10/+31
* hw/mips/boston: Don't set link_up for xilinx-pcieJiaxun Yang2022-10-311-5/+4
* hw/isa/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow2022-10-311-4/+6
* hw/mips/malta: Reuse dev variableBernhard Beschow2022-10-311-3/+2
* hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan2022-10-312-3/+0
* hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow2022-10-311-0/+4
* hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove itBernhard Beschow2022-10-311-18/+10
* hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow2022-10-311-4/+0
* hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow2022-10-311-1/+1
* hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow2022-10-311-3/+0
* hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow2022-10-311-2/+2
* hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2022-10-311-4/+4
* hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-311-1/+1
* mips/malta: pass RNG seed via env var and re-randomize on rebootJason A. Donenfeld2022-10-271-0/+27
* mips/boston: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
* hw/mips/malta: turn off x86 specific features of PIIX4_PMIgor Mammedov2022-08-081-0/+9
* hw/mips: boston: pass random seed to fdtJason A. Donenfeld2022-07-221-0/+5
* pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland2022-07-181-3/+10