Skip to content
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

Initial code import #1

Closed
Closed
Changes from 1 commit
Commits
Show all changes
110 commits
Select commit Hold shift + click to select a range
ecabf8c
vfio_user: Implement client side support
rbradford Jun 4, 2021
7fb9a81
vfio_user: Fix debug output to include reply for DeviceGetRegionInfo
rbradford Aug 11, 2021
a8b9b77
build: bump anyhow from 1.0.42 to 1.0.43
dependabot[bot] Aug 16, 2021
4a5bf48
vfio_user: DmaUnmap expects a reply with payload
Aug 17, 2021
9e67ebe
build: bump libc from 0.2.99 to 0.2.100
dependabot[bot] Aug 24, 2021
ed2b1dd
build: bump libc from 0.2.100 to 0.2.101
dependabot[bot] Aug 25, 2021
80fb1c6
build: bump thiserror from 1.0.26 to 1.0.28
dependabot[bot] Aug 30, 2021
dee4de4
build: Update vfio_user's vm-memory dependency
rbradford Sep 1, 2021
f0cf90f
build: bump thiserror from 1.0.28 to 1.0.29
dependabot[bot] Sep 6, 2021
a9ccad8
build: bump anyhow from 1.0.43 to 1.0.44
dependabot[bot] Sep 13, 2021
91fb910
build: bump libc from 0.2.101 to 0.2.102
dependabot[bot] Sep 15, 2021
b3d78e8
build: bump libc from 0.2.102 to 0.2.103
dependabot[bot] Sep 28, 2021
e0d8be8
build: bump thiserror from 1.0.29 to 1.0.30
dependabot[bot] Oct 12, 2021
b3984f4
build: bump libc from 0.2.103 to 0.2.104
dependabot[bot] Oct 18, 2021
69948f4
build: bump vm-memory from 0.6.0 to 0.7.0
likebreath Oct 20, 2021
6d5d580
Revert "build: bump vm-memory from 0.6.0 to 0.7.0"
Oct 22, 2021
0379107
build: bump libc from 0.2.104 to 0.2.105
dependabot[bot] Oct 26, 2021
3b6fd41
build: bump libc from 0.2.105 to 0.2.106
dependabot[bot] Nov 2, 2021
197a9dd
build: bump anyhow from 1.0.44 to 1.0.45
dependabot[bot] Nov 2, 2021
1cd8395
build: bump libc from 0.2.106 to 0.2.107
dependabot[bot] Nov 8, 2021
c06f7cc
build: bump anyhow from 1.0.45 to 1.0.46
dependabot[bot] Nov 8, 2021
cd9e805
deps: Downgrade anyhow
Nov 10, 2021
7b79142
vfio_user: add safety comments for `impl ByteValued`
liuw Nov 17, 2021
b4b2106
build: bump anyhow from 1.0.45 to 1.0.48
dependabot[bot] Nov 22, 2021
028a392
build: bump libc from 0.2.107 to 0.2.108
dependabot[bot] Nov 22, 2021
1104787
vfio_user: Replace info! with debug!
Nov 26, 2021
0b31ceb
build: bump anyhow from 1.0.48 to 1.0.51
dependabot[bot] Nov 29, 2021
5a95b4b
build: bump libc from 0.2.108 to 0.2.109
dependabot[bot] Dec 6, 2021
a7f53db
build: bump libc from 0.2.109 to 0.2.112
dependabot[bot] Dec 14, 2021
24c0ad0
build: bump vfio-bindings from 0.2.0 to 0.3.1
dependabot[bot] Dec 20, 2021
d724cdd
deps: Bump vm-memory to 0.7.0
Dec 21, 2021
fc4acdc
build: bump anyhow from 1.0.51 to 1.0.52
dependabot[bot] Dec 23, 2021
5023101
build: bump libc from 0.2.112 to 0.2.113
dependabot[bot] Jan 20, 2022
e9bbd2b
build: bump anyhow from 1.0.52 to 1.0.53
dependabot[bot] Jan 25, 2022
e2797ed
build: bump libc from 0.2.113 to 0.2.114
dependabot[bot] Jan 25, 2022
d8528aa
build: bump libc from 0.2.114 to 0.2.115
dependabot[bot] Jan 27, 2022
b594dee
build: bump libc from 0.2.115 to 0.2.116
dependabot[bot] Jan 28, 2022
42216d3
build: bump libc from 0.2.116 to 0.2.117
dependabot[bot] Feb 2, 2022
5e3fb1c
build: bump libc from 0.2.117 to 0.2.118
dependabot[bot] Feb 15, 2022
d35a151
build: bump anyhow from 1.0.53 to 1.0.55
dependabot[bot] Feb 21, 2022
2c4fe5f
build: bump libc from 0.2.118 to 0.2.119
dependabot[bot] Feb 22, 2022
b858fe6
build: bump anyhow from 1.0.55 to 1.0.56
dependabot[bot] Mar 7, 2022
43ba409
build: bump libc from 0.2.119 to 0.2.120
dependabot[bot] Mar 14, 2022
d5cdb12
vfio_user: Shutdown the communication with the backend
Mar 17, 2022
ab7a6c4
build: bump libc from 0.2.120 to 0.2.121
dependabot[bot] Mar 18, 2022
1f2eec2
build: bump log from 0.4.14 to 0.4.16
dependabot[bot] Mar 25, 2022
ab3ab33
build: bump libc from 0.2.121 to 0.2.122
dependabot[bot] Apr 7, 2022
d794007
build: bump libc from 0.2.122 to 0.2.123
dependabot[bot] Apr 12, 2022
1194b2e
build: bump libc from 0.2.123 to 0.2.124
dependabot[bot] Apr 20, 2022
2a04844
build: bump anyhow from 1.0.56 to 1.0.57
dependabot[bot] Apr 21, 2022
5b40d79
build: bump thiserror from 1.0.30 to 1.0.31
dependabot[bot] May 2, 2022
41b3197
build: bump libc from 0.2.124 to 0.2.125
dependabot[bot] May 2, 2022
8bf804d
build: bump log from 0.4.16 to 0.4.17
dependabot[bot] May 2, 2022
70e4162
vfio_user: Import "std::mem::size_of" for shorter reference
likebreath Apr 28, 2022
1a952a0
vfio_user: Split the function for getting device regions
likebreath Apr 28, 2022
8451189
vfio_user: Parse region capability 'VFIO_REGION_INFO_CAP_SPARSE_MMAP'
likebreath Apr 28, 2022
06f7ede
vfio_user: Embed retry of getting region caps into 'get_region_info'
likebreath May 2, 2022
5f54b13
build: bump virtio-queue from 0.2.0 to 0.3.0
dependabot[bot] May 11, 2022
9331c58
build: bump libc from 0.2.125 to 0.2.126
dependabot[bot] May 18, 2022
eee690a
build: bump anyhow from 1.0.57 to 1.0.58
dependabot[bot] Jun 21, 2022
a5c9ff6
build: Fix beta clippy issue (derive_partial_eq_without_eq)
rbradford Jun 30, 2022
4789bd2
tree-wide: drop unneeded dependencies
liuw Jul 22, 2022
44bebdb
build: bump libc from 0.2.126 to 0.2.127
dependabot[bot] Aug 4, 2022
a4be994
build: bump thiserror from 1.0.31 to 1.0.32
dependabot[bot] Aug 4, 2022
2e575a2
deps: Bulk upgrade dependencies
rbradford Aug 4, 2022
0eaa1c9
vfio_user: fix two clippy warnings
liuw Aug 9, 2022
004b56e
build: bump serde from 1.0.142 to 1.0.143
dependabot[bot] Aug 9, 2022
fbd6e96
build: bump libc from 0.2.127 to 0.2.129
dependabot[bot] Aug 10, 2022
a514d47
build: bump libc from 0.2.129 to 0.2.131
dependabot[bot] Aug 15, 2022
786c3e6
build: bump libc from 0.2.131 to 0.2.132
dependabot[bot] Aug 17, 2022
4ef5d44
build: bump serde from 1.0.143 to 1.0.144
dependabot[bot] Aug 22, 2022
8cb4207
build: bump serde_json from 1.0.83 to 1.0.85
dependabot[bot] Aug 23, 2022
93af167
build: bump thiserror from 1.0.32 to 1.0.33
dependabot[bot] Sep 1, 2022
cbbdca9
build: bump thiserror from 1.0.33 to 1.0.34
dependabot[bot] Sep 5, 2022
7ce9075
build: bump thiserror from 1.0.34 to 1.0.35
dependabot[bot] Sep 13, 2022
e0375db
build: Bulk dependencies update
dependabot[bot] Sep 14, 2022
725a2e2
build: Bump libc from 0.2.132 to 0.2.133
dependabot[bot] Sep 20, 2022
52441d2
build: Bump serde from 1.0.144 to 1.0.145
dependabot[bot] Sep 22, 2022
5832543
build: Bump thiserror from 1.0.35 to 1.0.36
dependabot[bot] Sep 27, 2022
b9b730b
build: Bump thiserror from 1.0.36 to 1.0.37
dependabot[bot] Sep 27, 2022
8029955
build: Bump libc from 0.2.133 to 0.2.134
dependabot[bot] Sep 30, 2022
bb72781
build: Bump serde_json from 1.0.85 to 1.0.86
dependabot[bot] Oct 10, 2022
7c5663c
build: Bump libc from 0.2.134 to 0.2.135
dependabot[bot] Oct 11, 2022
db4d88d
build: Bump serde_json from 1.0.86 to 1.0.87
dependabot[bot] Oct 19, 2022
0197742
build: Bump serde from 1.0.145 to 1.0.147
dependabot[bot] Oct 21, 2022
05a184f
build: Bump libc from 0.2.135 to 0.2.137
dependabot[bot] Oct 27, 2022
0d066f4
vfio_user: modify the style of safety comments
liuw Nov 16, 2022
63996be
build: Bulk update dependencies
rbradford Nov 28, 2022
2892d7d
build: Bump libc from 0.2.137 to 0.2.138
dependabot[bot] Dec 5, 2022
caf0f8e
misc: Bulk update dependencies
rbradford Dec 7, 2022
e97415d
build: Bump serde from 1.0.149 to 1.0.150
dependabot[bot] Dec 12, 2022
553d269
build: Bump serde from 1.0.150 to 1.0.151
dependabot[bot] Dec 16, 2022
6b9f4d9
build: Bump libc from 0.2.138 to 0.2.139
dependabot[bot] Jan 5, 2023
bf8f9c2
build: Bump thiserror from 1.0.37 to 1.0.38
dependabot[bot] Jan 13, 2023
0556f81
misc: Automatically fix cargo clippy issues added in 1.68 (beta)
likebreath Jan 25, 2023
6995cb3
build: Bump serde_json from 1.0.91 to 1.0.93
dependabot[bot] Feb 11, 2023
09eab34
vfio_user: Improve flags for DMA_MAP command
rbradford Feb 7, 2023
aa6eb7d
vfio_user: Add flags for DMA_UNMAP command
rbradford Feb 7, 2023
c63980f
vfio_user: Add basic server side support
rbradford Feb 10, 2023
5832aa7
vfio_user: Add a simple sample device
rbradford Feb 10, 2023
7f4f55d
vfio_user: Always generate an error for commands
rbradford Feb 14, 2023
705d356
vfio_user: Add TODOs for missing functionality
rbradford Feb 14, 2023
3e07058
vfio_user: Reject SET_IRQS with VFIO_IRQ_SET_DATA_BOOL
rbradford Feb 14, 2023
6461582
vfio_user: Add command line parsing for socket option
rbradford Feb 15, 2023
8d45e75
vfio_user: Make GPIO device more interesting
rbradford Feb 15, 2023
6fa9240
build: Point to Cloud Hypervisor PCI crate for examples to build
rbradford Feb 17, 2023
f93c1a6
README: Replace template README
rbradford Feb 17, 2023
d4f2b21
misc: Remove LICENSE-BSD-3-Clause
rbradford Feb 17, 2023
514fb17
misc: Update CODEOWNERS
rbradford Feb 17, 2023
72cfd6d
build: Add GitHub actions
rbradford Feb 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: bump libc from 0.2.106 to 0.2.107
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.106 to 0.2.107.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.106...0.2.107)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rbradford committed Feb 17, 2023
commit 1cd8395e71c1a26d893d7c94401a57b0e1c47d01
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/rust-vmm/vfio-user"

[dependencies]
anyhow = "1.0.45"
libc = "0.2.106"
libc = "0.2.107"
log = "0.4.14"
serde = {version = ">=1.0.27", features = ["rc"] }
serde_derive = ">=1.0.27"
Expand Down