public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] kvm-79 release
@ 2008-11-12 12:41 Avi Kivity
  2008-11-14 13:44 ` Farkas Levente
  0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2008-11-12 12:41 UTC (permalink / raw)
  To: KVM list

This is the first release to fully support pci device assignment.  You 
can assign a pci device to qemu on the command line, or hot-plug it in 
via the monitor.  Note that at this time, Linux 2.6.28 is required on 
the host.

Upstream qemu recently gained kvm support.  At this time a lot is 
missing in upstream (smp, performance) so this the upstream capabilities 
are not used yet.  Over time we will switch to using qemu upstream for 
more functionality.

Changes from kvm-78:
- merge qemu-svn
   - fix qcow2 problems with scsi
   - 'info chardev' monitor command
- device assignment userspace (Amit Shah, Muli Ben Yehudah, Ben-Ami Yassour,
   Weidong Han, Or Sagi, Nir Peleg, Glauber Costa, Xiantao Zhang)
- multiple processor infrastructure for ppc (Hollis Blanchard)
- fix error handling in eventfd() emulation (Mark McLoughlin)
- handle large mtu with virtio-net (Mark McLoughlin)
- move x86 specific device assignment code to x86 files (Christian Ehrhardt)
- fix 'pci_add' command descriptor (Weidong Han)
- enable pci function level reset for device assignment (Sheng Yang)
- fix incorrect handling of aliases gfns (Izik Eidus)
- ppc optimizations (Hollis Blanchard, Christian Ehrhardt)
- disallow guests from setting memory type when using EPT (Sheng Yang)
- fix cpuid leaf 11 loop termination (Nitin A Kamble)
- fix cpuid multiple leaf iteration (Nitin A Kamble)
- fix ia64 uniprocessor build (Xiantao Zhang)
- fix ppc Kbuild constraints (Hollis Blanchard)
- fix pit initialization memory leak

Notes:
     If you use the modules bundled with kvm-79, you can use any version
of Linux from 2.6.16 upwards.  You may also use kvm-79 userspace with
the kvm modules provided by Linux 2.6.25 or above.  Some features may
only be available in newer releases.

http://kvm.qumranet.com

-- 
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: [ANNOUNCE] kvm-79 release
@ 2008-11-12 14:53 Martin Vogt
  2008-11-12 14:55 ` Avi Kivity
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Vogt @ 2008-11-12 14:53 UTC (permalink / raw)
  To: kvm


Hello,


[...]
>Notes:
>If you use the modules bundled with kvm-79, you can use any version
>of Linux from 2.6.16 upwards.

Nope.
I tested kvm-79 on a SLES 10 with 2.6.16,
in the hope that my previously reported bug:

"hrtimer_start: Unknown symbol in module"

was fixed. (It wasnt)

Now I have this "one-liner patch(tm)" here which works for me:


diff -u external-module-compat-comm.h.org external-module-compat-comm.h
--- external-module-compat-comm.h.org   2008-11-12 15:51:55.000000000 +0100
+++ external-module-compat-comm.h       2008-11-12 15:52:05.000000000 +0100
@@ -601,7 +601,7 @@

 static inline void hrtimer_start_expires(struct hrtimer *timer, int mode)
 {
-       hrtimer_start(timer, timer->expires, mode);
+       hrtimer_start_p(timer, timer->expires, mode);
 }



Is this a correct fix?

- I could boot suse 11.1 beta4 with it(which didnt work with kvm-77)

Im really not sure if this works corretly and I dont want have broken
modules in my kernel :(

Is hrtimer_start_p already initialized when  hrtimer_start_expires is
called? (help)

regards,

Martin






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

end of thread, other threads:[~2008-11-14 22:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-12 12:41 [ANNOUNCE] kvm-79 release Avi Kivity
2008-11-14 13:44 ` Farkas Levente
2008-11-14 18:46   ` Jan Kiszka
2008-11-14 22:15     ` Charles Duffy
  -- strict thread matches above, loose matches on Subject: below --
2008-11-12 14:53 Martin Vogt
2008-11-12 14:55 ` Avi Kivity
     [not found]   ` <491AF497.7020700@itwm.fraunhofer.de>
2008-11-12 15:27     ` Avi Kivity

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