From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjLvw-0006Cf-L3 for qemu-devel@nongnu.org; Mon, 12 Sep 2016 03:45:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjLvs-0001us-8J for qemu-devel@nongnu.org; Mon, 12 Sep 2016 03:45:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjLvr-0001tE-Qz for qemu-devel@nongnu.org; Mon, 12 Sep 2016 03:45:36 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B42D18123D for ; Mon, 12 Sep 2016 07:45:34 +0000 (UTC) Message-ID: <1473666329.10125.24.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 12 Sep 2016 09:45:29 +0200 In-Reply-To: <20160909211613-mutt-send-email-mst@kernel.org> References: <1473319037-27645-1-git-send-email-kraxel@redhat.com> <20160909211613-mutt-send-email-mst@kernel.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] virtio-gpu-pci: tag as not hotpluggable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On Fr, 2016-09-09 at 21:16 +0300, Michael S. Tsirkin wrote: > On Thu, Sep 08, 2016 at 09:17:17AM +0200, Gerd Hoffmann wrote: > > We can't hotplug display adapters in qemu, tag virtio-gpu-pci > > accordingly (virtio-vga already has this). > >=20 > > Signed-off-by: Gerd Hoffmann >=20 > Acked-by: Michael S. Tsirkin >=20 > I assume you merged this? s/merged/will merged/ -> Yes. cheers, Gerd