Displaying 5 results from an estimated 5 matches for "msg00202".
Did you mean:
msg00022
2019 Apr 23
2
Re: [PATCH nbdkit v5 FINAL 14/19] data, memory: Implement extents.
On 3/28/19 11:18 AM, Richard W.M. Jones wrote:
> These plugins are both based on the same sparse array structure which
> supports a simple implementation of extents.
> ---
> common/sparse/sparse.h | 7 +-
> common/sparse/sparse.c | 37 ++++++++++-
> plugins/data/data.c | 16 ++++-
> plugins/memory/memory.c | 16 ++++-
> README |
2019 Apr 24
2
Re: [PATCH nbdkit v5 FINAL 14/19] data, memory: Implement extents.
...nged how add_extent() works. Does it work now to defer
>> the clamping?
>
> It's a bit late at night for me to think clearly about extents, but
> here is a description of the original problem with moving the clamp:
>
> https://www.redhat.com/archives/libguestfs/2019-March/msg00202.html
Thanks for finding that link:
> Imagine an allocated RAM disk with a size smaller than the 32K page
> size of the sparse array:
>
> nbdkit data data="1" size=512
>
> This will return extents information: [length=32768, type=data].
>
> This doesn't m...
2019 Apr 23
0
Re: [PATCH nbdkit v5 FINAL 14/19] data, memory: Implement extents.
..., but
> since then, we changed how add_extent() works. Does it work now to defer
> the clamping?
It's a bit late at night for me to think clearly about extents, but
here is a description of the original problem with moving the clamp:
https://www.redhat.com/archives/libguestfs/2019-March/msg00202.html
I'll see if this still applies tomorrow morning ...
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-buil...
2008 Apr 03
0
HFC-S ISDN cards in Xen3.0.3 DomU''s
Hi!
I just wanted to ask if anyone managed to get "ordinary" HFC-S ISDN
cards with the zaphfc driver running in a Xen3 DomU.
I am referring to this post (
http://lists.xensource.com/archives/html/xen-users/2007-04/msg00202.html ),
which perfectly describes my problem and I am therefore going to
simply copy-and-paste it here:
----------- snip ------------>
Hi,
I''m importing a HFC ISDN Card to my domU. Building zaptel and the zaphfc
driver works fine and also loading it.
The application using the driv...
2019 Apr 24
0
Re: [PATCH nbdkit v5 FINAL 14/19] data, memory: Implement extents.
...oes it work now to defer
> >> the clamping?
> >
> > It's a bit late at night for me to think clearly about extents, but
> > here is a description of the original problem with moving the clamp:
> >
> > https://www.redhat.com/archives/libguestfs/2019-March/msg00202.html
>
> Thanks for finding that link:
>
> > Imagine an allocated RAM disk with a size smaller than the 32K page
> > size of the sparse array:
> >
> > nbdkit data data="1" size=512
> >
> > This will return extents information: [length=327...