Message ID | 20230125130024.158721-1-shentey@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | E500 cleanups and enhancements | expand |
On 1/25/23 10:00, Bernhard Beschow wrote: > This series includes some cleanups I came across when working on the ppce500 > machine. Furthermore, it enables support for the 'dumpdtb' QMP/HMP command > which was missing so far. > > Bernhard Beschow (4): > hw/ppc: Set machine->fdt in e500 machines > hw/ppc/e500{,plat}: Drop redundant checks for presence of platform bus > hw/ppc/e500.c: Avoid hardcoding parent device in > create_devtree_etsec() > hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_space Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> And queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks, Daniel > > hw/ppc/e500.c | 24 ++++++++++++++++-------- > hw/ppc/e500plat.c | 9 +++------ > 2 files changed, 19 insertions(+), 14 deletions(-) >