From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKOwa-0002xA-Bg for qemu-devel@nongnu.org; Wed, 29 Jul 2015 06:50:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKOwX-0005D2-0l for qemu-devel@nongnu.org; Wed, 29 Jul 2015 06:50:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKOwW-0005Cs-QX for qemu-devel@nongnu.org; Wed, 29 Jul 2015 06:50:36 -0400 References: <1438043577-28636-1-git-send-email-marcandre.lureau@redhat.com> <1438043577-28636-3-git-send-email-marcandre.lureau@redhat.com> <55B883BE.6040509@redhat.com> <55B88F5D.1090806@redhat.com> From: Paolo Bonzini Message-ID: <55B8AFF6.7070802@redhat.com> Date: Wed, 29 Jul 2015 12:50:30 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 02/45] msix: add VMSTATE_MSIX_TEST List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= Cc: Andrew Jones , cam , QEMU , stefanha@redhat.com On 29/07/2015 12:14, Marc-Andr=C3=A9 Lureau wrote: > I don't mind, I guess I just wanted to have a similar dump as the > existing save(): >=20 > if (ivshmem_has_feature(proxy, IVSHMEM_MSI)) { > msix_save(pci_dev, f); Ah, okay then. Paolo