aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-08 11:41:27 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-08 11:41:27 +0100
commite5523678d7c8a9444069df7609c1f4a47f7a30f5 (patch)
treed2cd6c6a8905b821ed1ce671c58c864b8023e63a /.hgignore
parent7c4dc2c62703fc589553b114133ccd21225b0998 (diff)
downloadxen-e5523678d7c8a9444069df7609c1f4a47f7a30f5.tar.gz
xen-e5523678d7c8a9444069df7609c1f4a47f7a30f5.tar.bz2
xen-e5523678d7c8a9444069df7609c1f4a47f7a30f5.zip
ioemu: Add tapdisk-ioemu tool
Currently, tap:ioemu can only be used for domains which have a device model running. This isn't the case for all domains. The most important of the missing domains is Dom0 which needs acces e.g. to extract the kernel from the domain's image. tapdisk-ioemu is a tool compiled from ioemu source plus a small wrapper which handles tap:ioemu access for domains without device model (currently Dom0). You must start tapdisk-ioemu manually before trying to attach a tap:ioemu disk to Dom0 at the moment. A patch to blktapctrl will follow to automatically start tapdisk-ioemu when needed. Signed-off-by: Kevin Wolf <kwolf@suse.de> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 7c7d4a9d86..e75acbf8ae 100644
--- a/.hgignore
+++ b/.hgignore
@@ -150,6 +150,7 @@
^tools/ioemu/qemu-tech\.html$
^tools/ioemu/qemu\.1$
^tools/ioemu/qemu\.pod$
+^tools/ioemu/tapdisk-ioemu$
^tools/libxc/ia64/asm/.*\.h$
^tools/libxc/ia64/acpi/.*\.h$
^tools/libxc/ia64/acpi/platform/.*\.h$