qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Import KVM headers including Makefile and impor


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH] Import KVM headers including Makefile and import script
Date: Sun, 03 May 2009 18:29:38 +0300
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Anthony Liguori wrote:
These are the headers from Linux 2.6.29 that have been modified to work under
QEMU.  This includes the necessary scripts to generate the headers from the
original Linux source tree.

Signed-off-by: Anthony Liguori <address@hidden>
---
 configure                      |    7 +-
 include/HEAD                   |    1 +
 include/Makefile               |   26 ++
 include/README                 |    6 +
 include/asm-powerpc/kvm.h      |   55 ++++
 include/asm-powerpc/kvm_para.h |   37 +++
 include/asm-x86/kvm.h          |  218 ++++++++++++++++
 include/asm-x86/kvm_para.h     |  147 +++++++++++
 include/fixup.sed              |   11 +
 include/linux/kvm.h            |  533 ++++++++++++++++++++++++++++++++++++++++
 include/linux/kvm_para.h       |   44 ++++

Another comment: let's add this as two separate commits, one for the configure/Makefile and one for the actual headers. The headers are generated files, after all, so we should follow the procedures we use for other generated files like the bios.

It also makes the first commit easy to cherry-pick across branches and repositories.

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]