[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] Ui 20210323 patches
From: |
Gerd Hoffmann |
Subject: |
[PULL 0/5] Ui 20210323 patches |
Date: |
Tue, 23 Mar 2021 16:36:11 +0100 |
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
- [PULL 0/5] Ui 20210323 patches,
Gerd Hoffmann <=
- [PULL 4/5] include/ui/console.h: Delete is_surface_bgr(), Gerd Hoffmann, 2021/03/23
- [PULL 5/5] edid: prefer standard timings, Gerd Hoffmann, 2021/03/23
- [PULL 2/5] vnc: support reload x509 certificates for vnc, Gerd Hoffmann, 2021/03/23
- [PULL 1/5] crypto: add reload for QCryptoTLSCredsClass, Gerd Hoffmann, 2021/03/23
- [PULL 3/5] qmp: add new qmp display-reload, Gerd Hoffmann, 2021/03/23
- Re: [PULL 0/5] Ui 20210323 patches, Peter Maydell, 2021/03/24