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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-19
target/mips: Style improvements in mips_mipssim.c
Aleksandar Markovic
1
-7
/
+12
2019-08-19
target/mips: Style improvements in mips_malta.c
Aleksandar Markovic
1
-88
/
+128
2019-08-19
target/mips: Style improvements in mips_int.c
Aleksandar Markovic
1
-1
/
+2
2019-08-19
target/mips: Style improvements in mips_fulong2e.c
Aleksandar Markovic
1
-38
/
+58
2019-08-19
target/mips: Style improvements in cps.c
Aleksandar Markovic
1
-2
/
+4
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
3
-0
/
+3
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2
-0
/
+2
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
9
-9
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
3
-0
/
+3
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
6
-0
/
+8
2019-07-05
hw: Replace global smp variables with MachineState for all remaining archs
Like Xu
2
-1
/
+3
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
1
-11
/
+11
2019-07-02
hw/mips: Express dependencies of the r4k platform with Kconfig
Philippe Mathieu-Daudé
1
-0
/
+10
2019-07-02
hw/mips: Express dependencies of the Jazz machine with Kconfig
Philippe Mathieu-Daudé
1
-0
/
+17
2019-07-02
hw/mips: Express dependencies of the MIPSsim machine with Kconfig
Philippe Mathieu-Daudé
1
-0
/
+3
2019-06-26
hw/mips/gt64xxx_pci: Align the pci0-mem size
Philippe Mathieu-Daudé
1
-1
/
+2
2019-06-26
hw/mips/gt64xxx_pci: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2
-19
/
+14
2019-06-26
hw/mips/gt64xxx_pci: Use qemu_log_mask() instead of debug printf()
Philippe Mathieu-Daudé
1
-11
/
+37
2019-06-26
hw/mips/gt64xxx_pci: Fix 'spaces' coding style issues
Philippe Mathieu-Daudé
1
-5
/
+6
2019-06-26
hw/mips/gt64xxx_pci: Fix 'braces' coding style issues
Philippe Mathieu-Daudé
1
-9
/
+18
2019-06-26
hw/mips/gt64xxx_pci: Fix 'tabs' coding style issues
Philippe Mathieu-Daudé
1
-156
/
+156
2019-06-26
hw/mips/gt64xxx_pci: Fix multiline comment syntax
Philippe Mathieu-Daudé
1
-29
/
+35
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
3
-1
/
+2
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-10
target/mips: Use env_cpu, env_archcpu
Richard Henderson
1
-1
/
+1
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é
3
-16
/
+12
2019-05-24
hw/mips: Use object_initialize() on MIPSCPSState
Philippe Mathieu-Daudé
2
-22
/
+20
2019-05-17
mips-fulong2e: obey -vga none
Paolo Bonzini
1
-4
/
+6
2019-04-17
mips/boston: Report errors with error_report(), not error_printf()
Markus Armbruster
1
-3
/
+3
2019-03-11
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2
-3
/
+2
2019-03-11
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2
-2
/
+2
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-03-11
mips_fulong2e: Add on-board graphics chip
BALATON Zoltan
1
-0
/
+7
2019-03-07
ptimer: express dependencies with Kconfig
Paolo Bonzini
1
-0
/
+1
2019-03-07
kconfig: introduce kconfig files
Paolo Bonzini
1
-0
/
+20
2019-02-27
i2c: Split smbus into parts
Corey Minyard
2
-2
/
+2
2019-02-21
target/mips: fulong2e: Dynamically generate SPD EEPROM data
BALATON Zoltan
1
-18
/
+13
2019-02-21
target/mips: fulong2e: Fix bios flash size
BALATON Zoltan
1
-5
/
+4
2019-02-14
hw/mips_int: hold BQL for all interrupt requests
Aleksandar Markovic
1
-0
/
+12
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
2
-2
/
+2
2019-02-05
hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boards
Ákos Kovács
1
-2
/
+3
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
4
-8
/
+12
2019-01-25
ide/via: Rename functions to match device name
BALATON Zoltan
1
-1
/
+1
[next]