From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33543 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtIHC-0006Ty-H3 for qemu-devel@nongnu.org; Wed, 08 Sep 2010 06:53:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtIHB-0003OE-A2 for qemu-devel@nongnu.org; Wed, 08 Sep 2010 06:53:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62076) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtIHB-0003O5-3Z for qemu-devel@nongnu.org; Wed, 08 Sep 2010 06:53:13 -0400 From: Amit Shah Date: Wed, 8 Sep 2010 16:22:56 +0530 Message-Id: Subject: [Qemu-devel] [PATCH 0/4] Backport fixes from master to stable-0.13 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Amit Shah , qemu list Hello, These are a few fixes which I've submitted that are included in master but not in stable-0.13. Patches 1 and 4 fix virtio-serial crash and migration, patch 2 fixes a non-starting guest after migration in a particular case and patch 3 fixes the driftfix parameter needed by some guests. The commit ids from which they're backported are mentioned in the individual patches. Please apply. Amit Shah (4): virtio-serial: Check if more max_ports specified than we can handle migration: Accept 'cont' only after successful incoming migration rtc: Remove TARGET_I386 from qemu-config.c, enables driftfix virtio-serial: Cleanup on device hot-unplug hw/virtio-pci.c | 10 +++++++++- hw/virtio-serial-bus.c | 27 ++++++++++++++++++++++++++- hw/virtio.h | 1 + migration.c | 2 ++ monitor.c | 4 ++++ qemu-config.c | 2 -- qerror.c | 4 ++++ qerror.h | 3 +++ sysemu.h | 1 + vl.c | 2 ++ 10 files changed, 52 insertions(+), 4 deletions(-) -- 1.7.2.2