Skip to content

Commit

Permalink
docs: Add icons (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 11, 2024
1 parent 3750c00 commit 4e3de5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Tool for communicating with a QEMU Guest Agent daemon.

It is used to exchange information between the host and guest, and to execute commands in the guest.

## Usage
## Usage 🐳

Via Docker Compose:

Expand All @@ -32,7 +32,7 @@ Via Docker CLI:
docker run -it --rm qemux/qemu-host
```

### Background
### Background 📜

Ultimately the QEMU Guest Agent aims to provide access to a system-level agent via standard QMP commands.

Expand Down Expand Up @@ -63,7 +63,7 @@ Currently this is planned to be done as a pseudo-chardev that only QEMU/QMP sees

The current list of supported RPCs is documented in qemu.git/qapi-schema-guest.json.

## Stars
## Stars 🌟
[![Stars](https://starchart.cc/qemus/qemu-host.svg?variant=adaptive)](https://starchart.cc/qemus/qemu-host)

[build_url]: https://github.com/qemus/qemu-host/
Expand Down

0 comments on commit 4e3de5f

Please sign in to comment.