From: Eric Blake <eblake@redhat.com>
To: Zhengui li <lizhengui@huawei.com>,
pbonzini@redhat.com, stefanha@redhat.com, mreitz@redhat.com,
kwolf@redhat.com
Cc: xieyingtai@huawei.com, qemu-devel@nongnu.org, qemu-block@nongnu.org
Subject: Re: [PATCH] virtio-gpu: fix incorrect print type
Date: Mon, 19 Oct 2020 15:39:13 -0500 [thread overview]
Message-ID: <f49e2a7c-9913-9882-24d6-76e09f2c59cf@redhat.com> (raw)
In-Reply-To: <1603117382-7832-1-git-send-email-lizhengui@huawei.com>
On 10/19/20 9:23 AM, Zhengui li wrote:
> The type of input variable is unsigned int
> while the printer type is int. So fix incorrect print type.
>
> Signed-off-by: Zhengui li <lizhengui@huawei.com>
> ---
> hw/display/virtio-gpu.c | 32 ++++++++++++++++----------------
> 1 file changed, 16 insertions(+), 16 deletions(-)
This looks like an updated version of an earlier patch. If so, please
remember to send with -v2 in the subject line and a summary of the
differences after the --- comment (even if the differences are just an
enhanced commit message), to save on reviewer's time.
As an example, 'git send-email -v2 -5' can send a series of 5 patches
all with -v2 in the subject line, and include a 0/5 cover letter if you
have git configured correctly.
More patch submission hints at:
https://wiki.qemu.org/Contribute/SubmitAPatch
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org
next prev parent reply other threads:[~2020-10-19 20:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-19 14:23 [PATCH] virtio-gpu: fix incorrect print type Zhengui li
2020-10-19 20:39 ` Eric Blake [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-10-19 13:31 Zhengui li
2020-10-19 13:40 ` no-reply
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=f49e2a7c-9913-9882-24d6-76e09f2c59cf@redhat.com \
--to=eblake@redhat.com \
--cc=kwolf@redhat.com \
--cc=lizhengui@huawei.com \
--cc=mreitz@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
--cc=xieyingtai@huawei.com \
/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).