[Qemu-devel] [PULL 0/2] Ui 20190313 patches

Gerd Hoffmann posted 2 patches 6 years, 8 months ago
Test asan failed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190313073032.19904-1-kraxel@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
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(-)
[Qemu-devel] [PULL 0/2] Ui 20190313 patches
Posted by Gerd Hoffmann 6 years, 8 months ago
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(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/2] Ui 20190313 patches
Posted by Peter Maydell 6 years, 8 months ago
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

Re: [Qemu-devel] [PULL 0/2] Ui 20190313 patches
Posted by Samuel Thibault 6 years, 8 months ago
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