ps2: use the whole ps2 buffer but keep queue size
commit47db243233cdf9cafc5148e2026aa55b119a59ec
authorVolker Rümelin <vr_qemu@t-online.de>
Tue, 10 Aug 2021 13:32:56 +0000 (10 15:32 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Sep 2021 05:32:32 +0000 (10 07:32 +0200)
treeb96d58db59e2899779b0c4afc3c77e0d1464e9ca
parentbd662023e683850c085e98c8ff8297142c2dd9f2
ps2: use the whole ps2 buffer but keep queue size

Extend the used ps2 buffer size to the available buffer size but
keep the maximum ps2 queue size.

The next patch needs a few bytes of the larger buffer size.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20210810133258.8231-1-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/input/ps2.c