[PULL 0/3] Misc next patches

Daniel P. Berrangé posted 3 patches 1 year, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/input/ps2.c   |  6 ++++++
io/channel-tls.c |  1 +
qapi/ui.json     | 15 ++++++++++++++-
ui/keycodemapdb  |  2 +-
4 files changed, 22 insertions(+), 2 deletions(-)
[PULL 0/3] Misc next patches
Posted by Daniel P. Berrangé 1 year, 1 month ago
The following changes since commit 5cfda4ce79dd455f1726874a555260a70f84b2ec:

  Merge tag 'pull-request-2023-03-13' of https://gitlab.com/thuth/qemu into staging (2023-03-13 17:09:33 +0000)

are available in the Git repository at:

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

for you to fetch changes up to c3a2c84ae3c1d5483ec30731321a674797dc5203:

  io/channel-tls: plug memory leakage on GSource (2023-03-14 13:41:21 +0000)

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

 * Avoid memory leak in TLS GSource usage
 * Avoid sending key releases for lang1/lang2 keys in ps2 keyboard
 * Add missing key name constants for F13-F24 keys

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

Matheus Tavares Bernardino (1):
  io/channel-tls: plug memory leakage on GSource

Ross Lagerwall (1):
  ps2: Don't send key release event for Lang1, Lang2 keys

Willem van de Velde (1):
  Add qemu qcode support for keys F13 to F24

 hw/input/ps2.c   |  6 ++++++
 io/channel-tls.c |  1 +
 qapi/ui.json     | 15 ++++++++++++++-
 ui/keycodemapdb  |  2 +-
 4 files changed, 22 insertions(+), 2 deletions(-)

-- 
2.39.2
Re: [PULL 0/3] Misc next patches
Posted by Peter Maydell 1 year, 1 month ago
On Tue, 14 Mar 2023 at 16:26, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit 5cfda4ce79dd455f1726874a555260a70f84b2ec:
>
>   Merge tag 'pull-request-2023-03-13' of https://gitlab.com/thuth/qemu into staging (2023-03-13 17:09:33 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/berrange/qemu tags/misc-next-pull-request
>
> for you to fetch changes up to c3a2c84ae3c1d5483ec30731321a674797dc5203:
>
>   io/channel-tls: plug memory leakage on GSource (2023-03-14 13:41:21 +0000)
>
> ----------------------------------------------------------------
> Miscellaneous fixes
>
>  * Avoid memory leak in TLS GSource usage
>  * Avoid sending key releases for lang1/lang2 keys in ps2 keyboard
>  * Add missing key name constants for F13-F24 keys


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM