summaryrefslogtreecommitdiff
path: root/hw/ppc/virtex_ml507.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+2
2018-01-27ppc: Deprecate qemu-system-ppcembthuth@redhat.com1-0/+8
2017-10-17ppc: virtex-ml507: replace cpu_model with cpu_typeIgor Mammedov1-7/+4
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-02-02target-ppc: Add MMU model check for booke machinesValentin Plotkin1-0/+7
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+2
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-07-07ppc: Update cpu_model in MachineStateBharata B Rao1-4/+3
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
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-2/+3
2014-07-15ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu1-2/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-8/+8
2014-03-27hw/ppc: Avoid shifting left into sign bitPeter Maydell1-2/+2
2014-03-05virtex_ml507: Add support for loading initrd imagesEdgar E. Iglesias1-1/+33
2014-02-26xilinx: Delete hw/include/xilinx.hPeter Crosthwaite1-1/+1
2014-02-26xilinx: Inline usages of xilinx_timer_create()Peter Crosthwaite1-1/+6
2014-02-26xilinx: Inline usages of xilinx_intc_create()Peter Crosthwaite1-1/+5
2014-02-26ppc/virtex_ml507: Define macros for irq/memory mapsPeter Crosthwaite1-3/+11
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite1-1/+1
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+0
2013-09-02ppc: virtex_ml507: QEMU_OPTION_dtb support for this machine.Efimov Vasily1-10/+19
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-14ppc: Remove CONFIG_FDT conditionalsPeter Maydell1-18/+0
2013-04-19Remove unneeded type castsStefan Weil1-1/+1
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-5/+5
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+274