Message ID | 20220704075946.921883-1-kraxel@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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%) >