[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel,v2,0/5] Initrd support
Hi Gabriel,thanks a lot for your work! Sorry that I got slightly confused by this series. I think we should integrate your fixes into series 1151. Can you send a reworked patch series of 1151 that includes your fixes at the according commits? Thanks, Simon On 11.11.20 00:35, gabrielmocanu wrote: This patch series depends on the series 1151 https://patchwork.unikraft.org/project/unikraft/list/?series=1151&state=* Change since v2: - Define struct k_stat in a header file and modify mode_t to k_mode_T file in syscall.h - Change close to sys_close and change some error messages - Rename cpio to ukcpio and create Config.uk for the cpio - Modify vfscore/Config.uk to autoselect RamFS and ukcpio Robert Hrusecky (5): lib/vfscore: Add support to mount initramfs to root lib/cpio: Add CPIO extraction functionality lib/cpio: Create empty CPIO extraction library plat/linuxu: Add initrd memory region plat/linuxu: Add fstat and open host system calls plat/linuxu/include/linuxu/mode.h | 8 +++++ plat/linuxu/include/linuxu/stat.h | 39 +++++++++++++++++++++ plat/linuxu/include/linuxu/syscall-arm_32.h | 1 + plat/linuxu/include/linuxu/syscall-x86_64.h | 1 + plat/linuxu/include/linuxu/syscall.h | 20 +++++++++++ 5 files changed, 69 insertions(+) create mode 100644 plat/linuxu/include/linuxu/mode.h create mode 100644 plat/linuxu/include/linuxu/stat.h
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |