aboutsummaryrefslogtreecommitdiff
path: root/hw/moxie
AgeCommit message (Expand)AuthorFilesLines
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-03-07moxie-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+2
2019-02-05hw/moxie/Makefile.objs: Conditionally build moxieYang Zhong1-1/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-1/+1
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth1-1/+0
2018-10-02change get_image_size return type to int64_tLi Zhijian1-1/+1
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2018-02-06hw/moxie: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-7/+6
2017-12-21hw/moxie/moxiesim: Add support for loading a BIOS on moxiesimThomas Huth1-2/+10
2017-12-18misc: drop old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-10-27moxie: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov1-1/+1
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01moxie: replace cpu_moxie_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-4/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-2/+2
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+2
2016-01-29moxie: Clean up includesPeter Maydell1-0/+1
2015-09-25moxie: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+1
2015-09-25elf: Update EM_MOXIE definitionPeter Crosthwaite1-0/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-10/+5
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-2/+2
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+2
2014-06-24hw/moxie/moxiesim.c: Remove unused moxie_intc_create()Peter Maydell1-13/+0
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-6/+6
2014-03-05moxie: fix load_elf() usageAlexey Kardashevskiy1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-05-01Trivial grammar and spelling fixesStefan Weil1-1/+1
2013-04-08hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini1-3/+0
2013-04-08moxie: configure with default-configs filePaolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3
2013-03-24Remove device_tree.o from hw/moxie/Makefile.objs.Anthony Green1-1/+0
2013-03-23Add sample moxie systemAnthony Green2-0/+180