From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRIwf-00013g-Ra for qemu-devel@nongnu.org; Fri, 27 Feb 2015 06:19:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRIwa-0002Jm-Rf for qemu-devel@nongnu.org; Fri, 27 Feb 2015 06:19:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRIwa-0002Ji-K2 for qemu-devel@nongnu.org; Fri, 27 Feb 2015 06:18:56 -0500 Message-ID: <1425035931.20883.51.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 27 Feb 2015 12:18:51 +0100 In-Reply-To: <54EF4DFD.6090308@redhat.com> References: <1424687012-18524-1-git-send-email-kraxel@redhat.com> <1424687012-18524-9-git-send-email-kraxel@redhat.com> <54EF4DFD.6090308@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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: Max Reitz Cc: qemu-devel@nongnu.org, Anthony Liguori , "Michael S. Tsirkin" 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. cheers, Gerd