From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0rG4-0004n0-3p for qemu-devel@nongnu.org; Fri, 05 Jun 2015 09:02:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0rFz-0002Tx-6J for qemu-devel@nongnu.org; Fri, 05 Jun 2015 09:02:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0rFz-0002Tr-0v for qemu-devel@nongnu.org; Fri, 05 Jun 2015 09:01:55 -0400 Message-ID: <1433509311.4142.20.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 05 Jun 2015 15:01:51 +0200 In-Reply-To: <1433430807.3736.44.camel@nilsson.home.kraxel.org> References: <1433414083-9720-1-git-send-email-kraxel@redhat.com> <1433414083-9720-18-git-send-email-kraxel@redhat.com> <20150604105243.GA27201@redhat.com> <1433430807.3736.44.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 17/33] virtio-pci: add flags to enable/disable legacy/modern List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Cornelia Huck , qemu-devel@nongnu.org, "Michael S. Tsirkin" Hi, > libvirt support for these in the domain xml syntax goes into > "nice-to-have" category, but I can equally well live without them and > use the tags to set them if needed. For anyone playing with this: The magic words to flip the modern switch for virtio-pci devices globally via libvirt domain xml are: HTH, Gerd