summary refs log tree commit diff stats
path: root/hw/mips/boston.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé2024-02-151-1/+1
* hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé2024-02-151-2/+4
* hw/ide/ahci: Rename AHCI PCI function as 'pdev'Philippe Mathieu-Daudé2024-02-151-5/+5
* hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé2024-02-151-1/+1
* hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow2023-07-101-2/+1
* hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé2023-03-081-1/+1
* hw/mips/boston: Rename MachineState 'mc' pointer to 'ms'Daniel Henrique Barboza2023-01-131-2/+2
* hw/mips/bootloader: Handle buffers as opaque arraysPhilippe Mathieu-Daudé2023-01-131-1/+1
* 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/+4
* 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/+0
* hw/mips/boston: Use bootloader helper to set GCRsJiaxun Yang2021-02-211-34/+11
* hw/mips/boston: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang2021-02-211-15/+2
* hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()Philippe Mathieu-Daudé2021-01-141-4/+2
* hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé2020-12-131-1/+0
* 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/+4
* 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/+2
* 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/+5
* mips/boston: use memdev for RAMIgor Mammedov2020-02-191-6/+5
* 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/+0
* 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/+0
* 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/+12
* 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