mbox

[PULL,0/4] Ui 20170913 patches

Message ID 20170913084051.21378-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann Sept. 13, 2017, 8:40 a.m. UTC
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

Comments

Peter Maydell Sept. 14, 2017, 2:47 p.m. UTC | #1
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