qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [iGVT-g] XenGT for PV guest
@ 2015-11-24 16:48 Oleksii Kurochko
  2015-11-26 17:10 ` Oleksii Kurochko
  0 siblings, 1 reply; 3+ messages in thread
From: Oleksii Kurochko @ 2015-11-24 16:48 UTC (permalink / raw)
  To: igvt-g
  Cc: igvt-g@ml01.01.org, Li, Susie, White, Michael L, Dong, Eddie,
	intel-gfx@lists.freedesktop.org, Reddy, Raghuveer,
	Cowperthwaite, David J, qemu-devel, linux-kernel@vger.kernel.org,
	Gerd Hoffmann, Paolo Bonzini, xen-devel@lists.xen.org

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

Hi all,

I am trying to enable XenGT for Android on board vtc1010 in PV mode.
Used:
- Intel® Atom™ processor E3827
- Xen 4.3.1 on branch "byt_experiment".
- dom0: ubuntu 14-04 with linux vgt 3.11.6-vgt+ kernel version
- domU: Android-IA 5.1 with 3.11.6-vgt+ (added Android configs)  kernel
version

vgt was successfully started in dom0.
vgt does not start in domU. After registration of pci dev in i915_init()
there is no call of i915_pci_driver.probe(). Inte HD Graphics is on pci
bus, but it is not passthrough to domU. When tried to passtrough it to domU
than dom0 crashes in drm_framebuffer_remove(). More than that it is not my
case because of intel hd graphics need to be working in dom0 and domU.

So could U give advice how to probe i915 driver in domU?

With best,
 Oleksii


-- 
Oleksii Kurochko | Embedded Dev
GlobalLogic
www.globallogic.com

[-- Attachment #2: Type: text/html, Size: 1311 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [iGVT-g] XenGT for PV guest
  2015-11-24 16:48 [Qemu-devel] [iGVT-g] XenGT for PV guest Oleksii Kurochko
@ 2015-11-26 17:10 ` Oleksii Kurochko
  2015-11-27  2:32   ` Jike Song
  0 siblings, 1 reply; 3+ messages in thread
From: Oleksii Kurochko @ 2015-11-26 17:10 UTC (permalink / raw)
  To: igvt-g
  Cc: igvt-g@ml01.01.org, jike.song, Li, Susie, White, Michael L,
	Dong, Eddie, intel-gfx@lists.freedesktop.org, Reddy, Raghuveer,
	Cowperthwaite, David J, qemu-devel, xen-devel@lists.xen.org,
	kevin.tian, Gerd Hoffmann, Paolo Bonzini

[-- Attachment #1: Type: text/plain, Size: 1216 bytes --]

Hello all,

Do you have any ideas about previously mentioned question?

With best regards,
 Oleksii

On Tue, Nov 24, 2015 at 6:48 PM, Oleksii Kurochko <
oleksii.kurochko@globallogic.com> wrote:

> Hi all,
>
> I am trying to enable XenGT for Android on board vtc1010 in PV mode.
> Used:
> - Intel® Atom™ processor E3827
> - Xen 4.3.1 on branch "byt_experiment".
> - dom0: ubuntu 14-04 with linux vgt 3.11.6-vgt+ kernel version
> - domU: Android-IA 5.1 with 3.11.6-vgt+ (added Android configs)  kernel
> version
>
> vgt was successfully started in dom0.
> vgt does not start in domU. After registration of pci dev in i915_init()
> there is no call of i915_pci_driver.probe(). Inte HD Graphics is on pci
> bus, but it is not passthrough to domU. When tried to passtrough it to domU
> than dom0 crashes in drm_framebuffer_remove(). More than that it is not my
> case because of intel hd graphics need to be working in dom0 and domU.
>
> So could U give advice how to probe i915 driver in domU?
>
> With best,
>  Oleksii
>
>
> --
> Oleksii Kurochko | Embedded Dev
> GlobalLogic
> www.globallogic.com
>



-- 
Oleksii Kurochko | Embedded Dev
GlobalLogic
www.globallogic.com

[-- Attachment #2: Type: text/html, Size: 2182 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [iGVT-g] XenGT for PV guest
  2015-11-26 17:10 ` Oleksii Kurochko
@ 2015-11-27  2:32   ` Jike Song
  0 siblings, 0 replies; 3+ messages in thread
From: Jike Song @ 2015-11-27  2:32 UTC (permalink / raw)
  To: Oleksii Kurochko
  Cc: igvt-g@ml01.01.org, kevin.tian, Li, Susie, White, Michael L,
	Dong, Eddie, intel-gfx@lists.freedesktop.org, Reddy, Raghuveer,
	Cowperthwaite, David J, qemu-devel, igvt-g, Gerd Hoffmann,
	Paolo Bonzini, xen-devel@lists.xen.org

On 11/27/2015 01:10 AM, Oleksii Kurochko wrote:
> Hello all,
>
> Do you have any ideas about previously mentioned question?
>
> With best regards,
>   Oleksii
>
> On Tue, Nov 24, 2015 at 6:48 PM, Oleksii Kurochko <oleksii.kurochko@globallogic.com <mailto:oleksii.kurochko@globallogic.com>> wrote:
>
>     Hi all,
>
>     I am trying to enable XenGT for Android on board vtc1010 in PV mode.
>     Used:
>     - Intel® Atom™ processor E3827
>     - Xen 4.3.1 on branch "byt_experiment".
>     - dom0: ubuntu 14-04 with linux vgt 3.11.6-vgt+ kernel version
>     - domU: Android-IA 5.1 with 3.11.6-vgt+ (added Android configs)  kernel version
>
>     vgt was successfully started in dom0.
>     vgt does not start in domU. After registration of pci dev in i915_init() there is no call of i915_pci_driver.probe(). Inte HD Graphics is on pci bus, but it is not passthrough to domU. When tried to passtrough it to domU than dom0 crashes in drm_framebuffer_remove(). More than that it is not my case because of intel hd graphics need to be working in dom0 and domU.
>
>     So could U give advice how to probe i915 driver in domU?

The difficult part may not be how to probe i915 driver, but how
to implement all necessary MPT(Mediated Pass-Through) ops for PV guests.

What reminds me right now is, how to trapp guest GTT
without EPT support? I'm not familiar with PV, however, on
my gut feelings there should be PV ops to be added, which
should not be trivial.

>
>     With best,
>       Oleksii

--
Thanks,
Jike

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-27  2:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24 16:48 [Qemu-devel] [iGVT-g] XenGT for PV guest Oleksii Kurochko
2015-11-26 17:10 ` Oleksii Kurochko
2015-11-27  2:32   ` Jike Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).