mbox

[PULL,0/1] Input 20190111 patches

Message ID 20190111142702.25884-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann Jan. 11, 2019, 2:27 p.m. UTC
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(-)

Comments

Peter Maydell Jan. 14, 2019, 11:41 a.m. UTC | #1
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