From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRLwa-00073j-HK for qemu-devel@nongnu.org; Fri, 27 Feb 2015 09:31:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRLwS-0003rQ-NE for qemu-devel@nongnu.org; Fri, 27 Feb 2015 09:31:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRLwS-0003rC-Fi for qemu-devel@nongnu.org; Fri, 27 Feb 2015 09:31:00 -0500 Message-ID: <54F07FA0.6030101@redhat.com> Date: Fri, 27 Feb 2015 09:30:56 -0500 From: Max Reitz MIME-Version: 1.0 References: <1424687012-18524-1-git-send-email-kraxel@redhat.com> <1424687012-18524-9-git-send-email-kraxel@redhat.com> <54EF4DFD.6090308@redhat.com> <1425035931.20883.51.camel@nilsson.home.kraxel.org> In-Reply-To: <1425035931.20883.51.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RfC PATCH 08/15] virtio-gpu-pci: virtio-1.0 adaptions [fixup] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, Anthony Liguori , "Michael S. Tsirkin" On 2015-02-27 at 06:18, Gerd Hoffmann wrote: > Hi, > >> This seems to be in line with the changes made in patch 1; however, I >> fail to see where VirtIODevice.device_id is set so that >> virtio_bus_get_vdev_id() returns it when called from >> virtio_pci_device_plugged()... Maybe I'll find it yet. > virtio_gpu_device_realize() calls virtio_init() with the id as one of > the parameters. Right. Thanks! Max