summaryrefslogtreecommitdiffstats
path: root/hw/ppc/e500.c
Commit message (Expand)AuthorAgeFilesLines
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-151-3/+2Star
* ppc/e500: Free irqs array to avoid memleakGan Qixin2020-12-141-0/+1
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* ppc: remove bios_namePaolo Bonzini2020-12-101-2/+2
* ppc/e500: Use start-powered-off CPUState propertyThiago Jung Bauermann2020-09-081-4/+9
* hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-1/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-8/+8
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-16/+16
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-5/+3Star
* hw/ppc/e500.c: Handle qemu_find_file() failurePeter Maydell2020-04-071-0/+4
* Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-251-9/+8Star
|\
| * ppc/e500: use memdev for RAMIgor Mammedov2020-02-191-4/+1Star
| * ppc/e500: drop RAM size fixupIgor Mammedov2020-02-191-7/+9
* | ppc: free 'fdt' after reset the machinePan Nengyuan2020-02-201-0/+1
|/
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini2019-12-171-3/+2Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/ppc: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-0/+3
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* PPC: E500: Add FSL I2C controller and integrate RTC with itAndrew Randrianasulu2019-03-121-0/+54
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+2
* Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson2019-01-071-0/+1
* e500: simplify IRQ wiringGreg Kurz2018-12-201-10/+8Star
* Drop "qemu:" prefix from error_report() argumentsMao Zhongyi2018-09-241-2/+2
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-6/+7
* platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov2018-05-101-21/+17Star
* ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz2018-05-081-16/+23
* ppc: e500: switch E500 based machines to full machine definitionIgor Mammedov2018-04-271-55/+64
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-6/+6
* PPC e500: Fix gap between u-boot and kernelDavid Engraf2018-03-181-5/+4Star
* net: allow using any PCI NICs in -net or -nicPaolo Bonzini2018-03-121-1/+1
* PPC: e500: Fix duplicate kernel load and device tree overlapDavid Engraf2018-03-061-46/+70
* hw/ppc/spapr,e500: Use new property "stdout-path" for boot consoleNikunj A Dadhania2018-03-061-0/+7
* openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland2018-03-061-0/+1
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-8/+8
* e500: name openpic and pci host bridgeMichael Davidsaver2017-12-141-0/+4
* e500: ppce500_init_mpic() return device instead of IRQ arrayMichael Davidsaver2017-11-081-19/+13Star
* ppc: mpc8544ds/e500plat: use generic cpu_model parsingIgor Mammedov2017-10-171-7/+1Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* e500: Use cpu_index instead of vcpu_dt_idSam Bobroff2017-09-081-6/+2Star
* ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+2
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* target-ppc: Add MMU model check for booke machinesValentin Plotkin2017-02-011-0/+6