source: trunk/packages/sipb-xen-dom0/files/usr/sbin/qemu-dm-sipb @ 1130

Last change on this file since 1130 was 1130, checked in by broder, 16 years ago

Fix networking for HVM guests

  • Property svn:executable set to *
File size: 175 bytes
Line 
1#!/bin/sh
2domid=
3for i; do
4    if [ "$domid" = "_NEXT_" ]; then
5        domid=$i
6        break
7    elif [ "$i" = "-d" ]; then
8        domid=_NEXT_
9    fi
10done
11exec "/usr/lib/xen/bin/qemu-dm" "$@"
Note: See TracBrowser for help on using the repository browser.