Re: [Qemu-devel] [PATCH 00/12] QOM'ify SuperH CPU and SH7750 SoC

2012-03-14 Thread Andreas Färber
Am 14.03.2012 17:06, schrieb Peter Maydell: > On 14 March 2012 16:01, Andreas Färber wrote: >> Based on qom-cpu v4 and object_class_get_list() v2, this series converts >> the SuperH CPU to QOM. >> >> The SH7750 SoC code invited to do some cleanups, making use of the SuperHCPU, >> so I've QOM'ified

Re: [Qemu-devel] [PATCH 00/12] QOM'ify SuperH CPU and SH7750 SoC

2012-03-14 Thread Peter Maydell
On 14 March 2012 16:01, Andreas Färber wrote: > Based on qom-cpu v4 and object_class_get_list() v2, this series converts > the SuperH CPU to QOM. > > The SH7750 SoC code invited to do some cleanups, making use of the SuperHCPU, > so I've QOM'ified the SoC and added the CPU as a link for now. > > I