aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/e500.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-03hw/char: Extract serial-mmBernhard Beschow1-1/+1
2024-02-02hw/ppc: use pci_init_nic_devices()David Woodhouse1-3/+1
2024-01-05hw: Simplify accesses to the CPUState::'start-powered-off' propertyPhilippe Mathieu-Daudé1-1/+1
2023-11-07hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVMPhilippe Mathieu-Daudé1-0/+4
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-2/+2
2023-09-06hw/ppc/e500: fix broken snapshot replayMaksim Kostin1-1/+1
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé1-0/+2
2023-05-22hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth1-1/+2
2023-02-05hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_spaceBernhard Beschow1-3/+7
2023-02-05hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()Bernhard Beschow1-1/+1
2023-02-05hw/ppc/e500{, plat}: Drop redundant checks for presence of platform busBernhard Beschow1-3/+2
2023-02-05hw/ppc: Set machine->fdt in e500 machinesBernhard Beschow1-1/+6
2022-12-21hw/ppc/e500: Move comment to more appropriate placeBernhard Beschow1-1/+1
2022-12-21hw/ppc/e500: Resolve variable shadowingBernhard Beschow1-3/+1
2022-12-21hw/ppc/e500: Prefer local variable over qdev_get_machine()Bernhard Beschow1-3/+2
2022-12-21hw/ppc/e500: Add Freescale eSDHC to e500platPhilippe Mathieu-Daudé1-1/+47
2022-10-29hw/ppc/e500: Implement pflash handlingBernhard Beschow1-0/+79
2022-10-17hw/ppc/e500: Remove if statement which is now always trueBernhard Beschow1-16/+14
2022-10-17hw/ppc/e500: Reduce usage of sysbus APIBernhard Beschow1-1/+1
2022-07-18hw/ppc: pass random seed to fdtJason A. Donenfeld1-0/+5
2022-07-18ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater1-4/+4
2022-05-26hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILEBernhard Beschow1-1/+0
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-03-31hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC nodeBin Meng1-0/+2
2021-03-10hw/ppc: e500: Add missing <ranges> in the eTSEC nodeBin Meng1-0/+1
2021-02-10hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodesBin Meng1-1/+1
2021-02-10hw/ppc: e500: Use a macro for the platform clock frequencyBin Meng1-3/+5
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini1-3/+2
2020-12-14ppc/e500: Free irqs array to avoid memleakGan Qixin1-0/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10ppc: remove bios_namePaolo Bonzini1-2/+2
2020-09-08ppc/e500: Use start-powered-off CPUState propertyThiago Jung Bauermann1-4/+9
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-1/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
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