]> xenbits.xensource.com Git - xen.git/commit
Each TAP/TUN device name for a HVM guest includes its domain ID.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Mar 2008 11:02:00 +0000 (11:02 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Mar 2008 11:02:00 +0000 (11:02 +0000)
commit6dc8df55eafe46f44218eaabb701ec51d1eeeed3
treee07d7d0cd77cd0f43856760fb71e56b565fb37d0
parent079d3b064f6ce1a8f5bf17ca5cd008ce2e0663cc
Each TAP/TUN device name for a HVM guest includes its domain ID.

The TAP/TUN devices are used for connection to a HVM domain, but there
is no relationship between each name of the devices and its domain
ID. This patch assigns a HVM domain ID to each TAP/TUN device name.

Signed-off-by: MIYAJIMA Mitsuharu <miyajima.mitsuharu@anchor.jp>
tools/python/xen/xend/image.py