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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-26
serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS
Peter Maydell
1
-1
/
+1
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
4
-8
/
+8
2018-04-26
hw/mips/mips_malta: Don't create "null" chardevs for serial devices
Peter Maydell
1
-5
/
+0
2018-04-26
hw/mips/boston.c: Don't create "null" chardevs for serial devices
Peter Maydell
1
-4
/
+0
2018-03-12
hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO
Philippe Mathieu-Daudé
1
-12
/
+3
2018-03-12
hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()
Philippe Mathieu-Daudé
1
-1
/
+1
2018-03-12
hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init()
Philippe Mathieu-Daudé
1
-42
/
+41
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é
4
-3
/
+7
2018-03-12
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
Philippe Mathieu-Daudé
3
-3
/
+6
2018-03-12
hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c
Philippe Mathieu-Daudé
3
-0
/
+3
2018-03-12
hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices
Thomas Huth
1
-3
/
+4
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
2
-2
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2
-0
/
+2
2018-02-06
hw/mips: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
5
-33
/
+27
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
1
-1
/
+1
2018-01-11
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
5
-20
/
+12
2017-12-21
hw/mips/boston: Remove workaround for writes to ROM aborting
Peter Maydell
1
-12
/
+2
2017-12-18
hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c
Philippe Mathieu-Daudé
1
-0
/
+1
2017-12-18
hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"
Philippe Mathieu-Daudé
1
-0
/
+1
2017-12-18
hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()
Philippe Mathieu-Daudé
4
-4
/
+4
2017-12-18
hw/timer/i8254: rename pit_init() -> i8254_pit_init()
Philippe Mathieu-Daudé
4
-4
/
+4
2017-12-05
pci: Rename root bus initialization functions for clarity
David Gibson
1
-6
/
+6
2017-10-27
mips: r4k: replace cpu_model with cpu_type
Igor Mammedov
1
-9
/
+7
2017-10-27
mips: mipssim: replace cpu_model with cpu_type
Igor Mammedov
1
-9
/
+6
2017-10-27
mips: Magnum/Acer Pica 61: replace cpu_model with cpu_type
Igor Mammedov
1
-5
/
+3
2017-10-27
mips: fulong2e: replace cpu_model with cpu_type
Igor Mammedov
1
-5
/
+2
2017-10-27
mips: malta/boston: replace cpu_model with cpu_type
Igor Mammedov
3
-26
/
+22
2017-10-27
mips: use object_new() instead of gnew()+object_initialize()
Igor Mammedov
2
-4
/
+2
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-09-21
mips: replace cpu_mips_init() with cpu_generic_init()
Igor Mammedov
6
-6
/
+6
2017-09-21
mips: move hw/mips/cputimer.c to target/mips/
Philippe Mathieu-Daudé
2
-166
/
+1
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
6
-24
/
+0
2017-09-19
General warn report fixups
Alistair Francis
2
-4
/
+3
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
2
-5
/
+5
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
6
-24
/
+0
2017-08-02
mips: Add KVM T&E segment support for TCG
James Hogan
2
-10
/
+19
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
4
-16
/
+24
2017-07-18
ahci: add ahci_get_num_ports
John Snow
1
-2
/
+2
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
4
-10
/
+5
2017-07-14
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
1
-1
/
+1
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
5
-6
/
+6
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
1
-1
/
+1
2017-07-14
char: add backend hotswap handler
Anton Nefedov
2
-2
/
+2
2017-07-11
mips/malta: load the initrd at the end of the low memory
Aurelien Jarno
1
-2
/
+3
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-06-02
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
2
-2
/
+0
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
3
-4
/
+4
[next]