From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPA3x-0000Pj-FD for qemu-devel@nongnu.org; Sun, 16 Mar 2014 08:21:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPA3s-0006kS-L3 for qemu-devel@nongnu.org; Sun, 16 Mar 2014 08:21:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPA3s-0006kB-DO for qemu-devel@nongnu.org; Sun, 16 Mar 2014 08:21:04 -0400 Date: Sun, 16 Mar 2014 14:21:04 +0200 From: "Michael S. Tsirkin" Message-ID: <20140316122104.GA17626@redhat.com> 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> <1394795589.5732.9.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1394795589.5732.9.camel@nilsson.home.kraxel.org> 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: Gerd Hoffmann Cc: airlied@redhat.com, qemu-devel@nongnu.org, Anthony Liguori On Fri, Mar 14, 2014 at 12:13:09PM +0100, Gerd Hoffmann wrote: > 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? Do you have tex4ht installed? I don't think I saw this specific error, but check out t4ht-workaround/README for a description of a known Fedora bug and workarounds. > > Where should I send patches? > > virtio-comments list? > > cheers, > Gerd >