Age | Commit message (Expand) | Author | Files | Lines |
2021-03-19 | hw: Replace anti-social QOM type names | Markus Armbruster | 1 | -3/+3 |
2020-12-10 | cris: do not use ram_size global | Paolo Bonzini | 3 | -1/+3 |
2020-09-25 | load_elf: Remove unused address variables from callers | BALATON Zoltan | 1 | -2/+2 |
2020-08-21 | meson: convert hw/arch* | Marc-André Lureau | 2 | -2/+5 |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 1 | -2/+2 |
2020-02-28 | hw: Make MachineClass::is_default a boolean type | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-02-19 | cris/axis_dev88: use memdev for RAM | Igor Mammedov | 1 | -6/+2 |
2020-01-29 | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic | 1 | -1/+1 |
2020-01-07 | cris: improve passing PIC interrupt vector to the CPU | Marc-André Lureau | 1 | -4/+0 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 2 | -2/+0 |
2019-03-07 | cris-softmmu.mak: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+3 |
2019-03-07 | ptimer: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+5 |
2019-02-05 | hw/cris/Makefile.objs: Create CONFIG_* for cris | Yang Zhong | 1 | -1/+1 |
2019-02-05 | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick | 1 | -1/+2 |
2018-07-02 | hw/cris: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -1/+2 |
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 | Change references to serial_hds[] to serial_hd() | Peter Maydell | 1 | -1/+1 |
2017-10-27 | cris: use generic cpu_model parsing | Igor Mammedov | 1 | -5/+2 |
2017-09-01 | cris: replace cpu_cris_init() with cpu_generic_init() | Igor Mammedov | 1 | -1/+1 |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell | 1 | -3/+2 |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 1 | -1/+1 |
2016-07-12 | cris: Fix broken header guard in hw/cris/boot.h | Markus Armbruster | 1 | -2/+2 |
2016-05-29 | hw/char: QOM'ify etraxfs_ser.c | xiaoqiang zhao | 1 | -2/+2 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 2 | -0/+4 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-04 | loader: Add data swap option to load-elf | Peter Crosthwaite | 1 | -1/+1 |
2016-01-29 | cris: Clean up includes | Peter Maydell | 2 | -0/+2 |
2015-09-25 | cris: Remove ELF_MACHINE from cpu.h | Peter Crosthwaite | 1 | -1/+1 |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost | 1 | -10/+5 |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 1 | -1/+1 |
2015-09-11 | typofixes - v4 | Veres Lajos | 1 | -1/+1 |
2015-04-11 | cris: memory: Replace memory_region_init_ram with memory_region_allocate_syst... | Dirk Müller | 1 | -3/+2 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -2/+1 |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster | 1 | -1/+2 |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao | 1 | -2/+4 |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 1 | -5/+5 |
2014-02-03 | cris: Remove the CRIS PIC glue | Edgar E. Iglesias | 2 | -48/+0 |
2014-02-03 | axis-dev88: Connect the PIC upstream IRQs directly to the CPU | Edgar E. Iglesias | 1 | -4/+3 |
2013-11-05 | axis_dev88: Don't enforce use of kernel for qtest | Andreas Färber | 1 | -5/+6 |
2013-08-28 | hw: Clean up bogus default boot order | Markus Armbruster | 1 | -1/+0 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -4/+4 |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 3 | -2/+17 |
2013-04-08 | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | 1 | -6/+0 |
2013-04-08 | hw: move DMA controllers to hw/dma/, configure with default-configs/ | Paolo Bonzini | 1 | -1/+0 |
2013-04-08 | hw: move timer devices to hw/timer/, configure with default-configs/ | Paolo Bonzini | 1 | -1/+0 |