Age | Commit message (Expand) | Author |
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é |
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-03-12 | hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices | Thomas Huth |
2018-03-12 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Thomas Huth |
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 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin |
2017-12-21 | hw/mips/boston: Remove workaround for writes to ROM aborting | Peter Maydell |
2017-12-18 | hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c | Philippe Mathieu-Daudé |
2017-12-18 | hw/display/vga: extract public API from i386/pc to "hw/display/vga.h" | Philippe Mathieu-Daudé |
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-12-05 | pci: Rename root bus initialization functions for clarity | David Gibson |
2017-10-27 | mips: r4k: replace cpu_model with cpu_type | Igor Mammedov |
2017-10-27 | mips: mipssim: replace cpu_model with cpu_type | Igor Mammedov |
2017-10-27 | mips: Magnum/Acer Pica 61: replace cpu_model with cpu_type | Igor Mammedov |
2017-10-27 | mips: fulong2e: replace cpu_model with cpu_type | Igor Mammedov |
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-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |