Re: [Qemu-devel] [PATCH 3/6] uhci: initialize expire_time when loading v1 vmstate

2012-07-12 Thread Michael Tokarev
On 12.07.2012 17:08, Gerd Hoffmann wrote: > $subject says all: when loading old (v1) vmstate which doesn't contain > expire_time initialize it with a reasonable default (current time). -stable (1.1) material? Thanks, /mjt

[Qemu-devel] [PATCH 3/6] uhci: initialize expire_time when loading v1 vmstate

2012-07-12 Thread Gerd Hoffmann
$subject says all: when loading old (v1) vmstate which doesn't contain expire_time initialize it with a reasonable default (current time). Signed-off-by: Gerd Hoffmann --- hw/usb/hcd-uhci.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/hw/usb/hcd-uhci.c b/h