From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNdkB-0002SM-Hg for qemu-devel@nongnu.org; Tue, 17 Feb 2015 03:43:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNdk8-0002BB-9Z for qemu-devel@nongnu.org; Tue, 17 Feb 2015 03:42:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNdk8-0002Az-24 for qemu-devel@nongnu.org; Tue, 17 Feb 2015 03:42:56 -0500 Date: Tue, 17 Feb 2015 09:42:50 +0100 From: "Michael S. Tsirkin" Message-ID: <20150217084250.GA20039@redhat.com> References: <1424104405-18874-1-git-send-email-kraxel@redhat.com> <1424104405-18874-2-git-send-email-kraxel@redhat.com> <20150217051230.GA9763@fam-t430.nay.redhat.com> <1424161415.6014.15.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424161415.6014.15.camel@nilsson.home.kraxel.org> Subject: Re: [Qemu-devel] [PATCH v2 1/4] virtio-pci: add flags to enable/disable legacy/modern List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Fam Zheng , qemu-devel@nongnu.org, Anthony Liguori On Tue, Feb 17, 2015 at 09:23:35AM +0100, Gerd Hoffmann wrote: > Hi, > > > Should we forbid setting both legacy and modern at the same time? > > No, this is explicitly allowed in the spec and it is needed for the > transition from legacy to modern. > > cheers, > Gerd But !legacy && !modern aren't legal together, correct?