aboutsummaryrefslogtreecommitdiff
path: root/hw/mips/boston.c
AgeCommit message (Expand)Author
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé
2023-01-13hw/mips/boston: Rename MachineState 'mc' pointer to 'ms'Daniel Henrique Barboza
2023-01-13hw/mips/bootloader: Handle buffers as opaque arraysPhilippe Mathieu-Daudé
2022-10-31hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set registerPhilippe Mathieu-Daudé
2022-10-31hw/mips/boston: Don't set link_up for xilinx-pcieJiaxun Yang
2022-10-27mips/boston: re-randomize rng-seed on rebootJason A. Donenfeld
2022-07-22hw/mips: boston: pass random seed to fdtJason A. Donenfeld
2022-06-11hw/mips/boston: Initialize g_autofree pointersBernhard Beschow
2021-12-06hw/mips/boston: Fix load_elf() error detectionJiaxun 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-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
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-01-14hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()Philippe Mathieu-Daudé
2020-12-13hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé
2020-12-13target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()Philippe Mathieu-Daudé
2020-11-09hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling pathsPeter Maydell
2020-11-03hw/mips/boston: Fix Lesser GPL version numberChetan Pant
2020-10-17hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTONEduardo Habkost
2020-10-17hw/mips/boston: Set CPU frequency to 1 GHzPhilippe Mathieu-Daudé
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1Markus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15sysbus: Drop useless OBJECT() in sysbus_init_child_obj() callsMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-27mips/boston: Plug memory leak in boston_mach_init()Markus Armbruster
2020-05-27mips/boston: Fix boston_mach_init() error handlingMarkus Armbruster
2020-02-19mips/boston: use memdev for RAMIgor Mammedov
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-24hw/mips: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé
2019-05-24hw/mips: Use object_initialize() on MIPSCPSStatePhilippe Mathieu-Daudé
2019-04-17mips/boston: Report errors with error_report(), not error_printf()Markus Armbruster
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-27hw/mips/boston: don't make flash region 'nomigrate'Peter Maydell
2018-06-08hw/mips/boston: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell