From: Avi Kivity <avi@redhat.com>
To: Glauber Costa <glommer@redhat.com>
Cc: kvm@vger.kernel.org, aliguori@us.ibm.com
Subject: Re: [PATCH] fix compilation with --disable-kvm
Date: Thu, 02 Oct 2008 17:31:08 +0300 [thread overview]
Message-ID: <48E4DB2C.1040402@redhat.com> (raw)
In-Reply-To: <1222957312-13443-1-git-send-email-glommer@redhat.com>
Glauber Costa wrote:
> Currently, kvm is failing to build with --disable-kvm.
> this patch fixes the issue.
>
>
Replaced, thanks.
> #define qemu_kvm_irqchip_in_kernel() (0)
> #define qemu_kvm_pit_in_kernel() (0)
> #define qemu_kvm_has_sync_mmu() (0)
> +#define kvm_load_registers(env) do {} while(0)
> +#define kvm_save_registers(env) do {} while(0)
> #endif
>
The alias functions want to be here too?
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2008-10-02 14:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-02 14:21 [PATCH] fix compilation with --disable-kvm Glauber Costa
2008-10-02 14:31 ` Avi Kivity [this message]
2008-10-02 15:11 ` Glauber Costa
-- strict thread matches above, loose matches on Subject: below --
2008-09-30 21:47 [PATCH 0/2] --disable-kvm currently not working Glauber Costa
2008-09-30 21:47 ` [PATCH] fix compilation with --disable-kvm Glauber Costa
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=48E4DB2C.1040402@redhat.com \
--to=avi@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=glommer@redhat.com \
--cc=kvm@vger.kernel.org \
/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.