summaryrefslogtreecommitdiffstats
path: root/hw/mips/boston.c
Commit message (Expand)AuthorAgeFilesLines
* hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set registerPhilippe Mathieu-Daudé2022-10-311-1/+4
* hw/mips/boston: Don't set link_up for xilinx-pcieJiaxun Yang2022-10-311-5/+4Star
* mips/boston: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
* hw/mips: boston: pass random seed to fdtJason A. Donenfeld2022-07-221-0/+5
* hw/mips/boston: Initialize g_autofree pointersBernhard Beschow2022-06-111-1/+2
* hw/mips/boston: Fix load_elf() error detectionJiaxun Yang2021-12-061-2/+3
* hw/mips/boston: Add FDT generatorJiaxun Yang2021-10-181-9/+236
* hw/mips/boston: Allow loading elf kernel and dtbJiaxun Yang2021-10-181-4/+32
* hw/mips/boston: Massage memory map informationJiaxun Yang2021-10-181-28/+80
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* 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/boston: Check 64-bit support with cpu_type_is_64bit()Philippe Mathieu-Daudé2021-01-141-4/+2Star
* hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé2020-12-131-1/+0Star
* target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()Philippe Mathieu-Daudé2020-12-131-2/+2
* 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: Rename TYPE_MIPS_BOSTON to TYPE_BOSTONEduardo Habkost2020-10-171-4/+4
* hw/mips/boston: Set CPU frequency to 1 GHzPhilippe Mathieu-Daudé2020-10-171-0/+13
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster2020-06-151-4/+2Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* sysbus: Drop useless OBJECT() in sysbus_init_child_obj() callsMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-4/+4
* mips/boston: Plug memory leak in boston_mach_init()Markus Armbruster2020-05-271-2/+2
* mips/boston: Fix boston_mach_init() error handlingMarkus Armbruster2020-05-271-8/+5Star
* mips/boston: use memdev for RAMIgor Mammedov2020-02-191-6/+5Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-101-1/+1
|\
| * chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* | serial: start making SerialMM a sysbus deviceMarc-André Lureau2020-01-071-1/+1
|/
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* hw: Replace global smp variables with MachineState for all remaining archsLike Xu2019-07-051-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/mips: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2019-05-241-2/+2
* hw/mips: Use object_initialize() on MIPSCPSStatePhilippe Mathieu-Daudé2019-05-241-13/+12Star
* mips/boston: Report errors with error_report(), not error_printf()Markus Armbruster2019-04-171-3/+3
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-1/+1
* hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-14/+14
* hw/mips/boston: don't make flash region 'nomigrate'Peter Maydell2018-06-271-2/+1Star
* hw/mips/boston: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-4/+4
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-1/+1
* hw/mips/boston.c: Don't create "null" chardevs for serial devicesPeter Maydell2018-04-261-4/+0Star
* hw/mips/boston: Remove workaround for writes to ROM abortingPeter Maydell2017-12-211-12/+2Star
* mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov2017-10-271-6/+5Star
* mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov2017-10-271-2/+1Star