index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mips
/
mips_malta.c
Age
Commit message (
Expand
)
Author
2019-08-19
target/mips: Style improvements in mips_malta.c
Aleksandar Markovic
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-07-05
hw: Replace global smp variables with MachineState for all remaining archs
Like Xu
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
2019-05-28
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...
Peter Maydell
2019-05-28
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-24
hw/mips: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-05-24
hw/mips: Use object_initialize() on MIPSCPSState
Philippe Mathieu-Daudé
2019-03-11
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2019-03-11
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2019-03-11
mips_malta: Clean up definition of flash memory size somewhat
Markus Armbruster
2019-03-11
hw/mips/malta: Restrict 'bios_size' variable scope
Philippe Mathieu-Daudé
2019-03-11
hw/mips/malta: Remove fl_sectors variable
Philippe Mathieu-Daudé
2019-03-11
mips_malta: Delete disabled, broken DEBUG_BOARD_INIT code
Markus Armbruster
2019-03-11
pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02
Markus Armbruster
2019-02-27
i2c: Split smbus into parts
Corey Minyard
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2018-10-24
hw/mips/malta: Remove unuseful code
Philippe Mathieu-Daudé
2018-10-02
change get_image_size return type to int64_t
Li Zhijian
2018-08-24
mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
Stefan Markovic
2018-08-24
mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
Paul Burton
2018-08-24
mips_malta: Add basic nanoMIPS boot code for Malta board
Matthew Fortune
2018-07-02
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-07-02
hw/mips: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
loader: Check access size when calling rom_ptr() to avoid crashes
Thomas Huth
2018-06-27
hw/mips/mips_malta: don't make bios region 'nomigrate'
Peter Maydell
2018-06-01
hw: Do not include "sysemu/blockdev.h" if it is not necessary
Philippe Mathieu-Daudé
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
hw/mips/mips_malta: Don't create "null" chardevs for serial devices
Peter Maydell
2018-03-12
hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c
Philippe Mathieu-Daudé
2018-03-12
hw/mips/malta: Code movement
Philippe Mathieu-Daudé
2018-03-12
hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
Philippe Mathieu-Daudé
2018-03-12
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
Philippe Mathieu-Daudé
2018-03-12
hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c
Philippe Mathieu-Daudé
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-06
hw/mips: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2017-12-18
hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()
Philippe Mathieu-Daudé
2017-12-18
hw/timer/i8254: rename pit_init() -> i8254_pit_init()
Philippe Mathieu-Daudé
2017-10-27
mips: malta/boston: replace cpu_model with cpu_type
Igor Mammedov
2017-10-27
mips: use object_new() instead of gnew()+object_initialize()
Igor Mammedov
2017-09-21
mips: replace cpu_mips_init() with cpu_generic_init()
Igor Mammedov
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2017-09-19
General warn report fixups
Alistair Francis
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-08-02
mips: Add KVM T&E segment support for TCG
James Hogan
[next]