Re: [PATCH 3/3] rumpdisk: Use raw uncached character device rwdXd

2021-12-20 Thread Damien Zammit
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 >>

Re: [PATCH 2/3] rumpdisk: Link with rumpvfs_nofifofs

2021-12-20 Thread Damien Zammit
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

Re: [PATCH 1/3] rumpdisk: define RUMP_REGISTER_T

2021-12-20 Thread Damien Zammit
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