[PULL 0/2] Misc next patches

Daniel P. Berrangé posted 2 patches 9 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230725162304.156157-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Hongren (Zenithal) Zheng" <i@zenithal.me>, "Canokeys.org" <contact@canokeys.org>
There is a newer version of this series
crypto/block-luks.c | 4 ++--
hw/usb/canokey.c    | 2 +-
hw/usb/canokey.h    | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
[PULL 0/2] Misc next patches
Posted by Daniel P. Berrangé 9 months, 3 weeks ago
The following changes since commit a279ca4ea07383314b2d2b2f1d550be9482f148e:

  Merge tag 'pull-target-arm-20230725' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-07-25 12:44:39 +0100)

are available in the Git repository at:

  https://gitlab.com/berrange/qemu tags/misc-next-pull-request

for you to fetch changes up to 095be0910b89b5d156e20641bd65ac6cab3f8305:

  hw/usb/canokey: change license to GPLv2+ (2023-07-25 17:15:59 +0100)

----------------------------------------------------------------
Miscellaneous fixes

 * Switch canokey device license from Apache to GPLv2+
 * Fix uninitialized variable warning in LUKS code

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

Akihiko Odaki (1):
  crypto: Always initialize splitkeylen

Hongren (Zenithal) Zheng (1):
  hw/usb/canokey: change license to GPLv2+

 crypto/block-luks.c | 4 ++--
 hw/usb/canokey.c    | 2 +-
 hw/usb/canokey.h    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.41.0
Re: [PULL 0/2] Misc next patches
Posted by Richard Henderson 9 months, 3 weeks ago
On 7/25/23 09:23, Daniel P. Berrangé wrote:
> The following changes since commit a279ca4ea07383314b2d2b2f1d550be9482f148e:
> 
>    Merge tag 'pull-target-arm-20230725' ofhttps://git.linaro.org/people/pmaydell/qemu-arm  into staging (2023-07-25 12:44:39 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/berrange/qemu  tags/misc-next-pull-request
> 
> for you to fetch changes up to 095be0910b89b5d156e20641bd65ac6cab3f8305:
> 
>    hw/usb/canokey: change license to GPLv2+ (2023-07-25 17:15:59 +0100)
> 
> ----------------------------------------------------------------
> Miscellaneous fixes
> 
>   * Switch canokey device license from Apache to GPLv2+
>   * Fix uninitialized variable warning in LUKS code

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~