index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mips
/
boston.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-13
hw/mips: Move address translation helpers to target/mips/
Philippe Mathieu-Daudé
1
-1
/
+0
2020-12-13
target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()
Philippe Mathieu-Daudé
1
-2
/
+2
2020-11-09
hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling paths
Peter Maydell
1
-6
/
+4
2020-11-03
hw/mips/boston: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-10-17
hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTON
Eduardo Habkost
1
-4
/
+4
2020-10-17
hw/mips/boston: Set CPU frequency to 1 GHz
Philippe Mathieu-Daudé
1
-0
/
+13
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-1
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-2
/
+2
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
1
-4
/
+2
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-06-15
sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls
Markus Armbruster
1
-2
/
+2
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-4
/
+4
2020-05-27
mips/boston: Plug memory leak in boston_mach_init()
Markus Armbruster
1
-2
/
+2
2020-05-27
mips/boston: Fix boston_mach_init() error handling
Markus Armbruster
1
-8
/
+5
2020-02-19
mips/boston: use memdev for RAM
Igor Mammedov
1
-6
/
+5
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-07
serial: start making SerialMM a sysbus device
Marc-André Lureau
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-07-05
hw: Replace global smp variables with MachineState for all remaining archs
Like Xu
1
-1
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-05-24
hw/mips: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
1
-2
/
+2
2019-05-24
hw/mips: Use object_initialize() on MIPSCPSState
Philippe Mathieu-Daudé
1
-13
/
+12
2019-04-17
mips/boston: Report errors with error_report(), not error_printf()
Markus Armbruster
1
-3
/
+3
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
1
-1
/
+1
2018-07-02
hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
Philippe Mathieu-Daudé
1
-1
/
+1
2018-07-02
hw: Use IEC binary prefix definitions from "qemu/units.h"
Philippe Mathieu-Daudé
1
-14
/
+14
2018-06-27
hw/mips/boston: don't make flash region 'nomigrate'
Peter Maydell
1
-2
/
+1
2018-06-08
hw/mips/boston: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
1
-4
/
+4
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
1
-1
/
+1
2018-04-26
hw/mips/boston.c: Don't create "null" chardevs for serial devices
Peter Maydell
1
-4
/
+0
2017-12-21
hw/mips/boston: Remove workaround for writes to ROM aborting
Peter Maydell
1
-12
/
+2
2017-10-27
mips: malta/boston: replace cpu_model with cpu_type
Igor Mammedov
1
-6
/
+5
2017-10-27
mips: use object_new() instead of gnew()+object_initialize()
Igor Mammedov
1
-2
/
+1
2017-07-18
ahci: add ahci_get_num_ports
John Snow
1
-2
/
+2
2017-07-14
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
1
-1
/
+1
2017-07-14
char: add backend hotswap handler
Anton Nefedov
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
1
-1
/
+1
2017-02-24
hw/mips: MIPS Boston board support
Paul Burton
1
-0
/
+577
2017-02-23
Revert "hw/mips: MIPS Boston board support"
Peter Maydell
1
-577
/
+0
2017-02-21
hw/mips: MIPS Boston board support
Paul Burton
1
-0
/
+577