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
/
mips_malta.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-24
hw/mips/malta: Remove unuseful code
Philippe Mathieu-Daudé
1
-13
/
+0
2018-10-02
change get_image_size return type to int64_t
Li Zhijian
1
-3
/
+3
2018-08-24
mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
Stefan Markovic
1
-1
/
+7
2018-08-24
mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
Paul Burton
1
-17
/
+160
2018-08-24
mips_malta: Add basic nanoMIPS boot code for Malta board
Matthew Fortune
1
-3
/
+60
2018-07-02
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-11
/
+14
2018-07-02
hw/mips: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-11
/
+14
2018-07-02
loader: Check access size when calling rom_ptr() to avoid crashes
Thomas Huth
1
-2
/
+4
2018-06-27
hw/mips/mips_malta: don't make bios region 'nomigrate'
Peter Maydell
1
-1
/
+1
2018-06-01
hw: Do not include "sysemu/blockdev.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
1
-1
/
+1
2018-04-26
hw/mips/mips_malta: Don't create "null" chardevs for serial devices
Peter Maydell
1
-5
/
+0
2018-03-12
hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c
Philippe Mathieu-Daudé
1
-25
/
+10
2018-03-12
hw/mips/malta: Code movement
Philippe Mathieu-Daudé
1
-7
/
+7
2018-03-12
hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
Philippe Mathieu-Daudé
1
-1
/
+2
2018-03-12
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
Philippe Mathieu-Daudé
1
-1
/
+2
2018-03-12
hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c
Philippe Mathieu-Daudé
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-06
hw/mips: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
1
-9
/
+7
2017-12-18
hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()
Philippe Mathieu-Daudé
1
-1
/
+1
2017-12-18
hw/timer/i8254: rename pit_init() -> i8254_pit_init()
Philippe Mathieu-Daudé
1
-1
/
+1
2017-10-27
mips: malta/boston: replace cpu_model with cpu_type
Igor Mammedov
1
-18
/
+15
2017-10-27
mips: use object_new() instead of gnew()+object_initialize()
Igor Mammedov
1
-2
/
+1
2017-09-21
mips: replace cpu_mips_init() with cpu_generic_init()
Igor Mammedov
1
-1
/
+1
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-4
/
+0
2017-09-19
General warn report fixups
Alistair Francis
1
-2
/
+2
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
1
-2
/
+2
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
1
-4
/
+0
2017-08-02
mips: Add KVM T&E segment support for TCG
James Hogan
1
-10
/
+7
2017-08-02
mips/malta: leave space for the bootmap after the initrd
Aurelien Jarno
1
-1
/
+4
2017-07-28
hw/mips: load_elf_strerror to report kernel loading failure
Aurelien Jarno
1
-6
/
+8
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-1
/
+1
2017-07-14
char: add backend hotswap handler
Anton Nefedov
1
-1
/
+1
2017-07-11
mips/malta: load the initrd at the end of the low memory
Aurelien Jarno
1
-2
/
+3
2017-06-02
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
1
-1
/
+0
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
1
-1
/
+1
2017-02-21
hw: Default -drive to if=ide explicitly where it works
Markus Armbruster
1
-0
/
+1
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-2
/
+2
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
1
-1
/
+1
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
1
-14
/
+14
2016-10-24
char: remaining switch to CharBackend in frontend
Marc-André Lureau
1
-14
/
+18
2016-10-24
char: remove init callback
Marc-André Lureau
1
-2
/
+2
2016-10-24
malta: replace chr init by CHR_EVENT_OPENED handler
Marc-André Lureau
1
-11
/
+19
2016-10-24
sun4uv: fix serial initialization regression
Marc-André Lureau
1
-1
/
+1
2016-07-28
hw/mips_malta: Fix YAMON API print routine
Paul Burton
1
-1
/
+1
2016-07-12
hw/mips/cps: create GIC block inside CPS
Leon Alrae
1
-3
/
+1
2016-05-19
mips: use MIPSCPU instead of CPUMIPSState
Paolo Bonzini
1
-3
/
+2
2016-03-30
hw/mips_malta: add CPS to Malta board
Leon Alrae
1
-11
/
+49
2016-03-30
hw/mips_malta: move CPU creation to a separate function
Leon Alrae
1
-29
/
+39
[next]