From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QW2q8-0004s9-Vn for qemu-devel@nongnu.org; Mon, 13 Jun 2011 04:49:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QW2q7-0000qD-FX for qemu-devel@nongnu.org; Mon, 13 Jun 2011 04:49:44 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:51513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QW2q7-0000q2-1n for qemu-devel@nongnu.org; Mon, 13 Jun 2011 04:49:43 -0400 Received: by wyb42 with SMTP id 42so3548148wyb.4 for ; Mon, 13 Jun 2011 01:49:41 -0700 (PDT) Date: Mon, 13 Jun 2011 10:49:38 +0200 From: "Edgar E. Iglesias" Message-ID: <20110613084938.GB9010@edde.se.axis.com> References: <440433.61213.qm@web77915.mail.sg1.yahoo.com> <20110613081349.GA9010@edde.se.axis.com> <734878.64895.qm@web77915.mail.sg1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <734878.64895.qm@web77915.mail.sg1.yahoo.com> Subject: Re: [Qemu-devel] HDD problem with Xilinx virtex-ml507 board List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?B?TOogPz8/Pz9jIFTgaQ==?= Cc: Alexander Graf , "qemu-devel@nongnu.orgDevelopers" On Mon, Jun 13, 2011 at 04:29:10PM +0800, Lê ?????c Tài wrote: > > There is no VGA controller. > OK, but virtex-ml507 have a DVI controler. > Does QEMU support DVI output? Hi, It's not so much about what you can do with the virtex (I bet you can do lot's of stuff with it) but more limited to the devices available on the reference design. Take a look at: arch/powerpc/boot/dts/virtex440-ml507.dts to see what the reference design provides. QEMU provides only a subset of those devices. But you are of course free to create your own board or qemu machine, with what ever devices you'd like to throw in. Cheers