* same device accessed by different domains
@ 2007-11-19 7:09 Amit Singh
2007-11-19 7:34 ` Kaushik Bhandankar
0 siblings, 1 reply; 3+ messages in thread
From: Amit Singh @ 2007-11-19 7:09 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 319 bytes --]
Hi all,
If same device is accessed by different domains(domU) please let me
know the same backend drivers is used to multiple requests from different DomUs,
or for each individual request there is a frontend at domU site and there is
corresponding backend driver at Dom0 ?
Regards:
Amit
[-- Attachment #1.2: Type: text/html, Size: 815 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: same device accessed by different domains
2007-11-19 7:09 same device accessed by different domains Amit Singh
@ 2007-11-19 7:34 ` Kaushik Bhandankar
2007-11-28 1:50 ` Mark Williamson
0 siblings, 1 reply; 3+ messages in thread
From: Kaushik Bhandankar @ 2007-11-19 7:34 UTC (permalink / raw)
To: Amit Singh; +Cc: xen-devel
I guess there is only one backend driver for all the DomUs...
Read more at Xen Intro - Backend drivers
<http://wiki.xensource.com/xenwiki/XenIntro#head-f812265f11277c6b2c3a10c94db485758e37e2bb>
-Kaushik
Amit Singh wrote:
>
> Hi all,
>
> If same device is accessed by different domains(domU) please
> let me
> know the same backend drivers is used to multiple requests from
> different DomUs,
> or for each individual request there is a frontend at domU site and
> there is
> corresponding backend driver at Dom0 ?
>
>
>
> Regards:
>
> Amit
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: same device accessed by different domains
2007-11-19 7:34 ` Kaushik Bhandankar
@ 2007-11-28 1:50 ` Mark Williamson
0 siblings, 0 replies; 3+ messages in thread
From: Mark Williamson @ 2007-11-28 1:50 UTC (permalink / raw)
To: xen-devel; +Cc: Amit Singh, Kaushik Bhandankar
> I guess there is only one backend driver for all the DomUs...
>
> Read more at Xen Intro - Backend drivers
> <http://wiki.xensource.com/xenwiki/XenIntro#head-f812265f11277c6b2c3a10c94d
>b485758e37e2bb>
There's only one backend driver for a particular device type in a particular
domain.
So for instance, there's only one blkback driver running in a domain that
provides virtual block device access. There's also one netback driver in a
domain providing virtual network device access. dom0 only has one blkback,
one netback... but they can connect to multiple domU frontends.
If you are using driver domains, then you might have "dom0" running a blkback
that provides access to the block devices dom0 controls. But you might also
have "driver domain 1" running a blkback that provides access to the block
devices that driver domain 1 controls.
Because a real device can only belong to one domain, there will only ever be
one blkback sending requests to any device in the host system.
Does that help?
Cheers,
Mark
> -Kaushik
>
> Amit Singh wrote:
> > Hi all,
> >
> > If same device is accessed by different domains(domU) please
> > let me
> > know the same backend drivers is used to multiple requests from
> > different DomUs,
> > or for each individual request there is a frontend at domU site and
> > there is
> > corresponding backend driver at Dom0 ?
> >
> >
> >
> > Regards:
> >
> > Amit
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
--
Dave: Just a question. What use is a unicyle with no seat? And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-11-28 1:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-19 7:09 same device accessed by different domains Amit Singh
2007-11-19 7:34 ` Kaushik Bhandankar
2007-11-28 1:50 ` Mark Williamson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.