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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2020-05-26
hw/mips: Rename malta/mipssim/r4k/jazz files
Aleksandar Markovic
1
-1458
/
+0
2020-03-17
hw/ide: Do ide_drive_get() within pci_ide_create_devs()
BALATON Zoltan
1
-1
/
+1
2020-02-28
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-19
mips/mips_malta: use memdev for RAM
Igor Mammedov
1
-6
/
+4
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
1
-1
/
+2
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-12-16
mips: malta: Renovate coding style
Filip Bozuta
1
-85
/
+87
2019-11-05
hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
Philippe Mathieu-Daudé
1
-28
/
+0
2019-11-05
hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()
Philippe Mathieu-Daudé
1
-18
/
+29
2019-11-05
hw/mips/mips_malta: Create IDE hard drive array dynamically
Philippe Mathieu-Daudé
1
-2
/
+5
2019-11-05
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
1
-3
/
+1
2019-11-05
piix4: Add an i8254 PIT Controller as specified in datasheet
Hervé Poussineau
1
-4
/
+0
2019-11-05
piix4: Add an i8257 DMA Controller as specified in datasheet
Hervé Poussineau
1
-2
/
+0
2019-11-05
piix4: Rename PIIX4 object to piix4-isa
Hervé Poussineau
1
-1
/
+1
2019-11-05
piix4: Add an i8259 Interrupt Controller as specified in datasheet
Hervé Poussineau
1
-19
/
+13
2019-10-24
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
1
-1
/
+1
2019-08-19
target/mips: Style improvements in mips_malta.c
Aleksandar Markovic
1
-88
/
+128
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-05
hw: Replace global smp variables with MachineState for all remaining archs
Like Xu
1
-0
/
+2
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
1
-11
/
+11
2019-05-28
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...
Peter Maydell
1
-1
/
+1
2019-05-28
semihosting: move semihosting configuration into its own directory
Alex Bennée
1
-1
/
+1
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
-9
/
+8
2019-03-11
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
1
-1
/
+1
2019-03-11
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
1
-1
/
+1
2019-03-11
mips_malta: Clean up definition of flash memory size somewhat
Markus Armbruster
1
-1
/
+1
2019-03-11
hw/mips/malta: Restrict 'bios_size' variable scope
Philippe Mathieu-Daudé
1
-1
/
+1
2019-03-11
hw/mips/malta: Remove fl_sectors variable
Philippe Mathieu-Daudé
1
-2
/
+1
2019-03-11
mips_malta: Delete disabled, broken DEBUG_BOARD_INIT code
Markus Armbruster
1
-10
/
+0
2019-03-11
pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02
Markus Armbruster
1
-1
/
+1
2019-02-27
i2c: Split smbus into parts
Corey Minyard
1
-1
/
+1
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
1
-1
/
+1
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
1
-2
/
+3
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
[next]