[Qemu-devel] [PULL 0/3] Ui 20180202 patches

Gerd Hoffmann posted 3 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180202071751.16316-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
ui/vnc.h           |   9 +--
ui/sdl.c           |   9 ++-
ui/vnc-auth-sasl.c |   2 +-
ui/vnc.c           | 195 +++++++++++++++--------------------------------------
4 files changed, 67 insertions(+), 148 deletions(-)
[Qemu-devel] [PULL 0/3] Ui 20180202 patches
Posted by Gerd Hoffmann 6 years, 2 months ago
The following changes since commit 11ed801d3df3c6e46b2f1f97dcfbf4ca3a2a2f4f:

  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2018-01-30 09:47:51 +0000)

are available in the git repository at:

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

for you to fetch changes up to 627ebec208a8809818589e17f4fce55a59420ad2:

  ui: correctly advance output buffer when writing SASL data (2018-02-02 07:48:18 +0100)

----------------------------------------------------------------
ui: use QIONetListener in vnc, bugfixes for sdl1 and vnc.

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

Daniel P. Berrange (1):
  ui: convert VNC server to QIONetListener

Daniel P. Berrangé (2):
  ui: fix mixup between qnum and qcode in SDL1 key handling
  ui: correctly advance output buffer when writing SASL data

 ui/vnc.h           |   9 +--
 ui/sdl.c           |   9 ++-
 ui/vnc-auth-sasl.c |   2 +-
 ui/vnc.c           | 195 +++++++++++++++--------------------------------------
 4 files changed, 67 insertions(+), 148 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/3] Ui 20180202 patches
Posted by Eric Blake 6 years, 2 months ago
On 02/02/2018 01:17 AM, Gerd Hoffmann wrote:
> The following changes since commit 11ed801d3df3c6e46b2f1f97dcfbf4ca3a2a2f4f:
> 
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2018-01-30 09:47:51 +0000)
> 
> are available in the git repository at:
> 
>   git://git.kraxel.org/qemu tags/ui-20180202-pull-request
> 
> for you to fetch changes up to 627ebec208a8809818589e17f4fce55a59420ad2:
> 
>   ui: correctly advance output buffer when writing SASL data (2018-02-02 07:48:18 +0100)
> 
> ----------------------------------------------------------------
> ui: use QIONetListener in vnc, bugfixes for sdl1 and vnc.
> 
> ----------------------------------------------------------------
> 
> Daniel P. Berrange (1):
>   ui: convert VNC server to QIONetListener
> 
> Daniel P. Berrangé (2):

Odd effects based on choice of UTF-8 spellings.  Dan, do you want to add
a .mailmap entry to consolidate on a single preferred form of your name?

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Re: [Qemu-devel] [PULL 0/3] Ui 20180202 patches
Posted by Daniel P. Berrangé 6 years, 2 months ago
On Fri, Feb 02, 2018 at 11:49:55AM -0600, Eric Blake wrote:
> On 02/02/2018 01:17 AM, Gerd Hoffmann wrote:
> > The following changes since commit 11ed801d3df3c6e46b2f1f97dcfbf4ca3a2a2f4f:
> > 
> >   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2018-01-30 09:47:51 +0000)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kraxel.org/qemu tags/ui-20180202-pull-request
> > 
> > for you to fetch changes up to 627ebec208a8809818589e17f4fce55a59420ad2:
> > 
> >   ui: correctly advance output buffer when writing SASL data (2018-02-02 07:48:18 +0100)
> > 
> > ----------------------------------------------------------------
> > ui: use QIONetListener in vnc, bugfixes for sdl1 and vnc.
> > 
> > ----------------------------------------------------------------
> > 
> > Daniel P. Berrange (1):
> >   ui: convert VNC server to QIONetListener
> > 
> > Daniel P. Berrangé (2):
> 
> Odd effects based on choice of UTF-8 spellings.  Dan, do you want to add
> a .mailmap entry to consolidate on a single preferred form of your name?

Oh yes, I've just sent such a patch.  I switched to the proper unicode
spelling of my name in git since I figure enough of the software world
handles unicode correctly by now :-)

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Re: [Qemu-devel] [PULL 0/3] Ui 20180202 patches
Posted by Peter Maydell 6 years, 2 months ago
On 2 February 2018 at 07:17, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 11ed801d3df3c6e46b2f1f97dcfbf4ca3a2a2f4f:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2018-01-30 09:47:51 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20180202-pull-request
>
> for you to fetch changes up to 627ebec208a8809818589e17f4fce55a59420ad2:
>
>   ui: correctly advance output buffer when writing SASL data (2018-02-02 07:48:18 +0100)
>
> ----------------------------------------------------------------
> ui: use QIONetListener in vnc, bugfixes for sdl1 and vnc.
>
> ----------------------------------------------------------------
>
> Daniel P. Berrange (1):
>   ui: convert VNC server to QIONetListener
>
> Daniel P. Berrangé (2):
>   ui: fix mixup between qnum and qcode in SDL1 key handling
>   ui: correctly advance output buffer when writing SASL data
>
>  ui/vnc.h           |   9 +--
>  ui/sdl.c           |   9 ++-
>  ui/vnc-auth-sasl.c |   2 +-
>  ui/vnc.c           | 195 +++++++++++++++--------------------------------------
>  4 files changed, 67 insertions(+), 148 deletions(-)
>

Applied, thanks.

-- PMM