index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mips
/
boston.c
Age
Commit message (
Expand
)
Author
2023-07-10
hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...
Bernhard Beschow
2023-03-08
hw/mips: Declare all length properties as unsigned
Philippe Mathieu-Daudé
2023-01-13
hw/mips/boston: Rename MachineState 'mc' pointer to 'ms'
Daniel Henrique Barboza
2023-01-13
hw/mips/bootloader: Handle buffers as opaque arrays
Philippe Mathieu-Daudé
2022-10-31
hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set register
Philippe Mathieu-Daudé
2022-10-31
hw/mips/boston: Don't set link_up for xilinx-pcie
Jiaxun Yang
2022-10-27
mips/boston: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-07-22
hw/mips: boston: pass random seed to fdt
Jason A. Donenfeld
2022-06-11
hw/mips/boston: Initialize g_autofree pointers
Bernhard Beschow
2021-12-06
hw/mips/boston: Fix load_elf() error detection
Jiaxun Yang
2021-10-18
hw/mips/boston: Add FDT generator
Jiaxun Yang
2021-10-18
hw/mips/boston: Allow loading elf kernel and dtb
Jiaxun Yang
2021-10-18
hw/mips/boston: Massage memory map information
Jiaxun Yang
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-02-21
hw/mips/boston: Use bootloader helper to set GCRs
Jiaxun Yang
2021-02-21
hw/mips/boston: Use bl_gen_kernel_jump to generate bootloaders
Jiaxun Yang
2021-01-14
hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()
Philippe Mathieu-Daudé
2020-12-13
hw/mips: Move address translation helpers to target/mips/
Philippe Mathieu-Daudé
2020-12-13
target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()
Philippe Mathieu-Daudé
2020-11-09
hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling paths
Peter Maydell
2020-11-03
hw/mips/boston: Fix Lesser GPL version number
Chetan Pant
2020-10-17
hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTON
Eduardo Habkost
2020-10-17
hw/mips/boston: Set CPU frequency to 1 GHz
Philippe Mathieu-Daudé
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-05-27
mips/boston: Plug memory leak in boston_mach_init()
Markus Armbruster
2020-05-27
mips/boston: Fix boston_mach_init() error handling
Markus Armbruster
2020-02-19
mips/boston: use memdev for RAM
Igor Mammedov
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-07
serial: start making SerialMM a sysbus device
Marc-André Lureau
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-07-05
hw: Replace global smp variables with MachineState for all remaining archs
Like Xu
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-05-24
hw/mips: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-05-24
hw/mips: Use object_initialize() on MIPSCPSState
Philippe Mathieu-Daudé
2019-04-17
mips/boston: Report errors with error_report(), not error_printf()
Markus Armbruster
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
2018-07-02
hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
Philippe Mathieu-Daudé
2018-07-02
hw: Use IEC binary prefix definitions from "qemu/units.h"
Philippe Mathieu-Daudé
2018-06-27
hw/mips/boston: don't make flash region 'nomigrate'
Peter Maydell
2018-06-08
hw/mips/boston: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
[next]