summaryrefslogtreecommitdiffstats
path: root/hw/mips
Commit message (Expand)AuthorAgeFilesLines
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-169-9/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-163-0/+3
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-166-0/+8
* hw: Replace global smp variables with MachineState for all remaining archsLike Xu2019-07-052-1/+3
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-11/+11
* hw/mips: Express dependencies of the r4k platform with KconfigPhilippe Mathieu-Daudé2019-07-021-0/+10
* hw/mips: Express dependencies of the Jazz machine with KconfigPhilippe Mathieu-Daudé2019-07-021-0/+17
* hw/mips: Express dependencies of the MIPSsim machine with KconfigPhilippe Mathieu-Daudé2019-07-021-0/+3
* hw/mips/gt64xxx_pci: Align the pci0-mem sizePhilippe Mathieu-Daudé2019-06-261-1/+2
* hw/mips/gt64xxx_pci: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2019-06-262-19/+14Star
* hw/mips/gt64xxx_pci: Use qemu_log_mask() instead of debug printf()Philippe Mathieu-Daudé2019-06-261-11/+37
* hw/mips/gt64xxx_pci: Fix 'spaces' coding style issuesPhilippe Mathieu-Daudé2019-06-261-5/+6
* hw/mips/gt64xxx_pci: Fix 'braces' coding style issuesPhilippe Mathieu-Daudé2019-06-261-9/+18
* hw/mips/gt64xxx_pci: Fix 'tabs' coding style issuesPhilippe Mathieu-Daudé2019-06-261-156/+156
* hw/mips/gt64xxx_pci: Fix multiline comment syntaxPhilippe Mathieu-Daudé2019-06-261-29/+35
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-1/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* target/mips: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell2019-05-281-1/+1
|\
| * semihosting: move semihosting configuration into its own directoryAlex Bennée2019-05-281-1/+1
* | hw/mips: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2019-05-243-16/+12Star
* | hw/mips: Use object_initialize() on MIPSCPSStatePhilippe Mathieu-Daudé2019-05-242-22/+20Star
|/
* mips-fulong2e: obey -vga nonePaolo Bonzini2019-05-171-4/+6
* mips/boston: Report errors with error_report(), not error_printf()Markus Armbruster2019-04-171-3/+3
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-112-3/+2Star
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-112-2/+2
* mips_malta: Clean up definition of flash memory size somewhatMarkus Armbruster2019-03-111-1/+1
* hw/mips/malta: Restrict 'bios_size' variable scopePhilippe Mathieu-Daudé2019-03-111-1/+1
* hw/mips/malta: Remove fl_sectors variablePhilippe Mathieu-Daudé2019-03-111-2/+1Star
* mips_malta: Delete disabled, broken DEBUG_BOARD_INIT codeMarkus Armbruster2019-03-111-10/+0Star
* pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster2019-03-111-1/+1
* mips_fulong2e: Add on-board graphics chipBALATON Zoltan2019-03-111-0/+7
* ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+20
* i2c: Split smbus into partsCorey Minyard2019-02-282-2/+2
* target/mips: fulong2e: Dynamically generate SPD EEPROM dataBALATON Zoltan2019-02-211-18/+13Star
* target/mips: fulong2e: Fix bios flash sizeBALATON Zoltan2019-02-211-5/+4Star
* hw/mips_int: hold BQL for all interrupt requestsAleksandar Markovic2019-02-141-0/+12
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-132-2/+2
* hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boardsÁkos Kovács2019-02-051-2/+3
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-054-8/+12
* ide/via: Rename functions to match device nameBALATON Zoltan2019-01-251-1/+1
* target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim2019-01-181-0/+8
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-112-5/+5
* hw/mips/malta: Remove unuseful codePhilippe Mathieu-Daudé2018-10-241-13/+0Star
* hw/mips/gt64xxx_pci: Mark as bridge devicePhilippe Mathieu-Daudé2018-10-241-0/+1
* hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset methodPhilippe Mathieu-Daudé2018-10-241-14/+3Star
* change get_image_size return type to int64_tLi Zhijian2018-10-024-11/+10Star
* mips_malta: Fix semihosting argument passing for nanoMIPS bare metalStefan Markovic2018-08-241-1/+7