On Mon, Jul 22, 2013 at 5:43 PM, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 22 July 2013 10:42, Jia Liu <pro...@gmail.com> wrote: >> Hi Andreas and Peter, >> >> On Mon, Jul 22, 2013 at 5:29 PM, Peter Maydell <peter.mayd...@linaro.org> >> wrote: >>> This looks a bit odd. The commit message suggests it's an >>> attempt to fix the bug that was fixed by commit 071b3364e -- >>> is it really needed? Andreas? >> >> commit 071b3364e fix the typename only, but this one make "-cpu any" >> "-cpu or1200" "-cpu any-or32-cpu" "-cpu or1200-or32-cpu" working fine. > > The last two of these would be wrong: -cpu should only > accept CPU names, ie "any" or "or1200".
So, I need make only "-cpu any" and "-cpu or1200" accepted, thanks. > > -- PMM Regards, Jia