[Qemu-devel] [PULL 0/3] input patch queue

Gerd Hoffmann posted 3 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170504055040.31904-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/input/hid.c        |  4 ++++
ui/input.c            | 18 +++++++++++++++---
hw/input/trace-events |  1 +
3 files changed, 20 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/3] input patch queue
Posted by Gerd Hoffmann 6 years, 11 months ago
  Hi,

Input patch queue, with a new tracepoint and two bugfixes (one of them
cve).

please pull,
  Gerd

The following changes since commit e619b14746e5d8c0e53061661fd0e1da01fd4d60:

  Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into staging (2017-05-02 15:16:29 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-input-20170504-1

for you to fetch changes up to 2222e0a633070f7f3eafcc9d0e95e7f1a4e6fe36:

  input: Add trace event for empty keyboard queue (2017-05-03 14:20:12 +0200)

----------------------------------------------------------------
input: limit kbd queue depth
input: don't queue delay if paused
input: Add trace event for empty keyboard queue

----------------------------------------------------------------
Alexander Graf (1):
      input: Add trace event for empty keyboard queue

Gerd Hoffmann (1):
      input: limit kbd queue depth

Marc-André Lureau (1):
      input: don't queue delay if paused

 hw/input/hid.c        |  4 ++++
 ui/input.c            | 18 +++++++++++++++---
 hw/input/trace-events |  1 +
 3 files changed, 20 insertions(+), 3 deletions(-)

Re: [Qemu-devel] [PULL 0/3] input patch queue
Posted by Stefan Hajnoczi 6 years, 11 months ago
On Thu, May 04, 2017 at 07:50:37AM +0200, Gerd Hoffmann wrote:
>   Hi,
> 
> Input patch queue, with a new tracepoint and two bugfixes (one of them
> cve).
> 
> please pull,
>   Gerd
> 
> The following changes since commit e619b14746e5d8c0e53061661fd0e1da01fd4d60:
> 
>   Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into staging (2017-05-02 15:16:29 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kraxel.org/qemu tags/pull-input-20170504-1
> 
> for you to fetch changes up to 2222e0a633070f7f3eafcc9d0e95e7f1a4e6fe36:
> 
>   input: Add trace event for empty keyboard queue (2017-05-03 14:20:12 +0200)
> 
> ----------------------------------------------------------------
> input: limit kbd queue depth
> input: don't queue delay if paused
> input: Add trace event for empty keyboard queue
> 
> ----------------------------------------------------------------
> Alexander Graf (1):
>       input: Add trace event for empty keyboard queue
> 
> Gerd Hoffmann (1):
>       input: limit kbd queue depth
> 
> Marc-André Lureau (1):
>       input: don't queue delay if paused
> 
>  hw/input/hid.c        |  4 ++++
>  ui/input.c            | 18 +++++++++++++++---
>  hw/input/trace-events |  1 +
>  3 files changed, 20 insertions(+), 3 deletions(-)
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan