cloud-hypervisor/pci
Anatol Belski 4f33ea89cf pci: use vfio-bindings from crates.io
This fixes `cargo vendor` throwing an error

```
$ cargo vendor
error: failed to sync

Caused by:
  found duplicate version of package `vfio-bindings v0.2.0` vendored from two sources:

	source 1: https://github.com/rust-vmm/vfio-bindings#f08cbcbf
	source 2: registry `https://github.com/rust-lang/crates.io-index`
```

Both sources are indeed same, the conflict is only cause by the
different URLs.

Signed-off-by: Anatol Belski <ab@php.net>
2020-08-05 17:50:45 +01:00
..
src vfio: Make vfio to use MemoryRegion instead of kvm_userspace_memory_region 2020-07-16 07:34:27 +02:00
Cargo.toml pci: use vfio-bindings from crates.io 2020-08-05 17:50:45 +01:00