summaryrefslogtreecommitdiff
path: root/hw/xtensa
AgeCommit message (Expand)AuthorFilesLines
2016-07-14target-xtensa: xtfpga: fix FLASH interface widthMax Filippov1-1/+1
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2016-06-07replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier1-2/+2
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2-0/+4
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-0/+2
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite2-3/+3
2016-01-29xtensa: Clean up includesPeter Maydell3-0/+3
2015-10-21target-xtensa: xtfpga: attach FLASH to system IOMax Filippov1-14/+27
2015-09-25xtensa: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2-3/+3
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-8/+42
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost2-41/+34
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster2-5/+6
2015-03-10xtensa: Remove superfluous '\n' around error_report()Gonglei2-6/+6
2015-03-07target-xtensa: xtfpga: fix ml605 flash sizeMax Filippov1-1/+1
2015-03-07hw/xtensa: allow reads/writes in the system I/O regionMax Filippov1-1/+19
2014-11-03hw/xtensa/xtfpga: treat uImage load address as virtualMax Filippov1-1/+1
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov1-1/+2
2014-11-03target-xtensa: avoid duplicate timer interrupt deliveryMax Filippov1-2/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao2-5/+7
2014-06-29hw/xtensa/xtfpga: implement initrd loadingMax Filippov1-0/+24
2014-06-29hw/xtensa/xtfpga: implement DTB loadingMax Filippov1-0/+23
2014-06-29hw/xtensa/xtfpga: implement uImage loadingMax Filippov1-1/+24
2014-06-29hw/xtensa/xtfpga: add memory info to bootparamMax Filippov2-1/+17
2014-06-29hw/xtensa/xtfpga: refactor bootparameters fillingMax Filippov2-12/+21
2014-06-29hw/xtensa/xtfpga: use symbolic constants for bootparam tagsMax Filippov2-3/+13
2014-06-29hw/xtensa/xtfpga: retrieve parameters from machine_optsMax Filippov1-2/+3
2014-06-29hw/xtensa: replace fprintfs with error_reportMax Filippov2-6/+10
2014-06-29hw/xtensa: remove extraneous xtensa_ prefix from file namesMax Filippov4-3/+3
2014-06-29hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705Max Filippov1-3/+5
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2-17/+17
2014-02-24hw/xtensa: add support for ML605 and KC705 FPGA boardMax Filippov1-4/+47
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-3/+0
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster2-3/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2-7/+11
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini2-8/+8
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini2-1/+26
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-1/+1
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-1/+1
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-3/+5
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini4-3/+597
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+5