From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZiZa-00045x-Ft for qemu-devel@nongnu.org; Tue, 07 May 2013 10:08:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZiZV-0002p2-Qu for qemu-devel@nongnu.org; Tue, 07 May 2013 10:08:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZiZV-0002nP-Jn for qemu-devel@nongnu.org; Tue, 07 May 2013 10:08:49 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r47E8mkM008954 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 May 2013 10:08:48 -0400 Message-ID: <51890AEE.1020702@redhat.com> Date: Tue, 07 May 2013 16:08:46 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1367933676-21854-1-git-send-email-kraxel@redhat.com> <1367933676-21854-2-git-send-email-kraxel@redhat.com> <20130507140509.GA22422@redhat.com> In-Reply-To: <20130507140509.GA22422@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/6] pci: add VMSTATE_MSIX List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org 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