summaryrefslogtreecommitdiffstats
path: root/hw/mips
Commit message (Expand)AuthorAgeFilesLines
* hw/mips/jazz: Map the UART devices unconditionallyPhilippe Mathieu-Daudé2021-07-021-10/+6Star
* hw/mips/jazz: specify correct endian for dp8393x deviceMark Cave-Ayland2021-07-021-1/+8
* hw/mips/jazz: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland2021-07-021-1/+22
* hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.cPhilippe Mathieu-Daudé2021-06-251-1/+1
* target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson2021-05-271-32/+3Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-058-15/+0Star
|\
| * Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-027-7/+0Star
| * Do not include cpu.h if it's not really necessaryThomas Huth2021-05-024-4/+0Star
| * Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
* | hw/mips: Restrict non-virtualized machines to TCGPhilippe Mathieu-Daudé2021-05-021-3/+6
|/
* hw/mips/gt64xxx: Trace accesses to ISD registersPhilippe Mathieu-Daudé2021-03-132-0/+4
* hw/mips/gt64xxx: Rename trace events related to interrupt registersPhilippe Mathieu-Daudé2021-03-132-10/+10
* hw/mips/gt64xxx: Fix typos in qemu_log_mask() formatsPhilippe Mathieu-Daudé2021-03-131-10/+10
* hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlersPhilippe Mathieu-Daudé2021-03-131-4/+6
* hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()Philippe Mathieu-Daudé2021-03-131-2/+9
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell2021-03-111-1/+1
|\
| * semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-101-1/+1
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell2021-03-101-1/+1
|\ \ | |/ |/|
| * clock: Add ClockEvent parameter to callbacksPeter Maydell2021-03-081-1/+1
* | esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland2021-03-071-2/+2
|/
* vt82c686: Move creation of ISA devices to the ISA bridgeBALATON Zoltan2021-02-211-24/+5Star
* vt82c686: Fix SMBus IO base and configuration registersBALATON Zoltan2021-02-211-3/+1Star
* hw/mips/boston: Use bootloader helper to set GCRsJiaxun Yang2021-02-211-34/+11Star
* hw/mips/boston: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang2021-02-211-15/+2Star
* hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang2021-02-211-24/+3Star
* hw/mips: Add a bootloader helperJiaxun Yang2021-02-212-1/+201
* hw/mips: loongson3: Drop 'struct MemmapEntry'Bin Meng2021-02-212-9/+4Star
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-2/+5
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-2/+7
* docs/system: Remove deprecated 'fulong2e' machine aliasPhilippe Mathieu-Daudé2021-01-141-1/+0Star
* hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()Philippe Mathieu-Daudé2021-01-141-4/+2Star
* hw/mips/fuloong2e: Correct cpuclock in PROM environmentJiaxun Yang2021-01-041-3/+3
* hw/mips/fuloong2e: Remove unused env entryJiaxun Yang2021-01-041-1/+0Star
* hw/mips/fuloong2e: Replace faulty documentation linksJiaxun Yang2021-01-041-10/+3Star
* hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INITJiaxun Yang2021-01-041-2/+0Star
* hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang2021-01-042-43/+43
* 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-043-21/+21
* hw/mips: Add Loongson-3 machine supportHuacai Chen2021-01-043-1/+651
* hw/mips: Add Loongson-3 boot parameter helpersHuacai Chen2021-01-043-0/+393
* hw/mips: Implement fw_cfg_arch_key_name()Huacai Chen2021-01-044-0/+58
* vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan2021-01-041-1/+4
* vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan2021-01-041-1/+3
* vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan2021-01-041-2/+2
* hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
* hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit()Philippe Mathieu-Daudé2020-12-131-2/+6
* hw/mips/malta: Do not initialize MT registers if MT ASE absentPhilippe Mathieu-Daudé2020-12-131-1/+3
* target/mips: Introduce ase_mt_available() helperPhilippe Mathieu-Daudé2020-12-131-2/+1Star