Age | Commit message (Expand) | Author |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-03-07 | moxie-softmmu.mak: express dependencies with Kconfig | Paolo Bonzini |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-02-05 | hw/moxie/Makefile.objs: Conditionally build moxie | Yang Zhong |
2019-02-05 | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick |
2019-01-09 | trivial: Don't include isa.h if it is not really necessary | Thomas Huth |
2018-10-02 | change get_image_size return type to int64_t | Li Zhijian |
2018-04-26 | Change references to serial_hds[] to serial_hd() | Peter Maydell |
2018-02-06 | hw/moxie: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2017-12-21 | hw/moxie/moxiesim: Add support for loading a BIOS on moxiesim | Thomas Huth |
2017-12-18 | misc: drop old i386 dependency | Philippe Mathieu-Daudé |
2017-10-27 | moxie: use generic cpu_model parsing | Igor Mammedov |
2017-10-27 | moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite" | Igor Mammedov |
2017-09-19 | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov |
2017-09-01 | moxie: replace cpu_moxie_init() with cpu_generic_init() | Igor Mammedov |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-04 | loader: Add data swap option to load-elf | Peter Crosthwaite |
2016-01-29 | moxie: Clean up includes | Peter Maydell |
2015-09-25 | moxie: Remove ELF_MACHINE from cpu.h | Peter Crosthwaite |
2015-09-25 | elf: Update EM_MOXIE definition | Peter Crosthwaite |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-06-24 | hw/moxie/moxiesim.c: Remove unused moxie_intc_create() | Peter Maydell |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum |
2014-03-05 | moxie: fix load_elf() usage | Alexey Kardashevskiy |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-05-01 | Trivial grammar and spelling fixes | Stefan Weil |
2013-04-08 | hw: move MC146818RTC to hw/timer/, configure via default-configs/ | Paolo Bonzini |
2013-04-08 | moxie: configure with default-configs file | Paolo Bonzini |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-03-24 | Remove device_tree.o from hw/moxie/Makefile.objs. | Anthony Green |
2013-03-23 | Add sample moxie system | Anthony Green |