Re: [Qemu-devel] u-boot on qemu-x86

2015-05-25 Thread Saket Sinha
ot is the root directory for QEMU's tftp server. You will need to setup U-Boot network environment variables before 'run ramboot' to boot linux. *#u-boot> dhcp* *#u-boot> run ramboot* Regards, Saket Sinha On Sun, May 24, 2015 at 7:54 PM, Bin Meng wrote: > Hi Saket, &g

[Qemu-devel] VirtIO-GPU 3D OpenGL Hardware Acceleration for VMs

2016-02-14 Thread Saket Sinha
do test this, if I can be guided as to what are the right applications to test the entire Graphic stack on a QEMU-KVM Virtual machine, I shall be grateful. Regards, Saket Sinha

[Qemu-devel] u-boot on qemu-x86

2015-05-05 Thread Saket Sinha
Hi, I am trying to run u-boot as a coreboot payload on qemu-x86.Currently facing some difficulty in the process. Has anyone tried running u-boot bare-metal or as a coreboot payload on qemu-x86 before? Regards, Saket Sinha

Qemu Support for Virtio Video V4L2 driver

2020-05-08 Thread Saket Sinha
Hi , This is to inquire about Qemu support for Virtio Video V4L2 driver posted in [1]. I am currently not aware of any upstream effort for Qemu reference implementation and would like to discuss how to proceed with the same. [1]: https://patchwork.linuxtv.org/patch/61717/ Regards, Saket Sinha

Re: Qemu Support for Virtio Video V4L2 driver

2020-05-09 Thread Saket Sinha
Hi, As suggested on #qemu-devel IRC channel, I am including Gerd and Michael to point in the right direction how to move forward with Qemu support for Virtio Video V4L2 driver posted in [1]. [1]: https://patchwork.linuxtv.org/patch/61717/ Regards, Saket Sinha On Sat, May 9, 2020 at 1:09 AM

Fwd: Qemu Support for Virtio Video V4L2 driver

2020-05-09 Thread Saket Sinha
Hi, As suggested on #qemu-devel IRC channel, I am including virtio-dev, Gerd and Michael to point in the right direction how to move forward with Qemu support for Virtio Video V4L2 driver posted in [1]. [1]: https://patchwork.linuxtv.org/patch/61717/ Regards, Saket Sinha On Sat, May 9, 2020 at

Re: [virtio-dev] Re: Fwd: Qemu Support for Virtio Video V4L2 driver

2020-05-11 Thread Saket Sinha
ad of using libraries like Gstreamer in Host userspace, they can also be used inside the VM userspace after getting access to paravirtualized HW camera devices . Regards, Saket Sinha On Mon, May 11, 2020 at 12:20 PM Keiichi Watanabe wrote: > > Hi Dmitry, > > On Mon, May 11, 2020 at 6:

Re: [virtio-dev] Re: Fwd: Qemu Support for Virtio Video V4L2 driver

2020-05-11 Thread Saket Sinha
rg/documentation/tutorials/playback/hardware-accelerated-video-decoding.html > Like pointed out above, Gstreamer is not the only framework present there. We have the newer libcamera framework [2] and then Openmax (used in Android Hal ) Refer [3] for comparison. My intentions are to make the implementation more generic so that it can be used by different frameworks on different platforms. [1]: https://static.sched.com/hosted_files/osseu19/21/libcamera.pdf [2]: http://libcamera.org [3]: https://processors.wiki.ti.com/images/7/7e/OMX_Android_GST_Comparison.pdf Regards, Saket Sinha