[PULL 0/5] Ui 20210323 patches

Gerd Hoffmann posted 5 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210323153616.873822-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>
include/crypto/tlscreds.h  |  8 +++--
include/ui/console.h       | 11 +------
crypto/tlscredsx509.c      | 48 ++++++++++++++++++++++++++++++
hw/display/edid-generate.c | 15 +++++-----
monitor/qmp-cmds.c         | 17 +++++++++++
ui/vnc.c                   | 28 +++++++++++++++++
qapi/ui.json               | 61 ++++++++++++++++++++++++++++++++++++++
7 files changed, 168 insertions(+), 20 deletions(-)
[PULL 0/5] Ui 20210323 patches
Posted by Gerd Hoffmann 3 years ago
The following changes since commit c95bd5ff1660883d15ad6e0005e4c8571604f51a:

  Merge remote-tracking branch 'remotes/philmd/tags/mips-fixes-20210322' into=
 staging (2021-03-22 14:26:13 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 40c503079ffcb5394be2b407e817de6104db9cfc:

  edid: prefer standard timings (2021-03-23 12:37:13 +0100)

----------------------------------------------------------------
fixes for 6.0

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

Gerd Hoffmann (1):
  edid: prefer standard timings

Peter Maydell (1):
  include/ui/console.h: Delete is_surface_bgr()

Zihao Chang (3):
  crypto: add reload for QCryptoTLSCredsClass
  vnc: support reload x509 certificates for vnc
  qmp: add new qmp display-reload

 include/crypto/tlscreds.h  |  8 +++--
 include/ui/console.h       | 11 +------
 crypto/tlscredsx509.c      | 48 ++++++++++++++++++++++++++++++
 hw/display/edid-generate.c | 15 +++++-----
 monitor/qmp-cmds.c         | 17 +++++++++++
 ui/vnc.c                   | 28 +++++++++++++++++
 qapi/ui.json               | 61 ++++++++++++++++++++++++++++++++++++++
 7 files changed, 168 insertions(+), 20 deletions(-)

--=20
2.30.2



Re: [PULL 0/5] Ui 20210323 patches
Posted by Peter Maydell 3 years ago
On Tue, 23 Mar 2021 at 15:39, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit c95bd5ff1660883d15ad6e0005e4c8571604f51a:
>
>   Merge remote-tracking branch 'remotes/philmd/tags/mips-fixes-20210322' into=
>  staging (2021-03-22 14:26:13 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20210323-pull-request
>
> for you to fetch changes up to 40c503079ffcb5394be2b407e817de6104db9cfc:
>
>   edid: prefer standard timings (2021-03-23 12:37:13 +0100)
>
> ----------------------------------------------------------------
> fixes for 6.0
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM