public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu-kvm: Fix CONFIG_signalfd/eventfd generation
@ 2009-08-03  8:39 Jan Kiszka
  2009-08-03 12:30 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-08-03  8:39 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 2a6faa2..c743186 100755
--- a/configure
+++ b/configure
@@ -1818,10 +1818,10 @@ if test "$fdt" = "yes" ; then
   echo "FDT_LIBS=$fdt_libs" >> $config_host_mak
 fi
 if test "$signalfd" = "yes" ; then
-  echo "#define CONFIG_signalfd 1" >> $config_host_h
+  echo "CONFIG_signalfd=y" >> $config_host_mak
 fi
 if test "$eventfd" = "yes" ; then
-  echo "#define CONFIG_eventfd 1" >> $config_host_h
+  echo "CONFIG_eventfd=y" >> $config_host_mak
 fi
 
 # XXX: suppress that

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] qemu-kvm: Fix CONFIG_signalfd/eventfd generation
  2009-08-03  8:39 [PATCH] qemu-kvm: Fix CONFIG_signalfd/eventfd generation Jan Kiszka
@ 2009-08-03 12:30 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-08-03 12:30 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: kvm-devel

On 08/03/2009 11:39 AM, Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka<jan.kiszka@siemens.com>
>    

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-03 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-03  8:39 [PATCH] qemu-kvm: Fix CONFIG_signalfd/eventfd generation Jan Kiszka
2009-08-03 12:30 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox