index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
e500.c
Age
Commit message (
Expand
)
Author
2023-02-05
hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_space
Bernhard Beschow
2023-02-05
hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()
Bernhard Beschow
2023-02-05
hw/ppc/e500{, plat}: Drop redundant checks for presence of platform bus
Bernhard Beschow
2023-02-05
hw/ppc: Set machine->fdt in e500 machines
Bernhard Beschow
2022-12-21
hw/ppc/e500: Move comment to more appropriate place
Bernhard Beschow
2022-12-21
hw/ppc/e500: Resolve variable shadowing
Bernhard Beschow
2022-12-21
hw/ppc/e500: Prefer local variable over qdev_get_machine()
Bernhard Beschow
2022-12-21
hw/ppc/e500: Add Freescale eSDHC to e500plat
Philippe Mathieu-Daudé
2022-10-29
hw/ppc/e500: Implement pflash handling
Bernhard Beschow
2022-10-17
hw/ppc/e500: Remove if statement which is now always true
Bernhard Beschow
2022-10-17
hw/ppc/e500: Reduce usage of sysbus API
Bernhard Beschow
2022-07-18
hw/ppc: pass random seed to fdt
Jason A. Donenfeld
2022-07-18
ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-05-26
hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILE
Bernhard Beschow
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include hw/boards.h if it's not really necessary
Thomas Huth
2021-03-31
hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC node
Bin Meng
2021-03-10
hw/ppc: e500: Add missing <ranges> in the eTSEC node
Bin Meng
2021-02-10
hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodes
Bin Meng
2021-02-10
hw/ppc: e500: Use a macro for the platform clock frequency
Bin Meng
2020-12-15
vl: make qemu_get_machine_opts static
Paolo Bonzini
2020-12-14
ppc/e500: Free irqs array to avoid memleak
Gan Qixin
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
ppc: remove bios_name
Paolo Bonzini
2020-09-08
ppc/e500: Use start-powered-off CPUState property
Thiago Jung Bauermann
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-04-07
hw/ppc/e500.c: Handle qemu_find_file() failure
Peter Maydell
2020-02-25
Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...
Paolo Bonzini
2020-02-21
ppc: free 'fdt' after reset the machine
Pan Nengyuan
2020-02-19
ppc/e500: use memdev for RAM
Igor Mammedov
2020-02-19
ppc/e500: drop RAM size fixup
Igor Mammedov
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2019-12-17
kvm: introduce kvm_kernel_irqchip_* functions
Paolo Bonzini
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-07-05
hw/ppc: Replace global smp variables with machine smp properties
Like Xu
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-03-12
PPC: E500: Add FSL I2C controller and integrate RTC with it
Andrew Randrianasulu
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
[next]