index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
mips
/
mips_malta.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
2020-02-28
1
-1
/
+1
*
mips/mips_malta: use memdev for RAM
Igor Mammedov
2020-02-19
1
-6
/
+4
*
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-29
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-10
1
-1
/
+1
|
\
|
*
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-08
1
-1
/
+1
*
|
serial: start making SerialMM a sysbus device
Marc-André Lureau
2020-01-07
1
-1
/
+1
|
/
*
mips: malta: Renovate coding style
Filip Bozuta
2019-12-16
1
-85
/
+87
*
hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
Philippe Mathieu-Daudé
2019-11-05
1
-28
/
+0
*
hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()
Philippe Mathieu-Daudé
2019-11-05
1
-18
/
+29
*
hw/mips/mips_malta: Create IDE hard drive array dynamically
Philippe Mathieu-Daudé
2019-11-05
1
-2
/
+5
*
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
2019-11-05
1
-3
/
+1
*
piix4: Add an i8254 PIT Controller as specified in datasheet
Hervé Poussineau
2019-11-05
1
-4
/
+0
*
piix4: Add an i8257 DMA Controller as specified in datasheet
Hervé Poussineau
2019-11-05
1
-2
/
+0
*
piix4: Rename PIIX4 object to piix4-isa
Hervé Poussineau
2019-11-05
1
-1
/
+1
*
piix4: Add an i8259 Interrupt Controller as specified in datasheet
Hervé Poussineau
2019-11-05
1
-19
/
+13
*
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-10-24
1
-1
/
+1
*
target/mips: Style improvements in mips_malta.c
Aleksandar Markovic
2019-08-19
1
-88
/
+128
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
hw: Replace global smp variables with MachineState for all remaining archs
Like Xu
2019-07-05
1
-0
/
+2
*
machine: Refactor smp-related call chains to pass MachineState
Like Xu
2019-07-05
1
-11
/
+11
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...
Peter Maydell
2019-05-28
1
-1
/
+1
|
\
|
*
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-28
1
-1
/
+1
*
|
hw/mips: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-05-24
1
-2
/
+2
*
|
hw/mips: Use object_initialize() on MIPSCPSState
Philippe Mathieu-Daudé
2019-05-24
1
-9
/
+8
|
/
*
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2019-03-11
1
-1
/
+1
*
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2019-03-11
1
-1
/
+1
*
mips_malta: Clean up definition of flash memory size somewhat
Markus Armbruster
2019-03-11
1
-1
/
+1
*
hw/mips/malta: Restrict 'bios_size' variable scope
Philippe Mathieu-Daudé
2019-03-11
1
-1
/
+1
*
hw/mips/malta: Remove fl_sectors variable
Philippe Mathieu-Daudé
2019-03-11
1
-2
/
+1
*
mips_malta: Delete disabled, broken DEBUG_BOARD_INIT code
Markus Armbruster
2019-03-11
1
-10
/
+0
*
pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02
Markus Armbruster
2019-03-11
1
-1
/
+1
*
i2c: Split smbus into parts
Corey Minyard
2019-02-28
1
-1
/
+1
*
char: allow specifying a GMainContext at opening time
Paolo Bonzini
2019-02-13
1
-1
/
+1
*
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-05
1
-2
/
+3
*
hw/mips/malta: Remove unuseful code
Philippe Mathieu-Daudé
2018-10-24
1
-13
/
+0
*
change get_image_size return type to int64_t
Li Zhijian
2018-10-02
1
-3
/
+3
*
mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
Stefan Markovic
2018-08-24
1
-1
/
+7
*
mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
Paul Burton
2018-08-24
1
-17
/
+160
*
mips_malta: Add basic nanoMIPS boot code for Malta board
Matthew Fortune
2018-08-24
1
-3
/
+60
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-07-02
1
-11
/
+14
|
\
|
*
hw/mips: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-11
/
+14
*
|
loader: Check access size when calling rom_ptr() to avoid crashes
Thomas Huth
2018-07-02
1
-2
/
+4
|
/
*
hw/mips/mips_malta: don't make bios region 'nomigrate'
Peter Maydell
2018-06-27
1
-1
/
+1
*
hw: Do not include "sysemu/blockdev.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
1
-1
/
+1
*
hw/mips/mips_malta: Don't create "null" chardevs for serial devices
Peter Maydell
2018-04-26
1
-5
/
+0
*
hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c
Philippe Mathieu-Daudé
2018-03-12
1
-25
/
+10
[next]