summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorZach Reizner <zachr@google.com>2017-04-13 18:59:33 -0700
committerZach Reizner <zachr@chromium.org>2017-04-19 16:30:31 +0000
commit09a0a323459c296ff30dcb0430a24a49d000ec3e (patch)
treebf273d7ad1ea2dac48f6805541c9315b0a1c33bd /.gitignore
parentbe9feaa3d282109fd5bec933a94e94da908bcca6 (diff)
downloadcrosvm-09a0a323459c296ff30dcb0430a24a49d000ec3e.tar
crosvm-09a0a323459c296ff30dcb0430a24a49d000ec3e.tar.gz
crosvm-09a0a323459c296ff30dcb0430a24a49d000ec3e.tar.bz2
crosvm-09a0a323459c296ff30dcb0430a24a49d000ec3e.tar.lz
crosvm-09a0a323459c296ff30dcb0430a24a49d000ec3e.tar.xz
crosvm-09a0a323459c296ff30dcb0430a24a49d000ec3e.tar.zst
crosvm-09a0a323459c296ff30dcb0430a24a49d000ec3e.zip
kvm-sys: start low-level kvm bindings
These bindings are autogenerated via a manual invocation to bindgen.
Also included are the calculations for ioctl numbers, which bindgen was
not capable of generating. Note that a few of the autogenerated tests
fail currently.

BUG=chromium:711556
TEST=cargo test # note there are 4 failures

Change-Id: I818c5bba1f032aec131459de1346c548148e6612
Reviewed-on: https://chromium-review.googlesource.com/477375
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7221efe
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+target/
+**/*.rs.bk
+Cargo.lock
\ No newline at end of file