-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #6
Conversation
Hi, can I get a review on this please? |
lgtm @fsyncd @dpeckett same issue here. Please apply & release. |
I also need this |
@Tim-Zhang your next merge? thanks :) |
@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. |
This seems to be required for vhost-vsock-pci on QEMU 5.1.
e.g. on 32-bit Android targets.
Done. 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 #7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qwandor-google LGTM, Thanks, Maybe I can publish it tomorrow.
@qwandor-google @jeromegn @elmarco I have published the version 0.2.2. |
Update `getrandom` crate
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.