From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDCww-0006us-G8 for qemu-devel@nongnu.org; Thu, 09 Jul 2015 10:37:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDCws-0002EF-EE for qemu-devel@nongnu.org; Thu, 09 Jul 2015 10:37:18 -0400 Received: from mail-oi0-x236.google.com ([2607:f8b0:4003:c06::236]:36351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDCws-0002Dz-80 for qemu-devel@nongnu.org; Thu, 09 Jul 2015 10:37:14 -0400 Received: by oibp128 with SMTP id p128so29392998oib.3 for ; Thu, 09 Jul 2015 07:37:13 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1435330185-23248-1-git-send-email-marcandre.lureau@gmail.com> <1435330185-23248-40-git-send-email-marcandre.lureau@gmail.com> <558D6AF2.2080606@suse.de> <558D7592.6000607@suse.de> Date: Thu, 9 Jul 2015 16:37:12 +0200 Message-ID: From: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 39/39] tests: Add ivshmem qtest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: cam , QEMU , stefanha@redhat.com, Alexander Graf Hi Andreas On Fri, Jun 26, 2015 at 6:02 PM, Marc-Andr=C3=A9 Lureau wrote: >> Also, see the discussion on my RFC: CONFIG_LINUX is wrong here. It would >> need to depend on KVM/eventfd, and for that there is no easy config >> option available here, which stopped my patch at the time. > > > Right, I don't have good answer for that. I'd need more help. Actually, ivshmem doesn't use ioeventfd by default. And my tests do not enable it either. So the test runs fine with kvm disabled on my host. Is that enough then? I couldn't find the discussion on "RFC: CONFIG_LINUX", do you have a pointe= r? thanks --=20 Marc-Andr=C3=A9 Lureau