summary refs log tree commit diff stats
path: root/hw/mips/malta.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/mips/malta: use pci_init_nic_devices()David Woodhouse2024-02-021-12/+3
* hw/mips: Inline 'bios.h' definitionsPhilippe Mathieu-Daudé2024-01-051-1/+8
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-231-2/+3
|\
| * hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4Bernhard Beschow2023-10-221-2/+3
* | hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé2023-10-191-1/+0
* | hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h'Philippe Mathieu-Daudé2023-10-191-1/+1
|/
* trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth2023-09-081-17/+4
* hw/mips: spelling fixesMichael Tokarev2023-08-311-1/+1
* hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow2023-07-101-1/+1
* hw/mips/malta: Fix the malta machine on big endian hostsThomas Huth2023-06-051-2/+2
* hw/mips/malta: Fix minor dead code issuePeter Maydell2023-05-121-4/+1
* hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé2023-03-081-1/+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: Handle buffers as opaque arraysPhilippe Mathieu-Daudé2023-01-131-8/+11
* hw/mips/malta: Explicit GT64120 endianness upon device creationPhilippe Mathieu-Daudé2023-01-131-1/+3
* hw/mips/gt64xxx_pci: Let the GT64120 manage the lower 512MiB holePhilippe Mathieu-Daudé2023-01-131-7/+0
* hw/mips/malta: Trace FPGA LEDs/ASCII display updatesPhilippe Mathieu-Daudé2023-01-131-0/+3
* hw/mips/malta: Split FPGA LEDs/ASCII display updatesPhilippe Mathieu-Daudé2023-01-131-5/+8
* 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/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-311-2/+0
* mips/malta: pass RNG seed via env var and re-randomize on rebootJason A. Donenfeld2022-10-271-0/+27
* hw/mips/malta: turn off x86 specific features of PIIX4_PMIgor Mammedov2022-08-081-0/+9
* hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow2022-06-111-1/+4
* hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow2022-06-111-1/+4
* hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow2022-06-111-1/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-12/+12
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* hw/mips/gt64xxx_pci: Resolve gt64120_register()Bernhard Beschow2022-03-081-1/+2
* malta: Move PCI interrupt handling from gt64xxx_pci to piix4Bernhard Beschow2022-03-081-5/+1
* arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-261-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 sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-101-1/+1
* hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang2021-01-041-31/+31
* hw/mips/malta: Use address translation helper to calculate bootloader_run_addrJiaxun Yang2021-01-041-2/+2
* hw/mips: Make bootloader addresses unsignedJiaxun Yang2021-01-041-11/+11