mbox

[PULL,0/2] Ui 20190313 patches

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

Pull-request

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

Message

Gerd Hoffmann March 13, 2019, 7:30 a.m. UTC
The following changes since commit 377b155bde451d5ac545fbdcdfbf6ca17a4228f5:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-03-11 18:26:37 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 2f8b7cd587558944532f587abb5203ce54badba9:

  curses: add option to specify VGA font encoding (2019-03-13 08:29:06 +0100)

----------------------------------------------------------------
ui: better unicode support for curses, v2.

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

Samuel Thibault (2):
  iconv: detect and make curses depend on it
  curses: add option to specify VGA font encoding

 configure        |  60 ++++++++-
 ui/curses.c      | 315 ++++++++++++++++++++++++++++++++++++++++-------
 vl.c             |   2 +-
 qapi/ui.json     |  14 +++
 qemu-options.hx  |   5 +-
 ui/Makefile.objs |   4 +-
 6 files changed, 348 insertions(+), 52 deletions(-)

Comments

Peter Maydell March 13, 2019, 10:20 p.m. UTC | #1
On Wed, 13 Mar 2019 at 07:41, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 377b155bde451d5ac545fbdcdfbf6ca17a4228f5:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-03-11 18:26:37 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20190313-pull-request
>
> for you to fetch changes up to 2f8b7cd587558944532f587abb5203ce54badba9:
>
>   curses: add option to specify VGA font encoding (2019-03-13 08:29:06 +0100)
>
> ----------------------------------------------------------------
> ui: better unicode support for curses, v2.
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM
Samuel Thibault March 13, 2019, 10:37 p.m. UTC | #2
Peter Maydell, le mer. 13 mars 2019 22:20:03 +0000, a ecrit:
> On Wed, 13 Mar 2019 at 07:41, Gerd Hoffmann <kraxel@redhat.com> wrote:
> >
> > The following changes since commit 377b155bde451d5ac545fbdcdfbf6ca17a4228f5:
> >
> >   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-03-11 18:26:37 +0000)
> >
> > are available in the Git repository at:
> >
> >   git://git.kraxel.org/qemu tags/ui-20190313-pull-request
> >
> > for you to fetch changes up to 2f8b7cd587558944532f587abb5203ce54badba9:
> >
> >   curses: add option to specify VGA font encoding (2019-03-13 08:29:06 +0100)
> >
> > ----------------------------------------------------------------
> > ui: better unicode support for curses, v2.
> >
> > ----------------------------------------------------------------
> 
> Applied, thanks.
> 
> Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
> for any user-visible changes.

Done so, thanks for the merge!

Samuel