aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/e500.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-8/+8
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-16/+16
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-5/+3
2020-04-07hw/ppc/e500.c: Handle qemu_find_file() failurePeter Maydell1-0/+4
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini1-9/+8
2020-02-21ppc: free 'fdt' after reset the machinePan Nengyuan1-0/+1
2020-02-19ppc/e500: use memdev for RAMIgor Mammedov1-4/+1
2020-02-19ppc/e500: drop RAM size fixupIgor Mammedov1-7/+9
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+1
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini1-3/+2
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu1-0/+3
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-03-12PPC: E500: Add FSL I2C controller and integrate RTC with itAndrew Randrianasulu1-0/+54
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-1/+2
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-0/+1
2018-12-21e500: simplify IRQ wiringGreg Kurz1-10/+8
2018-09-24Drop "qemu:" prefix from error_report() argumentsMao Zhongyi1-2/+2
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-6/+7
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov1-21/+17
2018-05-08ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz1-16/+23
2018-04-27ppc: e500: switch E500 based machines to full machine definitionIgor Mammedov1-55/+64
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-6/+6
2018-03-18PPC e500: Fix gap between u-boot and kernelDavid Engraf1-5/+4
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini1-1/+1
2018-03-06PPC: e500: Fix duplicate kernel load and device tree overlapDavid Engraf1-46/+70
2018-03-06hw/ppc/spapr,e500: Use new property "stdout-path" for boot consoleNikunj A Dadhania1-0/+7
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland1-0/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-8/+8
2017-12-15e500: name openpic and pci host bridgeMichael Davidsaver1-0/+4
2017-11-08e500: ppce500_init_mpic() return device instead of IRQ arrayMichael Davidsaver1-19/+13
2017-10-17ppc: mpc8544ds/e500plat: use generic cpu_model parsingIgor Mammedov1-7/+1
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-08e500: Use cpu_index instead of vcpu_dt_idSam Bobroff1-6/+2
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov1-1/+2
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-02-02target-ppc: Add MMU model check for booke machinesValentin Plotkin1-0/+6
2017-01-31hw/ppc: QOM'ify e500.cxiaoqiang zhao1-13/+4
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson1-3/+1
2016-07-01target-ppc: Eliminate redundant and incorrect function booke206_page_size_to_tlbAaron Larson1-1/+1
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/+1
2016-01-29ppc: Clean up includesPeter Maydell1-1/+1
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-2/+2
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite1-1/+1