From: tu bo <tubo@linux.vnet.ibm.com>
To: Kevin Wolf <kwolf@redhat.com>
Cc: qemu-devel@nongnu.org, armbru@redhat.com,
mimu@linux.vnet.ibm.com, mreitz@redhat.com
Subject: Re: [Qemu-devel] [PATCH v10 7/7] qemu-iotests: s390x: fix test 130
Date: Thu, 02 Jul 2015 17:01:10 +0800 [thread overview]
Message-ID: <5594FDD6.2020902@linux.vnet.ibm.com> (raw)
In-Reply-To: <1432870329-7502-8-git-send-email-tubo@linux.vnet.ibm.com>
I got one issue after running checkpatch.pl below,
[gavin@oc6333346435 qemu]$ ./scripts/checkpatch.pl
home/gavin/patch/v8/0007-qemu-iotests-s390x-fix-test-130.patch //
ERROR: Invalid UTF-8, patch and commit message should be encoded in
UTF-8//
#52: FILE: tests/qemu-iotests/130.out:12://
+(qemu) commit testdisk//
^//
ERROR: Invalid UTF-8, patch and commit message should be encoded in
UTF-8//
#60: FILE: tests/qemu-iotests/130.out:19://
+(qemu) commit testdisk//
^//
total: 2 errors, 0 warnings, 36 lines checked/
The reason is that 130.out contains some non-text data. Do I need to
report an issue to checkpatch.pl, or ignore this error message? thanks
On 05/29/2015 11:32 AM, Bo Tu wrote:
> The default device id of hard disk on the s390 platform is "virtio0"
> which differs to the "ide0-hd0" for the x86 platform. Setting id in
> the drive definition, ie:"qemu -drive id=testdisk", will be the same
> on all platforms.
>
> Reviewed-by: Max Reitz <mreitz@redhat.com>
> Signed-off-by: Bo Tu <tubo@linux.vnet.ibm.com>
> ---
> tests/qemu-iotests/130 | 8 ++++----
> tests/qemu-iotests/130.out | 4 ++--
> 2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/tests/qemu-iotests/130 b/tests/qemu-iotests/130
> index bc26247..9209992 100755
> --- a/tests/qemu-iotests/130
> +++ b/tests/qemu-iotests/130
> @@ -59,8 +59,8 @@ echo
> # bdrv_make_empty() involves a header update for qcow2
>
> # Test that a backing file isn't written
> -_launch_qemu -drive file="$TEST_IMG",backing.file.filename="$TEST_IMG.base"
> -_send_qemu_cmd $QEMU_HANDLE "commit ide0-hd0" "(qemu)"
> +_launch_qemu -drive id=testdisk,file="$TEST_IMG",backing.file.filename="$TEST_IMG.base"
> +_send_qemu_cmd $QEMU_HANDLE "commit testdisk" "(qemu)"
> _send_qemu_cmd $QEMU_HANDLE '' '(qemu)'
> _cleanup_qemu
> _img_info | _filter_img_info
> @@ -68,8 +68,8 @@ _img_info | _filter_img_info
> # Make sure that if there was a backing file that was just overridden on the
> # command line, that backing file is retained, with the right format
> _make_test_img -F raw -b "$TEST_IMG.orig" 64M
> -_launch_qemu -drive file="$TEST_IMG",backing.file.filename="$TEST_IMG.base",backing.driver=$IMGFMT
> -_send_qemu_cmd $QEMU_HANDLE "commit ide0-hd0" "(qemu)"
> +_launch_qemu -drive id=testdisk,file="$TEST_IMG",backing.file.filename="$TEST_IMG.base",backing.driver=$IMGFMT
> +_send_qemu_cmd $QEMU_HANDLE "commit testdisk" "(qemu)"
> _send_qemu_cmd $QEMU_HANDLE '' '(qemu)'
> _cleanup_qemu
> _img_info | _filter_img_info
> diff --git a/tests/qemu-iotests/130.out b/tests/qemu-iotests/130.out
> index ea68b5d..9ec9d2a 100644
> --- a/tests/qemu-iotests/130.out
> +++ b/tests/qemu-iotests/130.out
> @@ -9,14 +9,14 @@ virtual size: 64M (67108864 bytes)
> === HMP commit ===
>
> QEMU X.Y.Z monitor - type 'help' for more information
> -(qemu) c^[[K^[[Dco^[[K^[[D^[[Dcom^[[K^[[D^[[D^[[Dcomm^[[K^[[D^[[D^[[D^[[Dcommi^[[K^[[D^[[D^[[D^[[D^[[Dcommit^[[K^[[D^[[D^[[D^[[D^[[D^[[Dcommit ^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit i^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit id^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide0^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide0-^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide0-h^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide0-hd^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide0-hd0^[[K
> +(qemu) c^[[K^[[Dco^[[K^[[D^[[Dcom^[[K^[[D^[[D^[[Dcomm^[[K^[[D^[[D^[[D^[[Dcommi^[[K^[[D^[[D^[[D^[[D^[[Dcommit^[[K^[[D^[[D^[[D^[[D^[[D^[[Dcommit ^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit t^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit te^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit tes^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit test^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit testd^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit testdi^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit testdis^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit testdisk^[[K
> (qemu)
> image: TEST_DIR/t.IMGFMT
> file format: IMGFMT
> virtual size: 64M (67108864 bytes)
> Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file='TEST_DIR/t.IMGFMT.orig' backing_fmt='raw'
> QEMU X.Y.Z monitor - type 'help' for more information
> -(qemu) c^[[K^[[Dco^[[K^[[D^[[Dcom^[[K^[[D^[[D^[[Dcomm^[[K^[[D^[[D^[[D^[[Dcommi^[[K^[[D^[[D^[[D^[[D^[[Dcommit^[[K^[[D^[[D^[[D^[[D^[[D^[[Dcommit ^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit i^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit id^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide0^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide0-^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide0-h^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide0-hd^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit ide0-hd0^[[K
> +(qemu) c^[[K^[[Dco^[[K^[[D^[[Dcom^[[K^[[D^[[D^[[Dcomm^[[K^[[D^[[D^[[D^[[Dcommi^[[K^[[D^[[D^[[D^[[D^[[Dcommit^[[K^[[D^[[D^[[D^[[D^[[D^[[Dcommit ^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit t^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit te^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit tes^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit test^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit testd^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit testdi^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit testdis^[[K^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[D^[[Dcommit testdisk^[[K
> (qemu)
> image: TEST_DIR/t.IMGFMT
> file format: IMGFMT
next prev parent reply other threads:[~2015-07-02 9:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-29 3:32 [Qemu-devel] [PATCH v10 0/7] Update tests/qemu-iotests failing cases for the s390 platform Bo Tu
2015-05-29 3:32 ` [Qemu-devel] [PATCH v10 1/7] qemu-iotests: qemu machine type support Bo Tu
2015-05-29 3:32 ` [Qemu-devel] [PATCH v10 2/7] qemu-iotests: run qemu with -nodefaults and fix 067, 071, 081 and 087 Bo Tu
2015-05-29 3:32 ` [Qemu-devel] [PATCH v10 3/7] qemu-iotests: s390x: fix test 041 Bo Tu
2015-05-29 3:32 ` [Qemu-devel] [PATCH v10 4/7] qemu-iotests: s390x: fix test 055 Bo Tu
2015-05-29 3:32 ` [Qemu-devel] [PATCH v10 5/7] qemu-iotests: s390x: fix test 049 Bo Tu
2015-05-29 3:32 ` [Qemu-devel] [PATCH v10 6/7] qemu-iotests: s390x: fix test 051 Bo Tu
2015-05-29 3:32 ` [Qemu-devel] [PATCH v10 7/7] qemu-iotests: s390x: fix test 130 Bo Tu
2015-07-02 9:01 ` tu bo [this message]
2015-07-04 16:17 ` 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=5594FDD6.2020902@linux.vnet.ibm.com \
--to=tubo@linux.vnet.ibm.com \
--cc=armbru@redhat.com \
--cc=kwolf@redhat.com \
--cc=mimu@linux.vnet.ibm.com \
--cc=mreitz@redhat.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.