aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/e500.c
AgeCommit message (Expand)Author
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini
2020-12-14ppc/e500: Free irqs array to avoid memleakGan Qixin
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10ppc: remove bios_namePaolo Bonzini
2020-09-08ppc/e500: Use start-powered-off CPUState propertyThiago Jung Bauermann
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-04-07hw/ppc/e500.c: Handle qemu_find_file() failurePeter Maydell
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini
2020-02-21ppc: free 'fdt' after reset the machinePan Nengyuan
2020-02-19ppc/e500: use memdev for RAMIgor Mammedov
2020-02-19ppc/e500: drop RAM size fixupIgor Mammedov
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-03-12PPC: E500: Add FSL I2C controller and integrate RTC with itAndrew Randrianasulu
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.pull-target-arm-20190107Nick Hudson
2018-12-21e500: simplify IRQ wiringGreg Kurz
2018-09-24Drop "qemu:" prefix from error_report() argumentsMao Zhongyi
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov
2018-05-08ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz
2018-04-27ppc: e500: switch E500 based machines to full machine definitionIgor Mammedov
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-03-18PPC e500: Fix gap between u-boot and kernelDavid Engraf
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini
2018-03-06PPC: e500: Fix duplicate kernel load and device tree overlapDavid Engraf
2018-03-06hw/ppc/spapr,e500: Use new property "stdout-path" for boot consoleNikunj A Dadhania
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-12-15e500: name openpic and pci host bridgeMichael Davidsaver
2017-11-08e500: ppce500_init_mpic() return device instead of IRQ arrayMichael Davidsaver
2017-10-17ppc: mpc8544ds/e500plat: use generic cpu_model parsingIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-08e500: Use cpu_index instead of vcpu_dt_idSam Bobroff
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-02-02target-ppc: Add MMU model check for booke machinesValentin Plotkin