[PULL 0/8] Kraxel 20220704 patches

Gerd Hoffmann posted 8 patches 3 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220704075946.921883-1-kraxel@redhat.com
Maintainers: "Hongren (Zenithal) Zheng" <i@zenithal.me>, "Canokeys.org" <contact@canokeys.org>, Gerd Hoffmann <kraxel@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Akihiko Odaki <akihiko.odaki@gmail.com>
include/ui/console.h                  |   1 +
hw/usb/canokey.c                      |  31 +++-
ui/console.c                          |  41 ++++-
docs/specs/{fw_cfg.txt => fw_cfg.rst} | 211 ++++++++++++++------------
docs/specs/index.rst                  |   1 +
docs/system/devices/canokey.rst       |  10 --
ui/cocoa.m                            |   4 +-
7 files changed, 189 insertions(+), 110 deletions(-)
rename docs/specs/{fw_cfg.txt => fw_cfg.rst} (58%)
[PULL 0/8] Kraxel 20220704 patches
Posted by Gerd Hoffmann 3 years, 7 months ago
The following changes since commit d495e432c04a6394126c35cf96517749708b410f:

  Merge tag 'pull-aspeed-20220630' of https://github.com/legoater/qemu into staging (2022-06-30 22:04:12 +0530)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/kraxel-20220704-pull-request

for you to fetch changes up to 927b968d1bc7c0a25edad8161608223b1122a253:

  hw: canokey: Remove HS support as not compliant to the spec (2022-07-01 12:39:51 +0200)

----------------------------------------------------------------
usb: canokey fixes.
ui: better tab labels, cocoa fix,
docs: convert fw_cfg to rst.

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

Akihiko Odaki (1):
  ui/cocoa: Fix clipboard text release

Hongren (Zenithal) Zheng (3):
  hw/usb/canokey: Fix CCID ZLP
  hw/usb/canokey: fix compatibility of qemu-xhci
  docs/system/devices/usb/canokey: remove limitations on qemu-xhci

MkfsSion (1):
  hw: canokey: Remove HS support as not compliant to the spec

Simon Sapin (2):
  Rename docs/specs/fw_cfg.txt to .rst
  Convert fw_cfg.rst to reStructuredText syntax

Wen, Jianxian (1):
  ui/console: allow display device to be labeled with given id

 include/ui/console.h                  |   1 +
 hw/usb/canokey.c                      |  31 +++-
 ui/console.c                          |  41 ++++-
 docs/specs/{fw_cfg.txt => fw_cfg.rst} | 211 ++++++++++++++------------
 docs/specs/index.rst                  |   1 +
 docs/system/devices/canokey.rst       |  10 --
 ui/cocoa.m                            |   4 +-
 7 files changed, 189 insertions(+), 110 deletions(-)
 rename docs/specs/{fw_cfg.txt => fw_cfg.rst} (58%)

-- 
2.36.1
Re: [PULL 0/8] Kraxel 20220704 patches
Posted by Richard Henderson 3 years, 7 months ago
On 7/4/22 13:29, Gerd Hoffmann wrote:
> The following changes since commit d495e432c04a6394126c35cf96517749708b410f:
> 
>    Merge tag 'pull-aspeed-20220630' of https://github.com/legoater/qemu into staging (2022-06-30 22:04:12 +0530)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/kraxel/qemu.git tags/kraxel-20220704-pull-request
> 
> for you to fetch changes up to 927b968d1bc7c0a25edad8161608223b1122a253:
> 
>    hw: canokey: Remove HS support as not compliant to the spec (2022-07-01 12:39:51 +0200)
> 
> ----------------------------------------------------------------
> usb: canokey fixes.
> ui: better tab labels, cocoa fix,
> docs: convert fw_cfg to rst.

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


r~


> 
> ----------------------------------------------------------------
> 
> Akihiko Odaki (1):
>    ui/cocoa: Fix clipboard text release
> 
> Hongren (Zenithal) Zheng (3):
>    hw/usb/canokey: Fix CCID ZLP
>    hw/usb/canokey: fix compatibility of qemu-xhci
>    docs/system/devices/usb/canokey: remove limitations on qemu-xhci
> 
> MkfsSion (1):
>    hw: canokey: Remove HS support as not compliant to the spec
> 
> Simon Sapin (2):
>    Rename docs/specs/fw_cfg.txt to .rst
>    Convert fw_cfg.rst to reStructuredText syntax
> 
> Wen, Jianxian (1):
>    ui/console: allow display device to be labeled with given id
> 
>   include/ui/console.h                  |   1 +
>   hw/usb/canokey.c                      |  31 +++-
>   ui/console.c                          |  41 ++++-
>   docs/specs/{fw_cfg.txt => fw_cfg.rst} | 211 ++++++++++++++------------
>   docs/specs/index.rst                  |   1 +
>   docs/system/devices/canokey.rst       |  10 --
>   ui/cocoa.m                            |   4 +-
>   7 files changed, 189 insertions(+), 110 deletions(-)
>   rename docs/specs/{fw_cfg.txt => fw_cfg.rst} (58%)
>