Re: [PATCH] sandbox: add_image: mmap block devices

2019-10-25 Thread Robert Karszniewicz
On 10/24/19 6:07 PM, Ahmad Fatoum wrote: On 10/24/19 6:02 PM, Robert Karszniewicz wrote: This makes it possible to mount block devices from the host machine, which have been passed as arguments to --image Signed-off-by: Robert Karszniewicz --- arch/sandbox/os/common.c | 8 1 file c

Re: [PATCH] sandbox: add_image: mmap block devices

2019-10-24 Thread Ahmad Fatoum
On 10/24/19 6:02 PM, Robert Karszniewicz wrote: > This makes it possible to mount block devices from the host machine, > which have been passed as arguments to --image > > Signed-off-by: Robert Karszniewicz > --- > arch/sandbox/os/common.c | 8 > 1 file changed, 8 insertions(+) > > dif

[PATCH] sandbox: add_image: mmap block devices

2019-10-24 Thread Robert Karszniewicz
This makes it possible to mount block devices from the host machine, which have been passed as arguments to --image Signed-off-by: Robert Karszniewicz --- arch/sandbox/os/common.c | 8 1 file changed, 8 insertions(+) diff --git a/arch/sandbox/os/common.c b/arch/sandbox/os/common.c inde