From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T78tZ-0004B3-QU for qemu-devel@nongnu.org; Thu, 30 Aug 2012 13:51:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T78tY-0002Uz-MI for qemu-devel@nongnu.org; Thu, 30 Aug 2012 13:51:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T78tY-0002Ug-EK for qemu-devel@nongnu.org; Thu, 30 Aug 2012 13:51:08 -0400 Date: Thu, 30 Aug 2012 13:51:05 -0400 From: Jason Baron Message-Id: Subject: [Qemu-devel] [PATCH 0/2] pcie migration fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mst@redhat.com, quintela@redhat.com Cc: yamahata@valinux.co.jp, alex.williamson@redhat.com, qemu-devel@nongnu.org, jan.kiszka@siemens.com Hi, A couple of pcie related migration fixes that I found while testing q35 migration. Thanks, -Jason Jason Baron (2): pcie: drop version_id field for live migration pcie_aer: clear cmask for Advanced Error Interrupt Message Number hw/pci.c | 2 +- hw/pcie.h | 1 - hw/pcie_aer.c | 6 ++++++ 3 files changed, 7 insertions(+), 2 deletions(-)