build(deps): update bitflags requirement from 1.0 to 2.3 - #29
Closed
dependabot[bot] wants to merge 12 commits into
Closed
dependabot[bot] wants to merge 12 commits into
dependabot[bot] wants to merge 12 commits into
Conversation
GuestRegionMmap::from_range() can take care of creating the region as well now, use it. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
dependabot
Bot
force-pushed
the
dependabot/cargo/bitflags-2.3
branch
2 times, most recently
from
May 23, 2023 11:39
fd66262 to
392642f
Compare
vm-memory crate now supports Xen specific memory mappings via a special feature: "xen". Modify all vhost crates to work with the new feature. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This needs more work and isn't merged ready. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This adds a new crate for vhost-user-frontend. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This copies few files and definitions related to frontend side of vhost-user protocol from cloud hypervisor. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Some of the helpers are not required for every user, and can be dropped. Remove them and do minor cleanups. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Provide a generic implementation of VirtioDevice, which can be reused by all sort of devices. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
The device specific implementation may need to pass extra protocol specific features, like XEN_MMAP. Add the ability to receive that. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
If the Xen Mmap feature is negotiated, the layout of the memory region changes and more information is required to be parsed. Do that. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
dependabot
Bot
force-pushed
the
dependabot/cargo/bitflags-2.3
branch
from
May 25, 2023 09:14
392642f to
b2d5345
Compare
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@1.0.0...2.3.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/bitflags-2.3
branch
from
May 25, 2023 09:15
b2d5345 to
b23174a
Compare
vireshk
force-pushed
the
main
branch
3 times, most recently
from
July 4, 2023 05:42
869e28c to
eda164d
Compare
Author
|
Superseded by #34. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on bitflags to permit the latest version.
Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
... (truncated)
Commits
cf01ab0Merge pull request #358 from KodrAus/cargo/2.3.13d0c558prepare for 2.3.1 release32d406aMerge pull request #355 from KodrAus/fix/self-in-flags64fc276fix up example feature8872a64fix up clippy in CI748d88cfix up clippy lints and flag exprs referring to Selfa4b8c99fix up custom bits test4aa03b8add regression test for Self in flags values31d3e4aMerge pull request #352 from KodrAus/cargo/2.3.051e8197prepare for 2.3.0 releaseYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)