aboutsummaryrefslogtreecommitdiff
path: root/hw/xtensa
AgeCommit message (Expand)Author
2015-10-21target-xtensa: xtfpga: attach FLASH to system IOMax Filippov
2015-09-25xtensa: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-03-10xtensa: Remove superfluous '\n' around error_report()Gonglei
2015-03-07target-xtensa: xtfpga: fix ml605 flash sizeMax Filippov
2015-03-07hw/xtensa: allow reads/writes in the system I/O regionMax Filippov
2014-11-03hw/xtensa/xtfpga: treat uImage load address as virtualMax Filippov
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov
2014-11-03target-xtensa: avoid duplicate timer interrupt deliveryMax Filippov
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-06-29hw/xtensa/xtfpga: implement initrd loadingMax Filippov
2014-06-29hw/xtensa/xtfpga: implement DTB loadingMax Filippov
2014-06-29hw/xtensa/xtfpga: implement uImage loadingMax Filippov
2014-06-29hw/xtensa/xtfpga: add memory info to bootparamMax Filippov
2014-06-29hw/xtensa/xtfpga: refactor bootparameters fillingMax Filippov
2014-06-29hw/xtensa/xtfpga: use symbolic constants for bootparam tagsMax Filippov
2014-06-29hw/xtensa/xtfpga: retrieve parameters from machine_optsMax Filippov
2014-06-29hw/xtensa: replace fprintfs with error_reportMax Filippov
2014-06-29hw/xtensa: remove extraneous xtensa_ prefix from file namesMax Filippov
2014-06-29hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705Max Filippov
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-02-24hw/xtensa: add support for ML605 and KC705 FPGA boardMax Filippov
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini