qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] kqemu compile fix for kernel >= 2.6.22-rc3-git6
@ 2007-06-03 19:50 Strobl Anton
  2007-06-04  9:14 ` Xavier Gnata
  0 siblings, 1 reply; 2+ messages in thread
From: Strobl Anton @ 2007-06-03 19:50 UTC (permalink / raw)
  To: qemu-devel

kqemu kernel module does not compile under kernel 2.6.22-rc3-git6

This patch resolves the problem for me:

---------SNIP----------------------------------------------
--- a/kqemu-linux.c     2007-05-25 14:03:58.000000000 +0200
+++ a/kqemu-linux.c     2007-05-25 14:04:23.000000000 +0200
@@ -19,6 +19,7 @@
  #include <linux/module.h>
  #include <linux/types.h>
  #include <linux/errno.h>
+#include <linux/sched.h>
  #include <linux/fs.h>
  #include <linux/mm.h>
  #include <linux/proc_fs.h>
---------SNIP----------------------------------------------


Strobl Anton

<a dot strobl at aws-it dot at>

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

* Re: [Qemu-devel] [PATCH] kqemu compile fix for kernel >= 2.6.22-rc3-git6
  2007-06-03 19:50 [Qemu-devel] [PATCH] kqemu compile fix for kernel >= 2.6.22-rc3-git6 Strobl Anton
@ 2007-06-04  9:14 ` Xavier Gnata
  0 siblings, 0 replies; 2+ messages in thread
From: Xavier Gnata @ 2007-06-04  9:14 UTC (permalink / raw)
  To: qemu-devel

Hi,

It works just fine here but we also have to be sure that it still works 
with a kernel <= 2.6.21.

Xavier

> kqemu kernel module does not compile under kernel 2.6.22-rc3-git6
>
> This patch resolves the problem for me:
>
> ---------SNIP----------------------------------------------
> --- a/kqemu-linux.c     2007-05-25 14:03:58.000000000 +0200
> +++ a/kqemu-linux.c     2007-05-25 14:04:23.000000000 +0200
> @@ -19,6 +19,7 @@
>  #include <linux/module.h>
>  #include <linux/types.h>
>  #include <linux/errno.h>
> +#include <linux/sched.h>
>  #include <linux/fs.h>
>  #include <linux/mm.h>
>  #include <linux/proc_fs.h>
> ---------SNIP----------------------------------------------
>
>
> Strobl Anton
>
> <a dot strobl at aws-it dot at>
>
>
>
>
>


-- 
############################################
Xavier Gnata
CRAL - Observatoire de Lyon
9, avenue Charles André
69561 Saint Genis Laval cedex
Phone: +33 4 78 86 85 28
Fax: +33 4 78 86 83 86
E-mail: gnata@obs.univ-lyon1.fr
############################################ 

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

end of thread, other threads:[~2007-06-04  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-03 19:50 [Qemu-devel] [PATCH] kqemu compile fix for kernel >= 2.6.22-rc3-git6 Strobl Anton
2007-06-04  9:14 ` Xavier Gnata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).