Re: [Qemu-devel] [PATCH v2 2/2] ps2: preserve repeat state on migration

2013-05-30 Thread Anthony Liguori
Amos Kong writes: > Use a subsection to migrate repeat state (repate period and first > delay). > > Signed-off-by: Amos Kong Ah, You should fold this into 1/2. Otherwise you break migration during bisecting. Regards, Anthony Liguori > --- > hw/input/ps2.c | 22 ++ > 1

[Qemu-devel] [PATCH v2 2/2] ps2: preserve repeat state on migration

2013-05-22 Thread Amos Kong
Use a subsection to migrate repeat state (repate period and first delay). Signed-off-by: Amos Kong --- hw/input/ps2.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/hw/input/ps2.c b/hw/input/ps2.c index 8adbb4a..cdb18e6 100644 --- a/hw/input/ps2.c +++ b/hw/input/ps2.