-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 273279 b: refs/heads/master c: 092f4c5 h: refs/heads/master i: 273277: d82aed3 273275: 91ab9a5 273271: 916c179 273263: 44fbafd 273247: 3772410 273215: 208ef3b 273151: 0c2669f v: v3
- Loading branch information
Linus Torvalds
committed
Nov 2, 2011
1 parent
58b8ed6
commit 902cdb2
Showing
424 changed files
with
5,867 additions
and
5,302 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: c1e2ee2dc436574880758b3836fc96935b774c32 | ||
refs/heads/master: 092f4c56c1927e4b61a41ee8055005f1cb437009 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* virtio memory mapped device | ||
|
||
See http://ozlabs.org/~rusty/virtio-spec/ for more details. | ||
|
||
Required properties: | ||
|
||
- compatible: "virtio,mmio" compatibility string | ||
- reg: control registers base address and size including configuration space | ||
- interrupts: interrupt generated by the device | ||
|
||
Example: | ||
|
||
virtio_block@3000 { | ||
compatible = "virtio,mmio"; | ||
reg = <0x3000 0x100>; | ||
interrupts = <41>; | ||
} |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.