qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: tu bo <tubo@linux.vnet.ibm.com>
To: Max Reitz <mreitz@redhat.com>, Fam Zheng <famz@redhat.com>,
	qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>, qemu-block@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Add -nographic when starting QEMU in 120
Date: Mon, 23 Nov 2015 10:29:35 +0800	[thread overview]
Message-ID: <56527A0F.2030703@linux.vnet.ibm.com> (raw)
In-Reply-To: <564F479A.9040700@redhat.com>

Hi Max:

On 11/21/2015 12:17 AM, Max Reitz wrote:
> On 20.11.2015 10:35, Fam Zheng wrote:
>> Otherwise, a window flashes on my desktop (built with SDL). Other
>> iotest cases have that.
>>
>> Signed-off-by: Fam Zheng <famz@redhat.com>
>> ---
>>   tests/qemu-iotests/120 | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tests/qemu-iotests/120 b/tests/qemu-iotests/120
>> index 9f13078..d899a3f 100755
>> --- a/tests/qemu-iotests/120
>> +++ b/tests/qemu-iotests/120
>> @@ -49,7 +49,7 @@ echo "{'execute': 'qmp_capabilities'}
>>         {'execute': 'human-monitor-command',
>>          'arguments': {'command-line': 'qemu-io drv \"write -P 42 0 64k\"'}}
>>         {'execute': 'quit'}" \
>> -    | $QEMU -qmp stdio -nodefaults \
>> +    | $QEMU -qmp stdio -nographic -nodefaults \
>>               -drive id=drv,if=none,file="$TEST_IMG",driver=raw,file.driver=$IMGFMT \
>>       | _filter_qmp | _filter_qemu_io
>>   $QEMU_IO -c 'read -P 42 0 64k' "$TEST_IMG" | _filter_qemu_io
>>
>
> This is the same patch as
> http://lists.nongnu.org/archive/html/qemu-devel/2015-11/msg00623.html,
> but while both are correct, both need to fix 119, too, I think.
>
> (And while I would be fine with merging this and then taking a follow-up
> patch, I don't think we need to hurry for 2.5. Releases and iotests
> don't really care about each other, other than that we should pass all
> the iotests before a release unless we know what's wrong and don't care.)
>

thanks for your advice. I plan to fix 119 in a follow-up patch. 
currently, 119 is notrun for s390x, and I hope to spend some time to 
investigate it later.

> Max
>

  reply	other threads:[~2015-11-23  2:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-20  9:35 [Qemu-devel] [PATCH] qemu-iotests: Add -nographic when starting QEMU in 120 Fam Zheng
2015-11-20 16:17 ` Max Reitz
2015-11-23  2:29   ` tu bo [this message]
2015-11-23  2:33     ` Fam Zheng
2015-11-23  3:12       ` tu bo
2015-11-23 17:08         ` Max Reitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56527A0F.2030703@linux.vnet.ibm.com \
    --to=tubo@linux.vnet.ibm.com \
    --cc=famz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).