Commit Graph

5 Commits

Author SHA1 Message Date
Jan Kiszka
0eb0a2b0a3 WIP: tools: Add virtio-ivshmem-block demo
This is a simple demo for creating a virtio-over-ivshmem backend driver
for a virtio block device.

TODO:
 - resolve hacks
 - extract common bits to be shared with similar backends.

Note: Specification work for virtio-over-ivshmem is ongoing, so details
may still change.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2023-10-30 15:52:07 +08:00
Jan Kiszka
7d9335f7b8 WIP: tools: Add virtio-ivshmem-console demo
This is a simple demo for creating a virtio-over-ivshmem backend driver
for a virtio console.

TODO:
 - resolve hacks
 - extract common bits to be shared with similar backends.

Note: Specification work for virtio-over-ivshmem is ongoing, so details
may still change.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2023-10-30 15:52:07 +08:00
Rong Tao
ae43c20da2 tools/virtio: Ignore virtio-trace/trace-agent
since commit 108fc82596e3("tools: Add guest trace agent as a user tool")
introduce virtio-trace/trace-agent, it should be ignored in the git tree.

Signed-off-by: Rong Tao <rongtao@cestc.cn>
Message-Id: <tencent_52B2BC2F47540A5FEB46E710BD0C8485B409@qq.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2023-03-13 02:29:12 -04:00
Masahiro Yamada
d198b34f38 .gitignore: add SPDX License Identifier
Add SPDX License Identifier to all .gitignore files.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-25 11:50:48 +01:00
Ramkumar Ramachandra
504ce60f45 virtio tools: add .gitignore
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2013-07-15 11:18:31 +09:30