Skip to content

Commit

Permalink
Update CODEOWNERS
Browse files Browse the repository at this point in the history
Signed-off-by: Viresh Kumar <[email protected]>
  • Loading branch information
vireshk committed May 27, 2021
1 parent df83d1b commit 04bd4bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Add the list of code owners here (using their GitHub username)
* gatekeeper-PullAssigner
* gatekeeper-PullAssigner @vireshk
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This repository hosts various 'vhost-user' device backends in their own crates.
See their individual README.md files for specific information about those
crates.

## Usage
Here is the list of device backends that we support:

The individual creates are not interdependent and differ in their usage. Read
the specific README.md files in device specific crates for more information.
- [I2C](https://github.com/rust-vmm/vhost-device/blob/master/i2c/README.md)
6 changes: 3 additions & 3 deletions i2c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This program is tested with QEMU's `-device vhost-user-i2c-pci` but should
work with any virtual machine monitor (VMM) that supports vhost-user. See the
Examples section below.

##Synopsis
## Synopsis

**vhost-device-i2c** [*OPTIONS*]

##Options
## Options

.. program:: vhost-device-i2c

Expand Down Expand Up @@ -42,7 +42,7 @@ Examples section below.
bus (decimal): adatper bus number. e.g. 2 for /dev/i2c-2, 3 for /dev/i2c-3.
client_addr (decimal): address for client device, 32 == 0x20.

##Examples
## Examples

The daemon should be started first:

Expand Down

0 comments on commit 04bd4bd

Please sign in to comment.