From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Laszlo Ersek" <lersek@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>
Subject: [PULL 0/5] fw_cfg/crypto patches for 5.1 soft freeze
Date: Sat, 4 Jul 2020 18:39:22 +0200 [thread overview]
Message-ID: <20200704163927.28188-1-philmd@redhat.com> (raw)
The following changes since commit 4abf70a661a5df3886ac9d7c19c3617fa92b922a:
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-06-24' =
into staging (2020-07-03 15:34:45 +0100)
are available in the Git repository at:
https://gitlab.com/philmd/qemu.git tags/fw_cfg-20200704
for you to fetch changes up to 69699f3055a59e24f1153c329ae6eff4b9a343e0:
crypto/tls-cipher-suites: Produce fw_cfg consumable blob (2020-07-03 18:16:=
01 +0200)
----------------------------------------------------------------
firmware (and crypto) patches
- add the tls-cipher-suites object,
- add the ability to QOM objects to produce data consumable
by the fw_cfg device,
- let the tls-cipher-suites object implement the
FW_CFG_DATA_GENERATOR interface.
This is required by EDK2 'HTTPS Boot' feature of OVMF to tell
the guest which TLS ciphers it can use.
CI jobs results:
https://travis-ci.org/github/philmd/qemu/builds/704724619
https://gitlab.com/philmd/qemu/-/pipelines/162938106
https://cirrus-ci.com/build/4682977303068672
----------------------------------------------------------------
Philippe Mathieu-Daud=C3=A9 (5):
crypto: Add tls-cipher-suites object
hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface
softmmu/vl: Let -fw_cfg option take a 'gen_id' argument
softmmu/vl: Allow -fw_cfg 'gen_id' option to use the 'etc/' namespace
crypto/tls-cipher-suites: Produce fw_cfg consumable blob
docs/specs/fw_cfg.txt | 13 ++-
include/crypto/tls-cipher-suites.h | 39 +++++++++
include/hw/nvram/fw_cfg.h | 43 ++++++++++
crypto/tls-cipher-suites.c | 126 +++++++++++++++++++++++++++++
hw/nvram/fw_cfg.c | 35 ++++++++
softmmu/vl.c | 37 ++++++---
crypto/Makefile.objs | 1 +
crypto/trace-events | 5 ++
qemu-options.hx | 37 +++++++++
9 files changed, 326 insertions(+), 10 deletions(-)
create mode 100644 include/crypto/tls-cipher-suites.h
create mode 100644 crypto/tls-cipher-suites.c
--=20
2.21.3
next reply other threads:[~2020-07-04 16:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-04 16:39 Philippe Mathieu-Daudé [this message]
2020-07-04 16:39 ` [PULL 1/5] crypto: Add tls-cipher-suites object Philippe Mathieu-Daudé
2020-07-04 16:39 ` [PULL 2/5] hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface Philippe Mathieu-Daudé
2020-07-04 16:39 ` [PULL 3/5] softmmu/vl: Let -fw_cfg option take a 'gen_id' argument Philippe Mathieu-Daudé
2020-07-13 13:13 ` Peter Maydell
2020-07-13 14:50 ` Laszlo Ersek
2020-07-13 14:55 ` Peter Maydell
2020-07-14 13:04 ` Philippe Mathieu-Daudé
2020-07-04 16:39 ` [PULL 4/5] softmmu/vl: Allow -fw_cfg 'gen_id' option to use the 'etc/' namespace Philippe Mathieu-Daudé
2020-07-04 16:39 ` [PULL 5/5] crypto/tls-cipher-suites: Produce fw_cfg consumable blob Philippe Mathieu-Daudé
2020-09-29 15:46 ` Kevin Wolf
2020-10-01 7:18 ` Laszlo Ersek
2020-10-05 9:16 ` Philippe Mathieu-Daudé
2020-10-06 8:41 ` Laszlo Ersek
2020-10-06 9:26 ` Philippe Mathieu-Daudé
2020-07-10 8:01 ` [PULL 0/5] fw_cfg/crypto patches for 5.1 soft freeze Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200704163927.28188-1-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=berrange@redhat.com \
--cc=kraxel@redhat.com \
--cc=lersek@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).