Hi Samuel,
On 20/12/21 4:06 am, Samuel Thibault wrote:
> Damien Zammit, le sam. 18 déc. 2021 17:08:47 +1100, a ecrit:
>> This disables the rump buffer cache and avoids any magic translation that
>> rump would do.
>>
>> * rumpdisk/block-rump.c (translate_name): Use `/dev/r%sd' format instead of
>>
Hi,
On 20/12/21 4:05 am, Samuel Thibault wrote:
> Again, why is this needed?
This is needed because the newer librump broke out some of the symbols to a
different library,
so I think we need to link with it, (or possibly an alternative).
> Damien Zammit, le sam. 18 déc. 2021 17:08:46 +1100, a e
Hi Samuel,
On 20/12/21 4:05 am, Samuel Thibault wrote:
> A commit log message needs to include the "why" of the commit.
Sorry, this is somewhat of a hack to work around a conflicting "register_t"
definition.
We need to fix it in the librump configuration at compile time but I couldn't
quite fig