| Commit message (Expand) | Author | Age | Files | Lines |
* | load_elf: Remove unused address variables from callers | BALATON Zoltan | 2020-09-26 | 1 | -2/+2 |
* | meson: convert hw/arch* | Marc-André Lureau | 2020-08-21 | 2 | -2/+4 |
* | hw: Make MachineClass::is_default a boolean type | Philippe Mathieu-Daudé | 2020-02-28 | 1 | -1/+1 |
* | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic | 2020-01-29 | 1 | -1/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include sysemu/reset.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+2 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | moxie-softmmu.mak: 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/moxie/Makefile.objs: Conditionally build moxie | Yang Zhong | 2019-02-05 | 1 | -1/+1 |
* | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick | 2019-02-05 | 1 | -1/+1 |
* | trivial: Don't include isa.h if it is not really necessary | Thomas Huth | 2019-01-09 | 1 | -1/+0 |
* | change get_image_size return type to int64_t | Li Zhijian | 2018-10-02 | 1 | -1/+1 |
* | Change references to serial_hds[] to serial_hd() | Peter Maydell | 2018-04-26 | 1 | -2/+2 |
* | hw/moxie: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 2018-02-06 | 1 | -7/+6 |
* | hw/moxie/moxiesim: Add support for loading a BIOS on moxiesim | Thomas Huth | 2017-12-21 | 1 | -2/+10 |
* | misc: drop old i386 dependency | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | moxie: use generic cpu_model parsing | Igor Mammedov | 2017-10-27 | 1 | -5/+2 |
* | moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite" | Igor Mammedov | 2017-10-27 | 1 | -1/+1 |
* | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov | 2017-09-19 | 1 | -4/+0 |
* | moxie: replace cpu_moxie_init() with cpu_generic_init() | Igor Mammedov | 2017-09-01 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | loader: Add data swap option to load-elf | Peter Crosthwaite | 2016-03-04 | 1 | -1/+2 |
* | moxie: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | moxie: Remove ELF_MACHINE from cpu.h | Peter Crosthwaite | 2015-09-25 | 1 | -2/+1 |
* | elf: Update EM_MOXIE definition | Peter Crosthwaite | 2015-09-25 | 1 | -0/+1 |
* | 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 | -2/+2 |
* | memory: add parameter errp to memory_region_init_ram | Hu Tao | 2014-09-09 | 1 | -2/+2 |
* | hw/moxie/moxiesim.c: Remove unused moxie_intc_create() | Peter Maydell | 2014-06-24 | 1 | -13/+0 |
* | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 2014-05-28 | 1 | -6/+6 |
* | moxie: fix load_elf() usage | Alexey Kardashevskiy | 2014-03-05 | 1 | -1/+1 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -2/+2 |
* | Trivial grammar and spelling fixes | Stefan Weil | 2013-05-01 | 1 | -1/+1 |
* | hw: move MC146818RTC to hw/timer/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 1 | -3/+0 |
* | moxie: configure with default-configs file | Paolo Bonzini | 2013-04-08 | 1 | -1/+1 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -3/+3 |
* | Remove device_tree.o from hw/moxie/Makefile.objs. | Anthony Green | 2013-03-24 | 1 | -1/+0 |
* | Add sample moxie system | Anthony Green | 2013-03-23 | 2 | -0/+180 |