-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from novafacing/plugins-v4
Add plugins API V4
- Loading branch information
Showing
96 changed files
with
1,066 additions
and
4,235 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,20 +21,4 @@ and instructions) of a program like: | |
|
||
```sh | ||
cargo run -r --bin tracer -- -a /bin/ls -- -lah | ||
``` | ||
|
||
## Installing QEMU | ||
|
||
This repository also provides a crate (`qemu`) which builds QEMU from source and | ||
installs Rust wrappers for QEMU as binaries. | ||
|
||
You can install QEMU with (add any additional features you need, e.g. `plugins`): | ||
|
||
```sh | ||
cargo install [email protected] --features=binaries | ||
``` | ||
|
||
On some systems, particularly BTRFS systems, `/tmp` may not be large enough for the | ||
temporary build directory (QEMU is quite large to build). In this case, create a | ||
directory on your root filesystem (e.g. `$HOME/.cargo/tmp`) and set | ||
`CARGO_TARGET_DIR=$HOME/.cargo/tmp` when running the install command. | ||
``` |
Oops, something went wrong.