From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZiax-0004zq-3P for qemu-devel@nongnu.org; Tue, 07 May 2013 10:10:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZiau-0003Mb-C2 for qemu-devel@nongnu.org; Tue, 07 May 2013 10:10:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZiau-0003MS-4D for qemu-devel@nongnu.org; Tue, 07 May 2013 10:10:16 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r47EAFC5022177 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 May 2013 10:10:15 -0400 Date: Tue, 7 May 2013 17:10:01 +0300 From: "Michael S. Tsirkin" Message-ID: <20130507141001.GB22923@redhat.com> References: <1367933676-21854-1-git-send-email-kraxel@redhat.com> <1367933676-21854-2-git-send-email-kraxel@redhat.com> <20130507140509.GA22422@redhat.com> <51890AEE.1020702@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51890AEE.1020702@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/6] pci: add VMSTATE_MSIX List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Tue, May 07, 2013 at 04:08:46PM +0200, Gerd Hoffmann wrote: > On 05/07/13 16:05, Michael S. Tsirkin wrote: > > On Tue, May 07, 2013 at 03:34:31PM +0200, Gerd Hoffmann wrote: > >> > Using a trick cut+pasted from vmstate_scsi_device > >> > to wind up msix_save and msix_load. > > Any reason this is not signed-off by you? > > > Just forgot it, here we go: > > Signed-off-by: Gerd Hoffmann > > cheers, > Gerd I'm fine with the patch itself. Acked-by: Michael S. Tsirkin