All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingmar Schraub <is@eseco.de>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: kvm <kvm@vger.kernel.org>
Subject: Re: [ANNOUNCE] kvm-kmod-2.6.33
Date: Fri, 26 Feb 2010 16:11:41 +0100	[thread overview]
Message-ID: <4B87E4AD.40209@eseco.de> (raw)
In-Reply-To: <4B864E53.2000402@siemens.com>

Hello Jan,

I can compile kvm-kmod-2.6.32.9 under Ubuntu 9.1 64-Bit, but 'make
install' fails with

ingmar@nexoc:~/KVM/kvm-kmod-2.6.32.9$ sudo make install
[sudo] password for ingmar:
mkdir -p ///usr/local/include/kvm-kmod/asm/
install -m 644 usr/include/asm-x86/{kvm,kvm_para}.h
///usr/local/include/kvm-kmod/asm/
install: cannot stat `usr/include/asm-x86/{kvm,kvm_para}.h': No such
file or directory
make: *** [install-hdr] Error 1

Before I used kvm-kmod-2.6.32.3 which installs just fine:

ingmar@nexoc:~/KVM/kvm-kmod-2.6.32.3$ sudo make install
mkdir -p ///lib/modules/2.6.31-19-generic/extra
cp x86/*.ko ///lib/modules/2.6.31-19-generic/extra
for i in ///lib/modules/2.6.31-19-generic/kernel/drivers/kvm/*.ko \
		 ///lib/modules/2.6.31-19-generic/kernel/arch/x86/kvm/*.ko; do \
		if [ -f "$i" ]; then mv "$i" "$i.orig"; fi; \
	done
/sbin/depmod -a 2.6.31-19-generic -b /
install -m 644 -D scripts/65-kvm.rules //etc/udev/rules.d/65-kvm.rules
install -m 644 -D usr/include/asm-x86/kvm.h
///usr/local/include/kvm-kmod/asm/kvm.h
install -m 644 -D usr/include/linux/kvm.h
///usr/local/include/kvm-kmod/linux/kvm.h
sed 's|PREFIX|/usr/local|; s/VERSION/kvm-kmod-2.6.32.3/' kvm-kmod.pc >
.tmp.kvm-kmod.pc
install -m 644 -D .tmp.kvm-kmod.pc ///usr/local/lib/pkgconfig/kvm-kmod.pc

Any idea what could be wrong?

Regards,

Ingmar

Jan Kiszka wrote:
> Now that 2.6.33 is out, time to release the corresponding kvm-kmod
> package as well. Not much has happened since 2.6.33-rc6, though.
> 
> KVM changes since kvm-kmod-2.6.33-rc6:
>  - PIT: control word is write-only
>    (fixes side-effects of spurious reads)
>  - kvmclock: count total_sleep_time when updating guest clock
>    (requires >= 2.6.32.9 as host, falls back to unfixed version
>    otherwise)
> 
> kvm-kmod changes:
>  - warn about kvmclock issues across host suspend/resume
>  - detect host kernel extra version to make use of fixes in stable
>    series
> 
> See [1] for the delta to 2.6.32.
> 
> I also released kvm-kmod-2.6.32.9 with basically the same changes. That
> may be the last release based on that kernel, but nothing is set in
> stone yet (specifically as we already maintain kvm-kmod-2.6.32
> internally for a customer).
> 
> Jan
> 
> [1] https://sourceforge.net/projects/kvm/files/kvm-kmod/2.6.33-rc6/changelog/view
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2010-02-26 15:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25 10:17 [ANNOUNCE] kvm-kmod-2.6.33 Jan Kiszka
2010-02-26 15:11 ` Ingmar Schraub [this message]
2010-02-26 15:38   ` Jan Kiszka

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=4B87E4AD.40209@eseco.de \
    --to=is@eseco.de \
    --cc=jan.kiszka@siemens.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.