qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] linux-user: Misc patches for linux container compatibility
@ 2013-08-29 23:46 Laurent Vivier
  2013-08-29 23:46 ` [Qemu-devel] [PATCH 1/6] linux-user: convert /proc/net/route when endianess differs Laurent Vivier
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Laurent Vivier @ 2013-08-29 23:46 UTC (permalink / raw)
  To: Riku Voipio; +Cc: qemu-devel

I bring with me this serie of patches for some months now.

They allow to boot and use a linux-user mode qemu in a linux container.
Some of them have been already sent to the mailing list with no result.

Please review, comments are welcome, and apply.

Laurent Vivier (6):
  linux-user: convert /proc/net/route when endianess differs
  linux-user: Add setsockopt(SO_ATTACH_FILTER)
  linux-user: allow use of TIOCGSID
  linux-user: add some IPV6 commands in setsockop()
  linux-user: add support of binfmt_misc 'O' flag
  scripts: create a template to use with lxc-create

 linux-user/ioctls.h       |   1 +
 linux-user/linuxload.c    |   8 +-
 linux-user/main.c         |  32 ++++-
 linux-user/qemu.h         |   2 +-
 linux-user/syscall.c      | 122 +++++++++++++++-
 linux-user/syscall_defs.h |  12 ++
 scripts/lxc-cross-debian  | 353 ++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 517 insertions(+), 13 deletions(-)
 create mode 100755 scripts/lxc-cross-debian

-- 
1.8.1.2

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-09-06 16:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-29 23:46 [Qemu-devel] [PATCH 0/6] linux-user: Misc patches for linux container compatibility Laurent Vivier
2013-08-29 23:46 ` [Qemu-devel] [PATCH 1/6] linux-user: convert /proc/net/route when endianess differs Laurent Vivier
2013-09-06 16:30   ` Peter Maydell
2013-08-29 23:46 ` [Qemu-devel] [PATCH 2/6] linux-user: Add setsockopt(SO_ATTACH_FILTER) Laurent Vivier
2013-09-06 16:30   ` Peter Maydell
2013-08-29 23:46 ` [Qemu-devel] [PATCH 3/6] linux-user: allow use of TIOCGSID Laurent Vivier
2013-09-06 16:31   ` Peter Maydell
2013-08-29 23:46 ` [Qemu-devel] [PATCH 4/6] linux-user: add some IPV6 commands in setsockop() Laurent Vivier
2013-09-06 16:31   ` Peter Maydell
2013-08-29 23:46 ` [Qemu-devel] [PATCH 5/6] linux-user: add support of binfmt_misc 'O' flag Laurent Vivier
2013-09-06 16:17   ` Peter Maydell
2013-09-06 16:50     ` Laurent Vivier
2013-08-29 23:46 ` [Qemu-devel] [PATCH 6/6] scripts: create a template to use with lxc-create Laurent Vivier
2013-09-06 16:33   ` Peter Maydell
2013-09-06 16:56     ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).