Can you give me any suggestion for create a face vga controler for my virtex board. I just want display a system with X support. Can I reference to the vga of PowerMac emulator?
Thank ________________________________ Từ: Edgar E. Iglesias <edgar.igles...@gmail.com> Đến: Lê ?????c Tài <letai_d...@yahoo.com.vn> Cc: Alexander Graf <ag...@suse.de>; "qemu-devel@nongnu.orgDevelopers" <qemu-devel@nongnu.org> Gửi ngày: 15:49:38, Thứ Hai, 13 tháng 6 2011 Chủ đề: Re: [Qemu-devel] HDD problem with Xilinx virtex-ml507 board 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