all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Update on VM support
@ 2014-04-15 19:58 Ludovic Courtès
  0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2014-04-15 19:58 UTC (permalink / raw)
  To: guix-devel

Hello!

A summary of the recent changes in (gnu system vm) & co.:

  • This module now uses QEMU’s 9p file system support (-virtfs) to
    share files with the host (previously it used Samba to expose a CIFS
    share to the guest, because that’s what QEMU made easy to support
    historically, but it was much slower, less flexible, and required a
    custom patch to share more than one directory.)

  • The build-side part of the code has been moved to (guix build vm)
    and modularized.  It is much more readable and flexible now.  :-)

  • When building a VM that shares its store with the host, as with
    ‘guix system vm’, unionfs-fuse is used to get a writable file
    system.  That file system is the union of the real root provided by
    the image, which is read-only, and a writable tmpfs.

That improves development and testing with ‘guix system vm’.  Some of it
will also be reusable for the installation CD/USB key image.

Ludo’.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-15 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 19:58 Update on VM support Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.