From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOQ3E-0003Pl-7A for qemu-devel@nongnu.org; Fri, 14 Mar 2014 07:13:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOQ39-0007W8-1M for qemu-devel@nongnu.org; Fri, 14 Mar 2014 07:13:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOQ38-0007UV-Pb for qemu-devel@nongnu.org; Fri, 14 Mar 2014 07:13:14 -0400 Message-ID: <1394795589.5732.9.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 14 Mar 2014 12:13:09 +0100 In-Reply-To: <1394701705.23859.33.camel@nilsson.home.kraxel.org> References: <1394628914-10758-1-git-send-email-kraxel@redhat.com> <1394628914-10758-4-git-send-email-kraxel@redhat.com> <20140312202611.GB3004@redhat.com> <1394701705.23859.33.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 3/4] virtio-gpu: v0.3 of the virtio based GPU code. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: airlied@redhat.com, qemu-devel@nongnu.org, Anthony Liguori On Do, 2014-03-13 at 10:08 +0100, Gerd Hoffmann wrote: > Hi, > > > One thing to do is add this to the virtio spec. > > Need help with that? > > What is the authoritative spec these days? > The virtio 1.0 draft? > Where can I find the latest revision? Seems to be this: https://github.com/rustyrussell/virtio-wip.git After figthing with texlive package splitting for a while I seem to have all needed *.sty files installed now. Now I'm facing this: kpathsea: Running mktextfm Arial /usr/share/texlive/texmf/web2c/mktexnam: Could not map source abbreviation for Arial. /usr/share/texlive/texmf/web2c/mktexnam: Need to update ? mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input Arial This is METAFONT, Version 2.718281 (TeX Live 2013) kpathsea: Running mktexmf Arial ! I can't find file `Arial'. <*> ...e:=ljfour; mag:=1; nonstopmode; input Arial Suggestions? > Where should I send patches? virtio-comments list? cheers, Gerd