index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mips
/
boston.c
Age
Commit message (
Expand
)
Author
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
2018-04-26
hw/mips/boston.c: Don't create "null" chardevs for serial devices
Peter Maydell
2017-12-21
hw/mips/boston: Remove workaround for writes to ROM aborting
Peter Maydell
2017-10-27
mips: malta/boston: replace cpu_model with cpu_type
Igor Mammedov
2017-10-27
mips: use object_new() instead of gnew()+object_initialize()
Igor Mammedov
2017-07-18
ahci: add ahci_get_num_ports
John Snow
2017-07-14
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
2017-07-14
char: add backend hotswap handler
Anton Nefedov
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-02-24
hw/mips: MIPS Boston board support
Paul Burton
2017-02-23
Revert "hw/mips: MIPS Boston board support"
Peter Maydell
2017-02-21
hw/mips: MIPS Boston board support
Paul Burton