File: disable-postcopy.patch

package info (click to toggle)
rust-vhost-user-backend 0.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,6 +32,2 @@ repository = "https://github.com/rust-vm
 [features]
-postcopy = [
-    "vhost/postcopy",
-    "userfaultfd",
-]
 xen = [
@@ -55,6 +51,2 @@ version = "0.4.17"
 
-[dependencies.userfaultfd]
-version = "0.8.1"
-optional = true
-
 [dependencies.vhost]