unofficial mirror of guix-devel@gnu.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 public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).