Needs an explicit memset to ensure allocation is done before DMA read
---
rumpdisk/block-rump.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/rumpdisk/block-rump.c b/rumpdisk/block-rump.c
index 80cdc350..f51c1adb 100644
--- a/rumpdisk/block-rump.c
+++ b/rumpdisk/block-
This enables large disks to work in librump.
---
debian/patches/Wno-error.diff | 9 +
1 file changed, 9 insertions(+)
diff --git a/debian/patches/Wno-error.diff b/debian/patches/Wno-error.diff
index 1b54758e..d8cef536 100644
--- a/debian/patches/Wno-error.diff
+++ b/debian/patches/Wno-er