summary refs log tree commit diff stats
path: root/hw/ppc/e500.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc: use pci_init_nic_devices()David Woodhouse2024-02-021-3/+1
* hw: Simplify accesses to the CPUState::'start-powered-off' propertyPhilippe Mathieu-Daudé2024-01-051-1/+1
* hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVMPhilippe Mathieu-Daudé2023-11-071-0/+4
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-2/+2
* hw/ppc/e500: fix broken snapshot replayMaksim Kostin2023-09-061-1/+1
* target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé2023-06-281-0/+2
* hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth2023-05-221-1/+2
* hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_spaceBernhard Beschow2023-02-051-3/+7
* hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()Bernhard Beschow2023-02-051-1/+1
* hw/ppc/e500{, plat}: Drop redundant checks for presence of platform busBernhard Beschow2023-02-051-3/+2
* hw/ppc: Set machine->fdt in e500 machinesBernhard Beschow2023-02-051-1/+6
* hw/ppc/e500: Move comment to more appropriate placeBernhard Beschow2022-12-211-1/+1
* hw/ppc/e500: Resolve variable shadowingBernhard Beschow2022-12-211-3/+1
* hw/ppc/e500: Prefer local variable over qdev_get_machine()Bernhard Beschow2022-12-211-3/+2
* hw/ppc/e500: Add Freescale eSDHC to e500platPhilippe Mathieu-Daudé2022-12-211-1/+47
* hw/ppc/e500: Implement pflash handlingBernhard Beschow2022-10-291-0/+79
* hw/ppc/e500: Remove if statement which is now always trueBernhard Beschow2022-10-171-16/+14
* hw/ppc/e500: Reduce usage of sysbus APIBernhard Beschow2022-10-171-1/+1
* hw/ppc: pass random seed to fdtJason A. Donenfeld2022-07-181-0/+5
* ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-4/+4
* hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILEBernhard Beschow2022-05-261-1/+0
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-151-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC nodeBin Meng2021-03-311-0/+2
* hw/ppc: e500: Add missing <ranges> in the eTSEC nodeBin Meng2021-03-101-0/+1
* hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodesBin Meng2021-02-101-1/+1
* hw/ppc: e500: Use a macro for the platform clock frequencyBin Meng2021-02-101-3/+5
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-151-3/+2
* 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/+1
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1
* 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/+3
* 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/+8
|\
| * ppc/e500: use memdev for RAMIgor Mammedov2020-02-191-4/+1
| * ppc/e500: drop RAM size fixupIgor Mammedov2020-02-191-7/+9
* | ppc: free 'fdt' after reset the machinePan Nengyuan2020-02-211-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/+2
* 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