mbox

[PULL,0/4] Ui 20190517 patches

Message ID 20190517161241.11813-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann May 17, 2019, 4:12 p.m. UTC
The following changes since commit b0f9690e78827d55a508c73432c73f057f59fd41:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' into staging (2019-05-17 10:28:23 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5fff13f245cddd3bc260dfe6ebe1b1f05b72116f:

  kbd-state: fix autorepeat handling (2019-05-17 13:21:40 +0200)

----------------------------------------------------------------
ui: bugfixes for curses, opengl console and kbd state tracker.

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

Gerd Hoffmann (1):
  kbd-state: fix autorepeat handling

HOU Qiming (1):
  ui/console: Precautionary glBindTexture and surface->texture
    validation in surface_gl_update_texture

Samuel Thibault (2):
  ui/curses: do not assume wchar_t contains unicode
  ui/curses: manipulate cchar_t with standard curses functions

 ui/console-gl.c |  18 +++--
 ui/curses.c     | 190 +++++++++++++++++++++++++++++++-----------------
 ui/kbd-state.c  |   6 +-
 3 files changed, 140 insertions(+), 74 deletions(-)

Comments

Peter Maydell May 17, 2019, 5:15 p.m. UTC | #1
On Fri, 17 May 2019 at 17:16, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit b0f9690e78827d55a508c73432c73f057f59fd41:
>
>   Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' into staging (2019-05-17 10:28:23 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20190517-pull-request
>
> for you to fetch changes up to 5fff13f245cddd3bc260dfe6ebe1b1f05b72116f:
>
>   kbd-state: fix autorepeat handling (2019-05-17 13:21:40 +0200)
>
> ----------------------------------------------------------------
> ui: bugfixes for curses, opengl console and kbd state tracker.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   kbd-state: fix autorepeat handling
>
> HOU Qiming (1):
>   ui/console: Precautionary glBindTexture and surface->texture
>     validation in surface_gl_update_texture
>
> Samuel Thibault (2):
>   ui/curses: do not assume wchar_t contains unicode
>   ui/curses: manipulate cchar_t with standard curses functions
>
>  ui/console-gl.c |  18 +++--
>  ui/curses.c     | 190 +++++++++++++++++++++++++++++++-----------------
>  ui/kbd-state.c  |   6 +-
>  3 files changed, 140 insertions(+), 74 deletions(-)
>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM