summaryrefslogtreecommitdiff
path: root/hw/ppc/e500.c
AgeCommit message (Expand)Author
2022-07-18hw/ppc: pass random seed to fdtJason A. Donenfeld
2022-07-18ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater
2022-05-26hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILEBernhard Beschow
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-03-31hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC nodeBin Meng
2021-03-10hw/ppc: e500: Add missing <ranges> in the eTSEC nodeBin Meng
2021-02-10hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodesBin Meng
2021-02-10hw/ppc: e500: Use a macro for the platform clock frequencyBin Meng
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.Nick 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