[Qemu-devel] [PULL 0/4] Ui 20170913 patches

Gerd Hoffmann posted 4 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170913084051.21378-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
configure        | 44 ++++----------------------------------------
Makefile         | 10 ----------
ui/console.c     |  5 +++--
ui/qemu-pixman.c |  4 ----
.gitmodules      |  3 ---
pixman           |  1 -
6 files changed, 7 insertions(+), 60 deletions(-)
delete mode 160000 pixman
[Qemu-devel] [PULL 0/4] Ui 20170913 patches
Posted by Gerd Hoffmann 6 years, 7 months ago
The following changes since commit 619c200f6ce2f44fbc8a5732174530c3b4782aab:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2017-09-11 11:44:30 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20170913-pull-request

for you to fetch changes up to 7c336f9fe53b1a500f21241841c7bf4267c7ee14:

  console: add question-mark escape operator (2017-09-13 10:17:26 +0200)

----------------------------------------------------------------
ui: console fixes
drop pixman submodule

----------------------------------------------------------------

Alexander Graf (1):
  console: add question-mark escape operator

Gerd Hoffmann (3):
  pixman: drop submodule
  pixman: drop configure switches
  console: fix dpy_gfx_replace_surface assert

 configure        | 44 ++++----------------------------------------
 Makefile         | 10 ----------
 ui/console.c     |  5 +++--
 ui/qemu-pixman.c |  4 ----
 .gitmodules      |  3 ---
 pixman           |  1 -
 6 files changed, 7 insertions(+), 60 deletions(-)
 delete mode 160000 pixman

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/4] Ui 20170913 patches
Posted by Peter Maydell 6 years, 7 months ago
On 13 September 2017 at 09:40, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 619c200f6ce2f44fbc8a5732174530c3b4782aab:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2017-09-11 11:44:30 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20170913-pull-request
>
> for you to fetch changes up to 7c336f9fe53b1a500f21241841c7bf4267c7ee14:
>
>   console: add question-mark escape operator (2017-09-13 10:17:26 +0200)
>
> ----------------------------------------------------------------
> ui: console fixes
> drop pixman submodule

Applied, thanks.

-- PMM