Age | Commit message (Expand) | Author | Files | Lines |
2018-06-08 | hw/mips/boston: Add trailing '\n' to qemu_log() calls | Philippe Mathieu-Daudé | 1 | -4/+4 |
2018-06-01 | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-04-26 | serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS | Peter Maydell | 1 | -1/+1 |
2018-04-26 | Change references to serial_hds[] to serial_hd() | Peter Maydell | 4 | -8/+8 |
2018-04-26 | hw/mips/mips_malta: Don't create "null" chardevs for serial devices | Peter Maydell | 1 | -5/+0 |
2018-04-26 | hw/mips/boston.c: Don't create "null" chardevs for serial devices | Peter Maydell | 1 | -4/+0 |
2018-03-12 | hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO | Philippe Mathieu-Daudé | 1 | -12/+3 |
2018-03-12 | hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-03-12 | hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init() | Philippe Mathieu-Daudé | 1 | -42/+41 |
2018-03-12 | hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c | Philippe Mathieu-Daudé | 1 | -25/+10 |
2018-03-12 | hw/mips/malta: Code movement | Philippe Mathieu-Daudé | 1 | -7/+7 |
2018-03-12 | hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h | Philippe Mathieu-Daudé | 4 | -3/+7 |
2018-03-12 | hw/dma/i8257: Rename DMA_init() to i8257_dma_init() | Philippe Mathieu-Daudé | 3 | -3/+6 |
2018-03-12 | hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c | Philippe Mathieu-Daudé | 3 | -0/+3 |
2018-03-12 | hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices | Thomas Huth | 1 | -3/+4 |
2018-03-12 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Thomas Huth | 2 | -2/+0 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 2 | -0/+2 |
2018-02-06 | hw/mips: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 5 | -33/+27 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 1 | -1/+1 |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin | 5 | -20/+12 |
2017-12-21 | hw/mips/boston: Remove workaround for writes to ROM aborting | Peter Maydell | 1 | -12/+2 |
2017-12-18 | hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c | Philippe Mathieu-Daudé | 1 | -0/+1 |
2017-12-18 | hw/display/vga: extract public API from i386/pc to "hw/display/vga.h" | Philippe Mathieu-Daudé | 1 | -0/+1 |
2017-12-18 | hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() | Philippe Mathieu-Daudé | 4 | -4/+4 |
2017-12-18 | hw/timer/i8254: rename pit_init() -> i8254_pit_init() | Philippe Mathieu-Daudé | 4 | -4/+4 |
2017-12-05 | pci: Rename root bus initialization functions for clarity | David Gibson | 1 | -6/+6 |
2017-10-27 | mips: r4k: replace cpu_model with cpu_type | Igor Mammedov | 1 | -9/+7 |
2017-10-27 | mips: mipssim: replace cpu_model with cpu_type | Igor Mammedov | 1 | -9/+6 |
2017-10-27 | mips: Magnum/Acer Pica 61: replace cpu_model with cpu_type | Igor Mammedov | 1 | -5/+3 |
2017-10-27 | mips: fulong2e: replace cpu_model with cpu_type | Igor Mammedov | 1 | -5/+2 |
2017-10-27 | mips: malta/boston: replace cpu_model with cpu_type | Igor Mammedov | 3 | -26/+22 |
2017-10-27 | mips: use object_new() instead of gnew()+object_initialize() | Igor Mammedov | 2 | -4/+2 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 1 | -0/+4 |
2017-09-21 | mips: replace cpu_mips_init() with cpu_generic_init() | Igor Mammedov | 6 | -6/+6 |
2017-09-21 | mips: move hw/mips/cputimer.c to target/mips/ | Philippe Mathieu-Daudé | 2 | -166/+1 |
2017-09-20 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 6 | -24/+0 |
2017-09-19 | General warn report fixups | Alistair Francis | 2 | -4/+3 |
2017-09-19 | Convert multi-line fprintf() to warn_report() | Alistair Francis | 2 | -5/+5 |
2017-09-19 | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov | 6 | -24/+0 |
2017-08-02 | mips: Add KVM T&E segment support for TCG | James Hogan | 2 | -10/+19 |
2017-08-02 | mips/malta: leave space for the bootmap after the initrd | Aurelien Jarno | 1 | -1/+4 |
2017-07-28 | hw/mips: load_elf_strerror to report kernel loading failure | Aurelien Jarno | 4 | -16/+24 |
2017-07-18 | ahci: add ahci_get_num_ports | John Snow | 1 | -2/+2 |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell | 4 | -10/+5 |
2017-07-14 | memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate() | Peter Maydell | 1 | -1/+1 |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 5 | -6/+6 |
2017-07-14 | memory/iommu: QOM'fy IOMMU MemoryRegion | Alexey Kardashevskiy | 1 | -1/+1 |
2017-07-14 | char: add backend hotswap handler | Anton Nefedov | 2 | -2/+2 |
2017-07-11 | mips/malta: load the initrd at the end of the low memory | Aurelien Jarno | 1 | -2/+3 |