On 21 March 2017 at 17:55, Thomas Huth <th...@redhat.com> wrote: > On 21.03.2017 15:31, Peter Maydell wrote: >> +if test "$supported_os" = "no"; then >> + echo >> + echo "WARNING: SUPPORT FOR THIS HOST OS WILL GO AWAY IN FUTURE >> RELEASES!" >> + echo >> + echo "CPU host OS $targetos support is not currently maintained." > > Maybe rather just "Host OS" instead of "CPU host OS" ? > >> + echo "The QEMU project intends to remove support for this host CPU in" > > At least here I think you should replace "host CPU" with "host OS". With > that modification:
Mmm, yes, those are both cut-n-paste errors from the CPU warning text. Unfortunately this commit is already in master because I wanted to get it into rc1 today. I'll send a separate patch that fixes these. thanks -- PMM