| Commit message (Expand) | Author | Age | Files | Lines |
* | meson: convert hw/arch* | Marc-André Lureau | 2020-08-21 | 2 | -4/+5 |
* | hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf() | Philippe Mathieu-Daudé | 2020-06-09 | 1 | -2/+0 |
* | hw: Make MachineClass::is_default a boolean type | Philippe Mathieu-Daudé | 2020-02-28 | 1 | -1/+1 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | target/unicore32: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | unicore32-softmmu.mak: express dependencies with Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+2 |
* | ptimer: express dependencies with Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+1 |
* | kconfig: introduce kconfig files | Paolo Bonzini | 2019-03-07 | 1 | -0/+2 |
* | hw/unicore32/puv3: Drop useless inclusion of "hw/i386/pc.h" | Philippe Mathieu-Daudé | 2019-02-06 | 1 | -1/+0 |
* | hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h | Philippe Mathieu-Daudé | 2018-03-12 | 1 | -0/+1 |
* | hw/unicore32: restrict hw addr defines to source file | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -5/+10 |
* | unicore32: use generic cpu_model parsing | Igor Mammedov | 2017-10-27 | 1 | -6/+2 |
* | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov | 2017-09-19 | 1 | -4/+0 |
* | unicore32: replace uc32_cpu_init() with cpu_generic_init() | Igor Mammedov | 2017-09-01 | 1 | -1/+1 |
* | fix qemu-system-unicore32 crashing when calling without -kernel | Eduardo Otubo | 2017-07-31 | 1 | -1/+4 |
* | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell | 2017-07-14 | 1 | -2/+1 |
* | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 2017-07-14 | 1 | -1/+1 |
* | clean-up: removed duplicate #includes | Anand J | 2016-10-28 | 1 | -1/+0 |
* | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 2016-03-22 | 1 | -0/+2 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | unicore: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | hw: Don't use hw_error() for machine initialization errors | Markus Armbruster | 2016-01-13 | 1 | -3/+7 |
* | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost | 2015-09-19 | 1 | -10/+5 |
* | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 2015-09-18 | 1 | -1/+1 |
* | hw/unicore32/puv3.c: Fix misusing qemu_allocate_irqs for single irq | Shannon Zhao | 2015-06-03 | 1 | -4/+4 |
* | unicore32: Use uc32_cpu_init() | Eduardo Habkost | 2015-03-10 | 1 | -2/+4 |
* | memory: add parameter errp to memory_region_init_ram | Hu Tao | 2014-09-09 | 1 | -1/+2 |
* | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 2014-05-28 | 1 | -5/+5 |
* | console: add head to index to qemu consoles. | Gerd Hoffmann | 2014-03-05 | 1 | -1/+1 |
* | puv3: Turn puv3_load_kernel() into a no-op for qtest without -kernel | Andreas Färber | 2013-11-05 | 1 | -0/+4 |
* | hw: Clean up bogus default boot order | Markus Armbruster | 2013-08-28 | 1 | -1/+0 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -1/+1 |
* | console: add device link to QemuConsoles | Gerd Hoffmann | 2013-04-25 | 1 | -1/+1 |
* | console: add GraphicHwOps | Gerd Hoffmann | 2013-04-16 | 1 | -1/+3 |
* | console: simplify screendump | Gerd Hoffmann | 2013-04-16 | 1 | -1/+1 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -2/+2 |
* | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber | 2013-03-12 | 1 | -2/+1 |
* | exec: Pass CPUState to cpu_reset_interrupt() | Andreas Färber | 2013-03-12 | 1 | -3/+6 |
* | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini | 2013-03-01 | 2 | -2/+135 |
* | unicore32-softmmu: Add puv3 soc/board support | Guan Xuetao | 2012-08-11 | 1 | -0/+5 |
* | unicore32-softmmu: Add unicore32-softmmu build support | Guan Xuetao | 2012-08-11 | 1 | -0/+1 |