patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob c4152ae3504f63560fd8c9eb7c9fea0f9915664a 1258 bytes (raw)
name: pkgs/applications/virtualization/cloud-hypervisor/0001-build-use-local-vhost.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 
From 53848d798c617110c5c3f975db47a9555bc276f4 Mon Sep 17 00:00:00 2001
From: Alyssa Ross <alyssa.ross@unikie.com>
Date: Wed, 28 Sep 2022 12:18:19 +0000
Subject: [PATCH 1/3] build: use local vhost

Signed-off-by: Alyssa Ross <alyssa.ross@unikie.com>
---
 Cargo.lock | 2 --
 Cargo.toml | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 5d026652..b869b6ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1256,8 +1256,6 @@ dependencies = [
 [[package]]
 name = "vhost"
 version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53567fd9ab820e4f3cc156f24146882fee3c365194c3e1dea74723265f27fc88"
 dependencies = [
  "bitflags",
  "libc",
diff --git a/Cargo.toml b/Cargo.toml
index ba8377bb..2294b4c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,6 +41,7 @@ clap = { version = "3.2.17", features = ["cargo"] }
 kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.5.0-tdx" }
 kvm-ioctls = { git = "https://github.com/rust-vmm/kvm-ioctls", branch = "main" }
 versionize_derive = { git = "https://github.com/cloud-hypervisor/versionize_derive", branch = "ch" }
+vhost = { path = "../vhost" }
 
 [dev-dependencies]
 dirs = "4.0.0"
-- 
2.37.1


debug log:

solving c4152ae3504 ...
found c4152ae3504 in https://inbox.spectrum-os.org/spectrum-devel/20220928170128.1583791-8-alyssa.ross@unikie.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20220930210906.1696349-8-alyssa.ross@unikie.com/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20220928170128.1583791-8-alyssa.ross@unikie.com/
diff --git a/pkgs/applications/virtualization/cloud-hypervisor/0001-build-use-local-vhost.patch b/pkgs/applications/virtualization/cloud-hypervisor/0001-build-use-local-vhost.patch
new file mode 100644
index 00000000000..c4152ae3504

1:40: trailing whitespace.
 
1:43: trailing whitespace.
-- 
Checking patch pkgs/applications/virtualization/cloud-hypervisor/0001-build-use-local-vhost.patch...
1:45: new blank line at EOF.
+
Applied patch pkgs/applications/virtualization/cloud-hypervisor/0001-build-use-local-vhost.patch cleanly.
warning: 3 lines add whitespace errors.

skipping https://inbox.spectrum-os.org/spectrum-devel/20220930210906.1696349-8-alyssa.ross@unikie.com/ for c4152ae3504
index at:
100644 c4152ae3504f63560fd8c9eb7c9fea0f9915664a	pkgs/applications/virtualization/cloud-hypervisor/0001-build-use-local-vhost.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

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).