qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/2] qom-test: Run for all available machines


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 1/2] qom-test: Run for all available machines
Date: Fri, 10 Jan 2014 15:17:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Am 10.01.2014 14:42, schrieb Markus Armbruster:
> address@hidden writes:
> 
>> From: Markus Armbruster <address@hidden>
>>
>> Get available machines via QMP instead of hardcoding a list that's
>> perpetually out of date.
>>
>> A few machines don't work out of the box:
>>
>> * Several ppcemb machines can't initialize their CPU.

That's why we had the rather complicated ppc machine grouping:

http://git.qemu.org/?p=qemu.git;a=commit;h=7c41f2177e280dec1f1d4c5cd72333c5c55943af

> Alex, any chance these could be fixed?
>
> ppce500     Unable to initialize CPU!
> mac99       Unable to find PowerPC CPU definition
> g3beige     Unable to find PowerPC CPU definition
> mpc8544ds   Unable to initialize CPU!

=> shouldn't be compiled into ppcemb

easiest: add #ifndef TARGET_PPCEMB in machine registration functions
better: use CONFIG_* in Makefile.objs and ppcemb-softmmu.mak

> ref405ep    Unable to find PowerPC 405ep CPU definition
> taihu       Unable to find PowerPC 405ep CPU definition

http://lists.nongnu.org/archive/html/qemu-devel/2013-08/msg03697.html

As per Alex, these should be made to work. How???

-> target-ppc/translate_init.c

> prep        le to find PowerPC CPU definition

=> shouldn't be compiled in, will look into this one as maintainer

> 
> [...]

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]