crosvm/devices
Daniel Verkamp 1bdfb96e2d devices: virtio: do not mutably borrow interrupt
The async interrupt resample thread borrows the interrupt object passed
to it, so borrowing mutably will fail at runtime. The two calls to
interrupt.borrow_mut() were in places that did not need a mutable
reference anyway, so just switch them to interrupt.borrow().

BUG=b:208264646
TEST=Boot crostini on kevin

Change-Id: Ie873273f862b1d4ef11b595596fea51cd202ac6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3309200
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
2021-12-01 00:01:00 +00:00
..
src devices: virtio: do not mutably borrow interrupt 2021-12-01 00:01:00 +00:00
.build_test_serial devices: Add simple test for proxy device 2020-11-17 21:05:51 +00:00
Cargo.toml devices: refer to vmm_vhost via path dependency 2021-11-24 19:12:47 +00:00