Age | Commit message (Expand) | Author |
2019-04-17 | mips/boston: Report errors with error_report(), not error_printf() | Markus Armbruster |
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-03-11 | mips_fulong2e: Add on-board graphics chip | BALATON Zoltan |
2019-03-07 | ptimer: express dependencies with Kconfig | Paolo Bonzini |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-02-27 | i2c: Split smbus into parts | Corey Minyard |
2019-02-21 | target/mips: fulong2e: Dynamically generate SPD EEPROM data | BALATON Zoltan |
2019-02-21 | target/mips: fulong2e: Fix bios flash size | BALATON Zoltan |
2019-02-14 | hw/mips_int: hold BQL for all interrupt requests | Aleksandar Markovic |
2019-02-13 | char: allow specifying a GMainContext at opening time | Paolo Bonzini |
2019-02-05 | hw/mips/Makefile.objs: Create CONFIG_* for r4k, malta, mipssim boards | Ákos Kovács |
2019-02-05 | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick |
2019-01-25 | ide/via: Rename functions to match device name | BALATON Zoltan |
2019-01-18 | target/mips: Update ITU to utilize SAARI and SAAR CP0 registers | Yongbok Kim |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-10-24 | hw/mips/malta: Remove unuseful code | Philippe Mathieu-Daudé |
2018-10-24 | hw/mips/gt64xxx_pci: Mark as bridge device | Philippe Mathieu-Daudé |
2018-10-24 | hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset method | 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 | hw/mips/r4k: Constify params_size | Philippe Mathieu-Daudé |
2018-07-02 | hw: Directly use "qemu/units.h" instead of "qemu/cutils.h" | Philippe Mathieu-Daudé |
2018-07-02 | hw: Use IEC binary prefix definitions from "qemu/units.h" | Philippe Mathieu-Daudé |
2018-07-02 | loader: Check access size when calling rom_ptr() to avoid crashes | Thomas Huth |
2018-06-28 | hw/mips/jazz: create ESP device directly via qdev | Mark Cave-Ayland |
2018-06-27 | hw/mips/mips_malta: don't make bios region 'nomigrate' | Peter Maydell |
2018-06-27 | hw/mips/boston: don't make flash region 'nomigrate' | Peter Maydell |
2018-06-08 | hw/mips/boston: Add trailing '\n' to qemu_log() calls | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-04-26 | serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS | Peter Maydell |
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-04-26 | hw/mips/boston.c: Don't create "null" chardevs for serial devices | Peter Maydell |
2018-03-12 | hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO | Philippe Mathieu-Daudé |
2018-03-12 | hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init() | Philippe Mathieu-Daudé |
2018-03-12 | hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init() | Philippe Mathieu-Daudé |
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é |