| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/mips/jazz: create ESP device directly via qdev | Mark Cave-Ayland | 2018-06-28 | 1 | -3/+16 |
* | Change references to serial_hds[] to serial_hd() | Peter Maydell | 2018-04-26 | 1 | -4/+4 |
* | hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h | Philippe Mathieu-Daudé | 2018-03-12 | 1 | -0/+1 |
* | hw/dma/i8257: Rename DMA_init() to i8257_dma_init() | Philippe Mathieu-Daudé | 2018-03-12 | 1 | -1/+2 |
* | hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c | Philippe Mathieu-Daudé | 2018-03-12 | 1 | -0/+1 |
* | hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices | Thomas Huth | 2018-03-12 | 1 | -3/+4 |
* | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Thomas Huth | 2018-03-12 | 1 | -1/+0 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | hw/mips: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 2018-02-06 | 1 | -2/+2 |
* | hw/display/vga: extract public API from i386/pc to "hw/display/vga.h" | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -0/+1 |
* | hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+1 |
* | hw/timer/i8254: rename pit_init() -> i8254_pit_init() | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+1 |
* | mips: Magnum/Acer Pica 61: replace cpu_model with cpu_type | Igor Mammedov | 2017-10-27 | 1 | -5/+3 |
* | mips: replace cpu_mips_init() with cpu_generic_init() | Igor Mammedov | 2017-09-21 | 1 | -1/+1 |
* | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov | 2017-09-19 | 1 | -4/+0 |
* | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell | 2017-07-14 | 1 | -4/+2 |
* | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 2017-07-14 | 1 | -2/+2 |
* | memory/iommu: QOM'fy IOMMU MemoryRegion | Alexey Kardashevskiy | 2017-07-14 | 1 | -1/+1 |
* | hw: Drop superfluous special checks for orphaned -drive | Markus Armbruster | 2017-02-21 | 1 | -4/+0 |
* | mips: use MIPSCPU instead of CPUMIPSState | Paolo Bonzini | 2016-05-19 | 1 | -2/+2 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -0/+1 |
* | machine: Use type_init() to register machine classes | Eduardo Habkost | 2016-03-16 | 1 | -1/+1 |
* | magnum: disable floppy DMA for now | Hervé Poussineau | 2016-02-03 | 1 | -1/+2 |
* | i8257: pass ISA bus to DMA_init() function | Hervé Poussineau | 2016-02-03 | 1 | -1/+1 |
* | mips: Clean up includes | Peter Maydell | 2016-01-23 | 1 | -0/+1 |
* | isa: Clean up error handling around isa_bus_new() | Markus Armbruster | 2016-01-13 | 1 | -1/+1 |
* | Revert use of DEFINE_MACHINE() for registrations of multiple machines | Andreas Färber | 2015-09-19 | 1 | -4/+24 |
* | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost | 2015-09-19 | 1 | -16/+12 |
* | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 2015-09-18 | 1 | -2/+2 |
* | i8257: remove cpu_request_exit irq | Paolo Bonzini | 2015-09-09 | 1 | -12/+1 |
* | net/dp8393x: add PROM to store MAC address | Hervé Poussineau | 2015-06-11 | 1 | -0/+1 |
* | net/dp8393x: QOM'ify | Hervé Poussineau | 2015-06-11 | 1 | -2/+10 |
* | dma/rc4030: convert to QOM | Hervé Poussineau | 2015-06-11 | 1 | -14/+23 |
* | dma/rc4030: use AddressSpace and address_space_rw in users | Hervé Poussineau | 2015-06-11 | 1 | -3/+3 |
* | mips jazz: compile only in 64 bit | Hervé Poussineau | 2015-06-11 | 1 | -5/+0 |
* | exec.c: Make address_space_rw take transaction attributes | Peter Maydell | 2015-04-26 | 1 | -2/+4 |
* | mips: memory: Replace memory_region_init_ram with memory_region_allocate_syst... | Dirk Müller | 2015-03-25 | 1 | -3/+2 |
* | jazz: remove usage of isa_mem_base | Hervé Poussineau | 2015-02-13 | 1 | -11/+14 |
* | jazz: do not explode QEMUMachineInitArgs structure | Hervé Poussineau | 2015-02-13 | 1 | -13/+8 |
* | isa: add memory space parameter to isa_bus_new | Hervé Poussineau | 2015-02-13 | 1 | -1/+1 |
* | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 2014-10-20 | 1 | -1/+1 |
* | memory: add parameter errp to memory_region_init_ram | Hu Tao | 2014-09-09 | 1 | -3/+5 |
* | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 2014-05-28 | 1 | -6/+6 |
* | mips jazz: do not raise data bus exception when accessing invalid addresses | Hervé Poussineau | 2013-11-21 | 1 | -0/+24 |
* | hw: Clean up bogus default boot order | Markus Armbruster | 2013-08-28 | 1 | -2/+0 |
* | mips: revert commit b332d24a8e1290954029814d09156b06ede358e2 | Aurelien Jarno | 2013-08-08 | 1 | -2/+3 |
* | mips_jazz: Silence BIOS loading warning for qtest | Andreas Färber | 2013-07-31 | 1 | -1/+2 |
* | mips: degrade BIOS error to warning | Paolo Bonzini | 2013-07-25 | 1 | -2/+1 |
* | mips_jazz: do not use isa_mmio | Paolo Bonzini | 2013-07-25 | 1 | -1/+4 |
* | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber | 2013-07-09 | 1 | -3/+3 |