mbox

[PULL,0/1] Input 20180618 patches

Message ID 20180618101841.21609-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann June 18, 2018, 10:18 a.m. UTC
The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)

are available in the git repository at:

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

for you to fetch changes up to b55a06df4f03f21e8a32e9d067a8a5782ac3ce0d:

  ps2: check PS2Queue wptr pointer in post_load routine (2018-06-18 12:06:45 +0200)

----------------------------------------------------------------
input: ps2 post_load fix.

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

liujunjie (1):
  ps2: check PS2Queue wptr pointer in post_load routine

 hw/input/ps2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell June 19, 2018, 2:18 p.m. UTC | #1
On 18 June 2018 at 11:18, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/input-20180618-pull-request
>
> for you to fetch changes up to b55a06df4f03f21e8a32e9d067a8a5782ac3ce0d:
>
>   ps2: check PS2Queue wptr pointer in post_load routine (2018-06-18 12:06:45 +0200)
>
> ----------------------------------------------------------------
> input: ps2 post_load fix.
>
> ----------------------------------------------------------------
>
> liujunjie (1):
>   ps2: check PS2Queue wptr pointer in post_load routine
>

Applied, thanks.

-- PMM