vhost-device/crates
Stefano Garzarella 66e1173d6d rng: fix clippy warning
`timer` variable does not need to be mutable as clippy reported:

    warning: variable does not need to be mutable
       --> crates/rng/src/vhu_rng.rs:127:17
        |
    127 |             let mut timer = &mut self.timer;

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
2023-07-24 12:15:23 +05:30
..
gpio crates: Don't warn for vhost_user::Error::Disconnected 2023-07-20 13:06:31 +05:30
i2c crates: Don't warn for vhost_user::Error::Disconnected 2023-07-20 13:06:31 +05:30
rng rng: fix clippy warning 2023-07-24 12:15:23 +05:30
scsi crates: Don't warn for vhost_user::Error::Disconnected 2023-07-20 13:06:31 +05:30
vsock vsock: Try processing raw packets on other events too 2023-07-20 13:29:13 +05:30