search for: qemu_args

Displaying 9 results from an estimated 9 matches for "qemu_args".

2014 Nov 21
3
Bug#770456: Please start a qemu process in domain 0.
...@@ -37,6 +37,9 @@ XENCONSOLED="$ROOT"/bin/xenconsoled XENCONSOLED_PIDFILE="/var/run/xenconsoled.pid" XENSTORED="$ROOT"/bin/xenstored XENSTORED_PIDFILE="/var/run/xenstore.pid" +QEMU=/usr/bin/qemu-system-i386 +QEMU_PIDFILE="/var/run/qemu-dom0.pid" +QEMU_ARGS="-xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize -monitor /dev/null -serial /dev/null -parallel /dev/null" modules_setup() { @@ -179,10 +182,65 @@ xenconsoled_stop_real() [ "$RETVAL" = 2 ] && return 2 start-stop-daemon --stop --quiet --oknodo -...
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 4/7] userspace virtio
...optparser.add_option('--mac', help = 'use this specific mac addr', dest = 'mac', @@ -239,7 +245,7 @@ if not options.notap: mac_components[0] = 'a0' mac = ':'.join(mac_components) - qemu_args += ('-net', 'nic,macaddr=%s,model=rtl8139' % (mac,), + qemu_args += ('-net', 'nic,macaddr=%s,model=%s' % (mac,options.nictype,), '-net', 'tap,script=/etc/kvm/qemu-ifup',) if options.vnc: -- 1.5.3.3
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 4/7] userspace virtio
...optparser.add_option('--mac', help = 'use this specific mac addr', dest = 'mac', @@ -239,7 +245,7 @@ if not options.notap: mac_components[0] = 'a0' mac = ':'.join(mac_components) - qemu_args += ('-net', 'nic,macaddr=%s,model=rtl8139' % (mac,), + qemu_args += ('-net', 'nic,macaddr=%s,model=%s' % (mac,options.nictype,), '-net', 'tap,script=/etc/kvm/qemu-ifup',) if options.vnc: -- 1.5.3.3
2015 Jan 22
0
Ubuntu delta against 4.5.0-1 in experimental for disussion
...0000 +0100 > @@ -37,6 +37,9 @@ > XENCONSOLED_PIDFILE="/var/run/xenconsoled.pid" > XENSTORED="$ROOT"/bin/xenstored > XENSTORED_PIDFILE="/var/run/xenstore.pid" > +QEMU=/usr/bin/qemu-system-i386 > +QEMU_PIDFILE="/var/run/qemu-dom0.pid" > +QEMU_ARGS="-xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize > -monitor /dev/null -serial /dev/null -parallel /dev/null" I think all this is #770456, feature/bug770456 branch in the packaging xen.git. TBH I think this really ought to be fixed for Jessie. Ian.
2014 Nov 27
3
Bug#770456: Bug#770456: Please start a qemu process in domain 0.
...al() > > +{ > > + start-stop-daemon --start --quiet --pidfile "$QEMU_PIDFILE" --exec "$QEMU" --test > /dev/null \ > > + || return 1 > > + start-stop-daemon --start --quiet --pidfile "$QEMU_PIDFILE" --exec "$QEMU" -- \ > > + $QEMU_ARGS -pidfile "$QEMU_PIDFILE" \ > > + || return 2 > > +} > > + > > +qemu_stop_real() > > +{ > > + start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile "$QEMU_PIDFILE" --name xenconsoled > > + RETVAL="$?" > > + [...
2014 Nov 27
0
Bug#770456: Bug#770456: Please start a qemu process in domain 0.
...gt; + > +qemu_start_real() > +{ > + start-stop-daemon --start --quiet --pidfile "$QEMU_PIDFILE" --exec "$QEMU" --test > /dev/null \ > + || return 1 > + start-stop-daemon --start --quiet --pidfile "$QEMU_PIDFILE" --exec "$QEMU" -- \ > + $QEMU_ARGS -pidfile "$QEMU_PIDFILE" \ > + || return 2 > +} > + > +qemu_stop_real() > +{ > + start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile "$QEMU_PIDFILE" --name xenconsoled > + RETVAL="$?" > + [ "$RETVAL" = 2 ] && ret...
2015 Jan 22
5
Ubuntu delta against 4.5.0-1 in experimental for disussion
....xen.init 2015-01-22 12:16:25.000000000 +0100 @@ -37,6 +37,9 @@ XENCONSOLED_PIDFILE="/var/run/xenconsoled.pid" XENSTORED="$ROOT"/bin/xenstored XENSTORED_PIDFILE="/var/run/xenstore.pid" +QEMU=/usr/bin/qemu-system-i386 +QEMU_PIDFILE="/var/run/qemu-dom0.pid" +QEMU_ARGS="-xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize -monitor /dev/null -serial /dev/null -parallel /dev/null" modules_setup() { @@ -179,13 +182,84 @@ [ "$RETVAL" = 2 ] && return 2 start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec...
2014 Nov 27
0
Bug#770456: Bug#770456: Please start a qemu process in domain 0.
...@@ -37,6 +37,9 @@ XENCONSOLED="$ROOT"/bin/xenconsoled XENCONSOLED_PIDFILE="/var/run/xenconsoled.pid" XENSTORED="$ROOT"/bin/xenstored XENSTORED_PIDFILE="/var/run/xenstore.pid" +QEMU=/usr/bin/qemu-system-i386 +QEMU_PIDFILE="/var/run/qemu-dom0.pid" +QEMU_ARGS="-xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize -monitor /dev/null -serial /dev/null -parallel /dev/null" modules_setup() { @@ -179,10 +182,65 @@ xenconsoled_stop_real() [ "$RETVAL" = 2 ] && return 2 start-stop-daemon --stop --quiet --oknodo -...
2015 Jan 23
2
Ubuntu delta against 4.5.0-1 in experimental for disussion
...+37,9 @@ >> XENCONSOLED_PIDFILE="/var/run/xenconsoled.pid" >> XENSTORED="$ROOT"/bin/xenstored >> XENSTORED_PIDFILE="/var/run/xenstore.pid" >> +QEMU=/usr/bin/qemu-system-i386 >> +QEMU_PIDFILE="/var/run/qemu-dom0.pid" >> +QEMU_ARGS="-xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize >> -monitor /dev/null -serial /dev/null -parallel /dev/null" > > I think all this is #770456, feature/bug770456 branch in the packaging > xen.git. TBH I think this really ought to be fixed for Jessie. >...