From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWc4u-0000Dh-3L for qemu-devel@nongnu.org; Mon, 31 Aug 2015 23:17:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWc4p-0002Yf-4U for qemu-devel@nongnu.org; Mon, 31 Aug 2015 23:17:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWc4o-0002Yb-V8 for qemu-devel@nongnu.org; Mon, 31 Aug 2015 23:17:39 -0400 Message-ID: <55E518CD.1050504@redhat.com> Date: Tue, 01 Sep 2015 11:17:33 +0800 From: Jason Wang MIME-Version: 1.0 References: <1440671349-7106-1-git-send-email-mst@redhat.com> <55E3C44A.1030805@redhat.com> <20150831102708-mutt-send-email-mst@redhat.com> <55E409C7.4080605@redhat.com> <20150831143751-mutt-send-email-mst@redhat.com> In-Reply-To: <20150831143751-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pci-testdev: add nodata test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Gonglei , qemu-devel@nongnu.org, Markus Armbruster On 08/31/2015 07:39 PM, Michael S. Tsirkin wrote: >>>> Since you're at this, how about introduce a test that mixes datamatch >>>> > >> and wildcard? >>> > > How do you mean? wildcard means ignore data ... >>> > > >> > >> > I mean for example having both datamatch and wildcard eventfds in a >> > single subtest. E.g in "datamatch-eventfd", registering 1 or more >> > wildcard eventfd before doing the real tests. > For same address? We can't do that - kvm won't let us. Not same. Which can make test to be more similar like real machine.