Re: [Qemu-devel] [PATCH 2/4] target-openrisc: Add OpenCores FB device support

2014-08-22 Thread Valentin Manea
Hi Jia, On 2014-08-22 19:00, Jia Liu wrote: > Hi Valentin, > Is here a line wrapped? > I think it should looks like: > + * Based on work by Sebastian Macke for jor1k > + * http://s-macke.github.io/jor1k/ > rather than > + http://s-macke.github.io/jor1k/ > Oh, you are completely right, I don't

Re: [Qemu-devel] [PATCH 2/4] target-openrisc: Add OpenCores FB device support

2014-08-22 Thread Jia Liu
Hi Valentin, On Fri, Aug 22, 2014 at 9:10 PM, Valentin Manea wrote: > Add support for the OpenCores Framebuffer device and enable it by > default in the OpenRISC machine. > > The OpenCores display device is a simple open source framebuffer device > created http://opencores.org/project,vgafb > > S

[Qemu-devel] [PATCH 2/4] target-openrisc: Add OpenCores FB device support

2014-08-22 Thread Valentin Manea
Add support for the OpenCores Framebuffer device and enable it by default in the OpenRISC machine. The OpenCores display device is a simple open source framebuffer device created http://opencores.org/project,vgafb Signed-off-by: Valentin Manea --- default-configs/or32-softmmu.mak | 1 + hw/op