aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)AuthorFilesLines
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé4-4/+4
2019-10-04mips: fix memory leaks in board initializationPaolo Bonzini2-0/+3
2019-10-04hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.cThomas Huth1-0/+1
2019-09-12hw/mips/mips_jazz: Remove no-longer-necessary override of do_unassigned_accessPeter Maydell1-23/+4
2019-09-12hw/mips/mips_jazz: Override do_transaction_failed hookPeter Maydell1-8/+46
2019-08-19target/mips: Style improvements in mips_mipssim.cAleksandar Markovic1-7/+12
2019-08-19target/mips: Style improvements in mips_malta.cAleksandar Markovic1-88/+128
2019-08-19target/mips: Style improvements in mips_int.cAleksandar Markovic1-1/+2
2019-08-19target/mips: Style improvements in mips_fulong2e.cAleksandar Markovic1-38/+58
2019-08-19target/mips: Style improvements in cps.cAleksandar Markovic1-2/+4
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster3-0/+3
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster2-0/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster9-9/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster3-0/+3
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster6-0/+8
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu2-1/+3
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-11/+11
2019-07-02hw/mips: Express dependencies of the r4k platform with KconfigPhilippe Mathieu-Daudé1-0/+10
2019-07-02hw/mips: Express dependencies of the Jazz machine with KconfigPhilippe Mathieu-Daudé1-0/+17
2019-07-02hw/mips: Express dependencies of the MIPSsim machine with KconfigPhilippe Mathieu-Daudé1-0/+3
2019-06-26hw/mips/gt64xxx_pci: Align the pci0-mem sizePhilippe Mathieu-Daudé1-1/+2
2019-06-26hw/mips/gt64xxx_pci: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2-19/+14
2019-06-26hw/mips/gt64xxx_pci: Use qemu_log_mask() instead of debug printf()Philippe Mathieu-Daudé1-11/+37
2019-06-26hw/mips/gt64xxx_pci: Fix 'spaces' coding style issuesPhilippe Mathieu-Daudé1-5/+6
2019-06-26hw/mips/gt64xxx_pci: Fix 'braces' coding style issuesPhilippe Mathieu-Daudé1-9/+18
2019-06-26hw/mips/gt64xxx_pci: Fix 'tabs' coding style issuesPhilippe Mathieu-Daudé1-156/+156
2019-06-26hw/mips/gt64xxx_pci: Fix multiline comment syntaxPhilippe Mathieu-Daudé1-29/+35
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-1/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-05-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell1-1/+1
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée1-1/+1
2019-05-24hw/mips: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé3-16/+12
2019-05-24hw/mips: Use object_initialize() on MIPSCPSStatePhilippe Mathieu-Daudé2-22/+20
2019-05-17mips-fulong2e: obey -vga nonePaolo Bonzini1-4/+6
2019-04-17mips/boston: Report errors with error_report(), not error_printf()Markus Armbruster1-3/+3
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2-3/+2
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2-2/+2
2019-03-11mips_malta: Clean up definition of flash memory size somewhatMarkus Armbruster1-1/+1
2019-03-11hw/mips/malta: Restrict 'bios_size' variable scopePhilippe Mathieu-Daudé1-1/+1
2019-03-11hw/mips/malta: Remove fl_sectors variablePhilippe Mathieu-Daudé1-2/+1
2019-03-11mips_malta: Delete disabled, broken DEBUG_BOARD_INIT codeMarkus Armbruster1-10/+0
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster1-1/+1
2019-03-11mips_fulong2e: Add on-board graphics chipBALATON Zoltan1-0/+7
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+20
2019-02-27i2c: Split smbus into partsCorey Minyard2-2/+2
2019-02-21target/mips: fulong2e: Dynamically generate SPD EEPROM dataBALATON Zoltan1-18/+13
2019-02-21target/mips: fulong2e: Fix bios flash sizeBALATON Zoltan1-5/+4