summaryrefslogtreecommitdiffstats
path: root/hw/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé2020-12-133-53/+1Star
* target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()Philippe Mathieu-Daudé2020-12-132-4/+4
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-104-0/+4
* mips: do not use ram_size globalPaolo Bonzini2020-12-102-3/+3
* mips: remove bios_namePaolo Bonzini2020-12-104-12/+12
* hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling pathsPeter Maydell2020-11-091-6/+4Star
* hw/mips/boston: Fix Lesser GPL version numberChetan Pant2020-11-031-1/+1
* hw/mips: Fix Lesser GPL version numberChetan Pant2020-11-031-1/+1
* hw/mips: Remove the 'r4k' machinePhilippe Mathieu-Daudé2020-11-033-332/+0Star
* hw/mips: Remove exit(1) in case of missing ROMPavel Dovgalyuk2020-10-174-24/+13Star
* hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTONEduardo Habkost2020-10-171-4/+4
* hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé2020-10-174-9/+6Star
* hw/mips: Simplify loading 64-bit ELF kernelsPhilippe Mathieu-Daudé2020-10-172-10/+2Star
* hw/mips/malta: Use clearer qdev stylePhilippe Mathieu-Daudé2020-10-171-4/+4
* hw/mips/malta: Move gt64120 related code togetherPhilippe Mathieu-Daudé2020-10-171-7/+6Star
* hw/mips/malta: Fix FPGA I/O region sizePhilippe Mathieu-Daudé2020-10-171-1/+1
* hw/mips/cps: Do not allow use without input clockPhilippe Mathieu-Daudé2020-10-171-0/+5
* hw/mips/malta: Set CPU frequency to 320 MHzPhilippe Mathieu-Daudé2020-10-171-3/+16
* hw/mips/boston: Set CPU frequency to 1 GHzPhilippe Mathieu-Daudé2020-10-171-0/+13
* hw/mips/cps: Expose input clock and connect it to CPU coresPhilippe Mathieu-Daudé2020-10-171-0/+4
* hw/mips/jazz: Correct CPU frequenciesPhilippe Mathieu-Daudé2020-10-171-1/+14
* hw/mips/mipssim: Correct CPU frequencyPhilippe Mathieu-Daudé2020-10-171-1/+10
* hw/mips/fuloong2e: Set CPU frequency to 533 MHzPhilippe Mathieu-Daudé2020-10-171-1/+6
* hw/mips/r4k: Explicit CPU frequency is 200 MHzPhilippe Mathieu-Daudé2020-10-171-1/+6
* hw/mips/mipssim: Use MMIO serial device on fake ISA I/OPhilippe Mathieu-Daudé2020-09-301-2/+3
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-261-4/+4
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-6/+2Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-121-4/+1Star
|\
| * hw/mips/fuloong2e: Convert pointless error message to an assert()Philippe Mathieu-Daudé2020-09-091-4/+1Star
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-114-11/+19
|\ \
| * | esp: Rename ESP_STATE to ESPEduardo Habkost2020-09-091-1/+1
| * | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-4/+6
| * | Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-6/+12
| |/
* / trace-events: Fix attribution of trace points to sourceMarkus Armbruster2020-09-091-1/+1
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200908' into...Peter Maydell2020-09-081-4/+11
|\
| * mips/cps: Use start-powered-off CPUState propertyThiago Jung Bauermann2020-09-081-4/+11
* | configure: do not include dependency flags in QEMU_CFLAGS and LIBSPaolo Bonzini2020-09-081-1/+1
|/
* meson: convert hw/arch*Marc-André Lureau2020-08-212-8/+11
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-9/+4Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-104-18/+18
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-8/+4Star
* audio: rework pcspk_init()Gerd Hoffmann2020-07-061-1/+1
* mips/cps: Fix mips_cps_realize() error API violationsMarkus Armbruster2020-07-021-10/+19
* hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-021-2/+4
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster2020-06-153-20/+12Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-155-10/+10