Jan Kiszka wrote:
I'm getting closer to a working qemu-kvm, but there are still a few messy parts. The magic dance goes like this: cd qemu-kvm/kvm ln -s .. qemu (or apply patch below) ./configure -whatever make Still, this is unintuitive. As both top-level configure and Makefile already differ from upstream, I see no reason not tweaking them also in way that ./configure && make from the top-level directory behaves as expected again. May look into this later (and the other warnings the build threw at me), now I've to understand an ugly shadow page table inconsistency of kvm... Jan -------> Subject: [PATCH] qemu-kvm: build system Add link to qemu Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- kvm/qemu | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 120000 kvm/qemu diff --git a/kvm/qemu b/kvm/qemu new file mode 120000 index 0000000..a96aa0e --- /dev/null +++ b/kvm/qemu @@ -0,0 +1 @@ +.. \ No newline at end of file
This shouldn't be needed. Can you confirm this with current qemu-kvm.git? -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html