[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel,v2,0/5] Initrd support



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

-- 
2.17.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.