search for: vmchannelout

Displaying 2 results from an estimated 2 matches for "vmchannelout".

2009 Sep 24
1
[PATCH libguestfs] maint: use spaces, not TABs for indentation
...est. + # Note that this test must be conditional on the previous + # test failing. This is because recent qemu will throw + # up an SDL window and hang if we try to run this test. AC_MSG_CHECKING([for "-net channel" (old guestfwd) support in $QEMU]) vmchannelout=`$QEMU -net channel /dev/zero 2>&1 ||:` echo "vmchannel test command output: $vmchannelout" >&AS_MESSAGE_LOG_FD diff --git a/rescue/virt-rescue b/rescue/virt-rescue index a44940d..9ad2fa4 100755 --- a/rescue/virt-rescue +++ b/rescue/virt-rescue @@ -111,7 +111,7 @@ O...
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...qemu must be installed]) AC_DEFINE_UNQUOTED([QEMU],["$QEMU"],[Location of qemu binary.]) @@ -100,13 +100,13 @@ if test "x$vmchannel_test" != "xno"; then else AC_MSG_RESULT([no]) AC_MSG_CHECKING([for "-net channel" support in $QEMU]) - vmchannelout=`$QEMU -net channel /dev/zero 2>&1 ||:` - echo "vmchannel test command output: $vmchannelout" >&AS_MESSAGE_LOG_FD - if echo "$vmchannelout" | grep -sq "vmchannel wrong port number" ; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - A...