mbox

[PULL,0/1] virtio-input: ignore events until the guest driver is ready

Message ID 1445325094-31868-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann Oct. 20, 2015, 7:11 a.m. UTC
Hi,

One more pretty small queue, input with a single bugfix.

please pull,
  Gerd

The following changes since commit 26c7be842637ee65a79cd77f96a99c23ddcd90ad:

  Merge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into staging (2015-10-19 12:13:27 +0100)

are available in the git repository at:


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

for you to fetch changes up to d9460a7557672af9c4d9d4f153200d1075ed5a78:

  virtio-input: ignore events until the guest driver is ready (2015-10-20 08:53:40 +0200)

----------------------------------------------------------------
virtio-input: ignore events until the guest driver is ready

----------------------------------------------------------------
Gerd Hoffmann (1):
      virtio-input: ignore events until the guest driver is ready

 hw/input/virtio-input.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Peter Maydell Oct. 20, 2015, 12:40 p.m. UTC | #1
On 20 October 2015 at 08:11, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> One more pretty small queue, input with a single bugfix.
>
> please pull,
>   Gerd
>
> The following changes since commit 26c7be842637ee65a79cd77f96a99c23ddcd90ad:
>
>   Merge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into staging (2015-10-19 12:13:27 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-input-20151020-1
>
> for you to fetch changes up to d9460a7557672af9c4d9d4f153200d1075ed5a78:
>
>   virtio-input: ignore events until the guest driver is ready (2015-10-20 08:53:40 +0200)
>
> ----------------------------------------------------------------
> virtio-input: ignore events until the guest driver is ready
>

Applied, thanks.

-- PMM