Displaying 18 results from an estimated 18 matches for "preseve".
Did you mean:
preserve
2016 Feb 01
2
[PATCH v5 04/10] vring: Introduce vring_use_dma_api()
...uding SPARC and PPC64, virtio-pci devices are
> + * enumerated as though they are behind an IOMMU, but the virtio host
> + * ignores the IOMMU, so we must either pretend that the IOMMU isn't
> + * there or somehow map everything as the identity.
> + *
> + * For the time being, we preseve historic behavior and bypass the DMA
> + * API.
> + */
I spot at least three typos in there, FWIW. ('DMI API', 'sytems',
'preseve').
> +static bool vring_use_dma_api(void)
> +{
> + return false;
> +}
> +
I'd quite like to see this be an explicit o...
2016 Feb 01
2
[PATCH v5 04/10] vring: Introduce vring_use_dma_api()
...uding SPARC and PPC64, virtio-pci devices are
> + * enumerated as though they are behind an IOMMU, but the virtio host
> + * ignores the IOMMU, so we must either pretend that the IOMMU isn't
> + * there or somehow map everything as the identity.
> + *
> + * For the time being, we preseve historic behavior and bypass the DMA
> + * API.
> + */
I spot at least three typos in there, FWIW. ('DMI API', 'sytems',
'preseve').
> +static bool vring_use_dma_api(void)
> +{
> + return false;
> +}
> +
I'd quite like to see this be an explicit o...
2007 Jul 13
2
R file via SSH
Goodmorning everybody,
I need to run an R program via SSH. Usually I open R, I run the
program and I stay logged-in, waiting for the output. As a matter of
fact, if I close the connection with SSH I loose the calculations and
the output of my R program. What command I have to use in order to
preseve the calculations and the output without staying logged-in a SSH
connection?
thanks in advance
Marialucia
____________________________________________________________
TISCALI TANDEM FREE
Telefono e Adsl 4 MB da ? 22.95 al mese. Stacchi Telecom!
GRATIS modem, segreteria e seconda linea telefonica...
2016 Feb 01
0
[PATCH v5 04/10] vring: Introduce vring_use_dma_api()
...rtio-pci devices are
> > + * enumerated as though they are behind an IOMMU, but the virtio host
> > + * ignores the IOMMU, so we must either pretend that the IOMMU isn't
> > + * there or somehow map everything as the identity.
> > + *
> > + * For the time being, we preseve historic behavior and bypass the DMA
> > + * API.
> > + */
>
> I spot at least three typos in there, FWIW. ('DMI API', 'sytems',
> 'preseve').
Good catch, hopefully will be fixed in v2.
> > +static bool vring_use_dma_api(void)
> > +{
>...
2016 Feb 01
1
[PATCH v5 04/10] vring: Introduce vring_use_dma_api()
...>> > + * enumerated as though they are behind an IOMMU, but the virtio host
>> > + * ignores the IOMMU, so we must either pretend that the IOMMU isn't
>> > + * there or somehow map everything as the identity.
>> > + *
>> > + * For the time being, we preseve historic behavior and bypass the DMA
>> > + * API.
>> > + */
>>
>> I spot at least three typos in there, FWIW. ('DMI API', 'sytems',
>> 'preseve').
>
> Good catch, hopefully will be fixed in v2.
Queued for v2.
>
>> > +s...
2016 Feb 01
1
[PATCH v5 04/10] vring: Introduce vring_use_dma_api()
...>> > + * enumerated as though they are behind an IOMMU, but the virtio host
>> > + * ignores the IOMMU, so we must either pretend that the IOMMU isn't
>> > + * there or somehow map everything as the identity.
>> > + *
>> > + * For the time being, we preseve historic behavior and bypass the DMA
>> > + * API.
>> > + */
>>
>> I spot at least three typos in there, FWIW. ('DMI API', 'sytems',
>> 'preseve').
>
> Good catch, hopefully will be fixed in v2.
Queued for v2.
>
>> > +s...
2005 Oct 18
2
Inconsistency with matrix indexing (PR#8214)
...E][, 1]
[1] 1
However, for the first column of the first two rows of mat the row names are
retained
> mat[1:2, , drop = FALSE][, 1]
r1 r2
1 2
This feature can lead to problems when indexing matrixes of different row
numbers, since the row names are not preserved in all cases.
I suggest to preseve the row names also for
> mat[1, , drop = FALSE][, 1]
Would it be possible to implement this feature? Many thanks.
With best regards,
Stefan Albrecht
2016 Jan 29
0
[PATCH v5 04/10] vring: Introduce vring_use_dma_api()
...* On other systems, including SPARC and PPC64, virtio-pci devices are
+ * enumerated as though they are behind an IOMMU, but the virtio host
+ * ignores the IOMMU, so we must either pretend that the IOMMU isn't
+ * there or somehow map everything as the identity.
+ *
+ * For the time being, we preseve historic behavior and bypass the DMA
+ * API.
+ */
+
+static bool vring_use_dma_api(void)
+{
+ return false;
+}
+
#ifdef DEBUG
/* For development, we want to crash whenever the ring is screwed. */
#define BAD_RING(_vq, fmt, args...) \
--
2.5.0
2001 Jul 25
0
Preserving groups
Sorry for the delayed response, I was on vacation.
The answer is hinted to in the man page under -o:
Note that if the source system is a daemon using chroot, the
--numeric-ids option is implied because the source system cannot
get access to the usernames.
Actually, that says "source" and in your case it is the receiver, but
I think perhaps if you use "use chroot =
1998 Jul 31
1
smaba failure?
I need a really quick response to this questoins. please send me
the solution within 3 hours if you see this email. Now is 6:00pm in
central time.
Has smaba sucessfully responded to all UNIX semantics, specially
for filename problems? if not, what is the exact problem?
2004 Apr 20
0
Re: [R] More user-friendly error message needed.
...t; that the semantics of the $ operator explicitly state that it should
> return NULL and, as Duncan wrote, there are many, many places in the
> base code for R that depend upon this behavior. Trust me - you really
> don't want to change this.
While I do think that it is necessary to preseve the present semantics, it
would still be helpful to (at least optionally) have a warning issued when
NULL is returned because there is no matching name. This really would help
in debugging code.
-Greg
>
> ______________________________________________
> R-devel@stat.math.ethz.ch mail...
2006 Mar 05
2
Wishlist: merge and subset to keep attributes (PR#8658)
Full_Name: Ulrike Gr?mping
Version: 2.2.1
OS: Windows
Submission from: (NULL) (84.190.139.94)
When importing data from SPSS, it is a nice feature of the package foreign that
it allows (option use.value.labels=F) to work with the original SPSS codes while
keeping the value labels as information in an attribute. Unfortunately, after
merging or subsetting, these attributes disappear.
The code
2013 Nov 23
0
[LLVMdev] [PATCH] Detect Haswell subarchitecture (i.e. using -march=native)
...ol GetX86CpuIDAndInfoEx(unsigned value, unsigned subleaf, unsigned *rEAX,
+ unsigned *rEBX, unsigned *rECX, unsigned *rEDX) {
+#if defined(__x86_64__) || defined(_M_AMD64) || defined (_M_X64)
+ #if defined(__GNUC__)
+ // gcc doesn't know cpuid would clobber ebx/rbx. Preseve it manually.
+ asm ("movq\t%%rbx, %%rsi\n\t"
+ "cpuid\n\t"
+ "xchgq\t%%rbx, %%rsi\n\t"
+ : "=a" (*rEAX),
+ "=S" (*rEBX),
+ "=c" (*rECX),
+ "=d" (*rEDX)
+ : "a...
2013 Nov 23
2
[LLVMdev] [PATCH] Detect Haswell subarchitecture (i.e. using -march=native)
I agree with Tim, you need to implement a GetCpuIDAndInfoEx function in
Host.cpp and pass the correct value to ecx. Also you need to verify that 7
is a valid leaf because an invalid leaf is defined to return the highest
supported leaf on that processor. So if a processor supports say leaf 6 and
not leaf 7, then an access leaf 7 will return the data from leaf 6 causing
unrelated bits to be
2007 Jan 25
1
IAX softphone fails through PRI trunks with Hangup
...enter using IAX softphones provided by a third party.
We've observed problems where the IAX phones seem unable to use our PRI
trunks. A sample anonymized call is provided below with the PRI debug
calls embedded. Any thoughts,
comments or suggestions would be welcome. In anonymizing it, I preseved
the format
and number of digits sent.
-- Accepting AUTHENTICATED call from 192.168.1.164:
> requested format = alaw,
> requested prefs = (),
> actual format = ulaw,
> host prefs = (ulaw|alaw|gsm),
> priority = mine
-- Executing Set("...
2016 Jan 29
18
[PATCH v5 00/10] virtio DMA API, yet again
This switches virtio to use the DMA API on Xen and if requested by
module option.
This fixes virtio on Xen, and it should break anything because it's
off by default on everything except Xen PV on x86.
To the Xen people: is this okay? If it doesn't work on other Xen
variants (PVH? HVM?), can you submit follow-up patches to fix it?
To everyone else: we've waffled on this for way too
2016 Jan 29
18
[PATCH v5 00/10] virtio DMA API, yet again
This switches virtio to use the DMA API on Xen and if requested by
module option.
This fixes virtio on Xen, and it should break anything because it's
off by default on everything except Xen PV on x86.
To the Xen people: is this okay? If it doesn't work on other Xen
variants (PVH? HVM?), can you submit follow-up patches to fix it?
To everyone else: we've waffled on this for way too
2007 May 17
7
Replication plans
Several companies have been interested in getting replication support
for Dovecot. It looks like I could begin implementing it in a few months
after some other changes. So here's how I'm planning on doing it:
What needs to be replicated:
- Saving new mails (IMAP, deliver)
- Copying existing mails
- Expunges
- Flag and keyword changes
- Mailbox creations, deletions and renames
-