rust-vsock / vsock-rs

Virtio socket support for Rust
https://crates.io/crates/vsock
Apache License 2.0
27 stars 19 forks source link

Update dependencies #6

Closed qwandor-google closed 3 years ago

qwandor-google commented 4 years ago

This also fixes the vm target in the Makefile to work with QEMU 5.1, and an issue with building on 32-bit Android targets.

qwandor-google commented 4 years ago

Hi, can I get a review on this please?

elmarco commented 3 years ago

lgtm

@fsyncd @dpeckett same issue here. Please apply & release.

jeromegn commented 3 years ago

I also need this

elmarco commented 3 years ago

@Tim-Zhang your next merge? thanks :)

Tim-Zhang commented 3 years ago

@qwandor-google Thanks a lot, can you withdraw the version increment commit? I plan to include more fixes in the version 0.2.2. I will bump the version a couple of days after the pr merged.

qwandor-google commented 3 years ago

Done.

There are unfortunately some warnings due to https://github.com/rust-lang/libc/issues/1848 which I'm not sure how to avoid, if we update libc further.

Tim-Zhang commented 3 years ago

There are unfortunately some warnings due to rust-lang/libc#1848 which I'm not sure how to avoid, if we update libc further.

@qwandor-google Thanks, I have just fixed this issue https://github.com/rust-vsock/vsock-rs/pull/7

Tim-Zhang commented 3 years ago

@qwandor-google @jeromegn @elmarco I have published the version 0.2.2.