[Qemu-devel] [PULL 0/1] Input 20190111 patches

Gerd Hoffmann posted 1 patch 5 years, 3 months ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190111142702.25884-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
include/ui/input.h |  3 ---
ui/input.c         | 68 +++++++++++++++++++++++++-----------------------------
2 files changed, 31 insertions(+), 40 deletions(-)
[Qemu-devel] [PULL 0/1] Input 20190111 patches
Posted by Gerd Hoffmann 5 years, 3 months ago
The following changes since commit a311f891abf3833c1e4c5a62a6e5b0f1b81f22c3:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging (2019-01-10 17:49:54 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/input-20190111-pull-request

for you to fetch changes up to 7a1b46e09504419a3aa867dba3bcf23db5d6d956:

  input: avoid malloc for mouse events (2019-01-11 11:57:17 +0100)

----------------------------------------------------------------
input: avoid malloc for mouse events

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

Gerd Hoffmann (1):
  input: avoid malloc for mouse events

 include/ui/input.h |  3 ---
 ui/input.c         | 68 +++++++++++++++++++++++++-----------------------------
 2 files changed, 31 insertions(+), 40 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Input 20190111 patches
Posted by Peter Maydell 5 years, 3 months ago
On Fri, 11 Jan 2019 at 14:38, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit a311f891abf3833c1e4c5a62a6e5b0f1b81f22c3:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging (2019-01-10 17:49:54 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/input-20190111-pull-request
>
> for you to fetch changes up to 7a1b46e09504419a3aa867dba3bcf23db5d6d956:
>
>   input: avoid malloc for mouse events (2019-01-11 11:57:17 +0100)
>
> ----------------------------------------------------------------
> input: avoid malloc for mouse events
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   input: avoid malloc for mouse events
>
>  include/ui/input.h |  3 ---
>  ui/input.c         | 68 +++++++++++++++++++++++++-----------------------------
>  2 files changed, 31 insertions(+), 40 deletions(-)
>

Applied, thanks.

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

-- PMM