From: Avi Kivity <avi@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH] qemu-kvm: fix typo in configure
Date: Thu, 02 Jul 2009 14:22:48 +0300 [thread overview]
Message-ID: <4A4C9888.4020405@redhat.com> (raw)
In-Reply-To: <20090701112720.GA16678@redhat.com>
On 07/01/2009 02:27 PM, Michael S. Tsirkin wrote:
> Kill extra \). Also escape ! for clarity and bourne shell
> compatibility.
>
>
I applied a similar fix from Jan.
>
> # Make sure the target and host cpus are compatible
> -if test ! \( "$target_cpu" = "$cpu" -o \
> +if test \! \( "$target_cpu" = "$cpu" -o \
>
This is needed in qemu.git, in several places.
--
error compiling committee.c: too many arguments to function
prev parent reply other threads:[~2009-07-02 11:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-01 11:27 [PATCH] qemu-kvm: fix typo in configure Michael S. Tsirkin
2009-07-01 23:07 ` Dustin Kirkland
2009-07-02 11:22 ` Avi Kivity [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A4C9888.4020405@redhat.com \
--to=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mst@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.