Displaying 7 results from an estimated 7 matches for "explicilti".
Did you mean:
explicilty
2020 Sep 25
0
[RFC PATCH 02/24] vhost-vdpa: fix vqs leak in vhost_vdpa_open()
On 2020/9/24 ??3:48, Eli Cohen wrote:
> On Thu, Sep 24, 2020 at 11:21:03AM +0800, Jason Wang wrote:
>> We need to free vqs during the err path after it has been allocated
>> since vhost won't do that for us.
>>
>> Signed-off-by: Jason Wang <jasowang at redhat.com>
>> ---
>> drivers/vhost/vdpa.c | 11 ++++++++---
>> 1 file changed, 8
2010 Oct 21
1
auto mount of home share
I have searched this list and googled for examples, but have not found
the answer to this question:
I would have thought that all the lines in the smb.conf was setting up
an auto mount of the home share, and I did not have to put it in the
logon.bat script. I have:
[global]
....
domain master = yes
local master = yes
domain logons = yes
logon path = \\%L\profiles\%U
2004 Oct 13
0
RE: [R] debugging non-visible functions
On Wed, 13 Oct 2004, Duncan Temple Lang wrote:
> Prof Brian Ripley wrote:
> > On Wed, 13 Oct 2004, Liaw, Andy wrote:
> >
> >
> > > On a slightly different topic: In R-2.0.0, packages with NAMESPACE no
> > > longer need to use the package= argument in .C/.Fortran. Does that mean if
> > > I remove those arguments, I should put R version >=
2011 Mar 28
0
Draft Application for GSoC 11 - Text extraction libraries - please review
Proposal for Google Summer of Code 2011 (draft)
Appling organisation:Xapian
Name : Nijil.Y
E-mail address: nijil.y at gmail.com
IRC nickname : laserbled
Biography
I am 4thyear Computer Science and Engineering undergraduate student at CUSAT
University from India.I am interested in open source and search engines ,
cluster computing , HPC and AI would be my areas of interest.
* Analytical,
2015 Jun 04
5
[LLVMdev] Removing AvailableExternal values in GlobalDCE (was Re: RFC: ThinLTO Impementation Plan)
On Thu, Jun 4, 2015 at 3:58 PM, Duncan P. N. Exon Smith <
dexonsmith at apple.com> wrote:
>
> > Personally, I think the right approach is to add a bool to
> createGlobalDCEPass defaulting to true named something like
> IsAfterInlining. In most standard pass pipelines, GlobalDCE runs after
> inlining for obvious reasons, so the default makes sense. The special case
> is
2020 Sep 24
30
[RFC PATCH 00/24] Control VQ support in vDPA
Hi All:
This series tries to add the support for control virtqueue in vDPA.
Control virtqueue is used by networking device for accepting various
commands from the driver. It's a must to support multiqueue and other
configurations.
When used by vhost-vDPA bus driver for VM, the control virtqueue
should be shadowed via userspace VMM (Qemu) instead of being assigned
directly to Guest. This is
2020 Sep 24
30
[RFC PATCH 00/24] Control VQ support in vDPA
Hi All:
This series tries to add the support for control virtqueue in vDPA.
Control virtqueue is used by networking device for accepting various
commands from the driver. It's a must to support multiqueue and other
configurations.
When used by vhost-vDPA bus driver for VM, the control virtqueue
should be shadowed via userspace VMM (Qemu) instead of being assigned
directly to Guest. This is