aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)Author
2022-01-13hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé
2022-01-13hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé
2021-12-06hw/mips/boston: Fix load_elf() error detectionJiaxun Yang
2021-12-06hw/mips/bootloader: Fix write_ulong()Jiaxun Yang
2021-10-18hw/mips/boston: Add FDT generatorJiaxun Yang
2021-10-18hw/mips/boston: Allow loading elf kernel and dtbJiaxun Yang
2021-10-18hw/mips/boston: Massage memory map informationJiaxun Yang
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-07-20hw/mips: Express dependencies of the Boston machine with KconfigPhilippe Mathieu-Daudé
2021-07-20hw/mips: Add dependency MIPS_CPS -> MIPS_ITUPhilippe Mathieu-Daudé
2021-07-02hw/mips/jazz: Map the UART devices unconditionallyPhilippe Mathieu-Daudé
2021-07-02hw/mips/jazz: specify correct endian for dp8393x deviceMark Cave-Ayland
2021-07-02hw/mips/jazz: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland
2021-06-25hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.cPhilippe Mathieu-Daudé
2021-05-26target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-05-02hw/mips: Restrict non-virtualized machines to TCGPhilippe Mathieu-Daudé
2021-03-13hw/mips/gt64xxx: Trace accesses to ISD registersPhilippe Mathieu-Daudé
2021-03-13hw/mips/gt64xxx: Rename trace events related to interrupt registersPhilippe Mathieu-Daudé
2021-03-13hw/mips/gt64xxx: Fix typos in qemu_log_mask() formatsPhilippe Mathieu-Daudé
2021-03-13hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlersPhilippe Mathieu-Daudé
2021-03-13hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()Philippe Mathieu-Daudé
2021-03-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé
2021-03-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell
2021-03-07esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland
2021-02-21vt82c686: Move creation of ISA devices to the ISA bridgeBALATON Zoltan
2021-02-21vt82c686: Fix SMBus IO base and configuration registersBALATON Zoltan
2021-02-21hw/mips/boston: Use bootloader helper to set GCRsJiaxun Yang
2021-02-21hw/mips/boston: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang
2021-02-21hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang
2021-02-21hw/mips: Add a bootloader helperJiaxun Yang
2021-02-21hw/mips: loongson3: Drop 'struct MemmapEntry'Bin Meng
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana
2021-01-14docs/system: Remove deprecated 'fulong2e' machine aliasPhilippe Mathieu-Daudé
2021-01-14hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()Philippe Mathieu-Daudé
2021-01-04hw/mips/fuloong2e: Correct cpuclock in PROM environmentJiaxun Yang
2021-01-04hw/mips/fuloong2e: Remove unused env entryJiaxun Yang
2021-01-04hw/mips/fuloong2e: Replace faulty documentation linksJiaxun Yang
2021-01-04hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INITJiaxun Yang
2021-01-04hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang
2021-01-04hw/mips/malta: Use address translation helper to calculate bootloader_run_addrJiaxun Yang
2021-01-04hw/mips: Make bootloader addresses unsignedJiaxun Yang