From: Peter Maydell <peter.maydell@linaro.org>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL 0/8] ui: add shared surface format negotiation.
Date: Mon, 19 Jan 2015 15:00:18 +0000 [thread overview]
Message-ID: <CAFEAcA8yP0LL9kOEPQv095ETRGXfwPrWfTzFOtZNNfh31G2-kA@mail.gmail.com> (raw)
In-Reply-To: <1421672109-29467-1-git-send-email-kraxel@redhat.com>
On 19 January 2015 at 12:55, Gerd Hoffmann <kraxel@redhat.com> wrote:
> Hi,
>
> This patch series allows display device emulations to negotiate with
> the UI code which pixman formats it can handle for shared surfaces.
>
> Based on patches from Benjamin Herrenschmidt, sent to the list for
> review ten days ago, here we go with the pull request.
>
> please pull,
> Gerd
>
> The following changes since commit 1e42c353469cb58ca4f3b450eea4211af7d0b147:
>
> Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150116' into staging (2015-01-16 12:06:41 +0000)
>
> are available in the git repository at:
>
>
> git://git.kraxel.org/qemu tags/pull-console-20150119-1
>
> for you to fetch changes up to 877417d9ae6846bea4744b198131a5fe5117d7a5:
>
> ui/sdl2: Support shared surface for more pixman formats (2015-01-19 13:33:26 +0100)
Applied, thanks.
You forgot to add your maintainer's signoff to one of Ben's patches.
Since it was a one-liner I didn't think it was worth bouncing the
pullreq for, but you might want to consider adding something to your
pre-pull sanity checks. I use:
if ! git rev-list HEAD | grep -q $(git rev-parse master) ; then
echo "master is not a parent commit of $BRANCH -- rebase!"
exit 1
fi
# Check all commits have our signoff
bad=no
for rev in $(git rev-list master..HEAD); do
if git log ${rev}^! | grep -q "Signed-off-by: $SIGNOFF"; then
continue
fi
echo "Error: commit ${rev} missing signoff"
bad=yes
done
if [ "$bad" = "yes" ]; then
exit 1
fi
thanks
-- PMM
next prev parent reply other threads:[~2015-01-19 15:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-19 12:55 [Qemu-devel] [PULL 0/8] ui: add shared surface format negotiation Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 1/8] ui: Make qemu_default_pixman_format() return 0 on unsupported formats Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 2/8] ui: Add dpy_gfx_check_format() to check backend shared surface support Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 3/8] ui/pixman: add qemu_pixman_check_format Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 4/8] ui/vnc: Support shared surface for most pixman formats Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 5/8] ui/spice: " Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 6/8] ui/gtk: " Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 7/8] ui/sdl: Support shared surface for more " Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 8/8] ui/sdl2: " Gerd Hoffmann
2015-01-19 15:00 ` Peter Maydell [this message]
2015-01-20 7:36 ` [Qemu-devel] [PULL 0/8] ui: add shared surface format negotiation Gerd Hoffmann
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=CAFEAcA8yP0LL9kOEPQv095ETRGXfwPrWfTzFOtZNNfh31G2-kA@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=kraxel@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 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).