New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer data between VMs not using block devices #87

Closed
marmarek opened this Issue Mar 8, 2015 · 3 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by rafal on 7 Mar 2011 11:14 UTC
Currently, we exchange files between VMs by swapping an attached block device. This has the following disadvantages:
a) we need to trust partition table and fs parsing code in the target to be not buggy
b) it is slow because of required hotplug scripts involvement
c) it requires a lot of code scattered in many places; udev scripts, unmount watcher, qfilexchgdd, etc, etc

b) is particularly painful for DVM.
Solve it via dedicated code running over qrexec-agent (see ticket 86).

Migrated-From: https://wiki.qubes-os.org/ticket/87

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 15 Mar 2011 00:35 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 15 Mar 2011 00:35 UTC

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 15 Mar 2011 00:37 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 15 Mar 2011 00:37 UTC

@marmarek marmarek added P: critical and removed P: major labels Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by rafal on 23 Mar 2011 15:54 UTC
Implemented.

Member

marmarek commented Mar 8, 2015

Comment by rafal on 23 Mar 2011 15:54 UTC
Implemented.

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment