public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] kvm-49 release
@ 2007-10-29  2:44 Avi Kivity
       [not found] ` <472548F1.9050903-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 19+ messages in thread
From: Avi Kivity @ 2007-10-29  2:44 UTC (permalink / raw)
  To: kvm-devel

Not a good hour for a coherent release announcement.  Many fixes and 
some features.  Hopefully I've spelled everyone's name correctly.

Changes from kvm-48:
- Fix PIT time-drift-fix (only with -no-kvm-irqchip) (Dan Kenigsberg)
- Fix vnc auth error with clients <= 3.7 protocol (Dan Kenigsberg)
- Don't spin on hlt with interrupts disabled (Dor Laor)
- Fix pxe boot (Izik Eidus)
- Hide the Intel real-mode tss from userspace (Izik Eidus)
- Automatic memory slot management for libkvm (Izik Eidus)
- Fix problem with std-vga and 4GB guests (Izik Eidus)
- External module compat for smp_call_function_mask() (Laurent Vivier)
- More portability work (Jerone Young, Christian Borntraeger, Zhang Xiantao)
- Fix sleep-in-atomic-context during vcpu init
- Fix 'push imm8' emulation (fixes W2K3 installer)
- Intercept and emulate invd and wbinvd on AMD
- Reduce emulator dependency on cr2 (mov abs insns)
- Move page fault processing to common code
- Fix rmap memory consumption oops due to increased rmap usage with swap
- Fix potential memory leak with kernel-allocated memslots (Izik Eidus)
- Export memory slot allocation mechanism (Izik Eidus)
- Add kernel-private memslots (Izik Eidus)
- Fix local apic divide-by-zero (Kevin Pedretti)
- Improve local apic timer wraparound handling (Kevin Pedretti)
- Use newly available smp_call_function_mask() (Laurent Vivier)
- Micro-optimize register usage on vmentry/vmexit (Laurent Vivier)
- Cleanups, compilation fixes (Akio Takebe, Anthony Liguori, me)


Notes:
      If you use the modules bundled with kvm-49, you can use any version
of Linux from 2.6.9 upwards.
      If you use the modules bundled with Linux 2.6.20, you need to use
kvm-12.
      If you use the modules bundled with Linux 2.6.21, you need to use
kvm-17.
      Modules from Linux 2.6.22 and up will work with any kvm version from
kvm-22.  Some features may only be available in newer releases.
      For best performance, use Linux 2.6.23-rc2 or later as the host.

http://kvm.qumranet.com


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [ANNOUNCE] kvm-49 release
@ 2007-11-01 23:12 Avi Kivity
       [not found] ` <472A5D42.6080508-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 19+ messages in thread
From: Avi Kivity @ 2007-11-01 23:12 UTC (permalink / raw)
  To: kvm-devel

Today's big change is FlexPriority, which drastically improves Windows 
SMP and/or ACPI performance on newer Intel processors.

Changes from kvm-49:
- fix smp_call_function_mask() emulation on preemptible kernels
- move libkvm into own directory (Hollis Blanchard)
- fix save/restore/migrate for new memory slot management (Uri Lublin)
- compile fixes (Uri Lublin, me)
- fix recursive locking on mmap() (Anthony Liguori)
- remove some cr2 dependencies from x86 emulator
- further simplify x86 emulator
- more portability work (Carsten Otte, Hollis Blanchard)
- Intel FlexPriority support (Sheng Yang)
- fix dirty page tracking on aliased pages (Uri Lublin)

Notes:
      If you use the modules bundled with kvm-50, you can use any version
of Linux from 2.6.9 upwards.
      If you use the modules bundled with Linux 2.6.20, you need to use
kvm-12.
      If you use the modules bundled with Linux 2.6.21, you need to use
kvm-17.
      Modules from Linux 2.6.22 and up will work with any kvm version from
kvm-22.  Some features may only be available in newer releases.
      For best performance, use Linux 2.6.23-rc2 or later as the host.

http://kvm.qumranet.com


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

end of thread, other threads:[~2007-11-05 15:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29  2:44 [ANNOUNCE] kvm-49 release Avi Kivity
     [not found] ` <472548F1.9050903-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-29  2:54   ` Haydn Solomon
     [not found]     ` <b75785ba0710281954s3e4b1909na1844926eb740a00-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-10-29  8:29       ` Izik Eidus
     [not found]         ` <472599D6.8060901-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-29 12:48           ` Haydn Solomon
  -- strict thread matches above, loose matches on Subject: below --
2007-11-01 23:12 Avi Kivity
     [not found] ` <472A5D42.6080508-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-01 23:16   ` Avi Kivity
2007-11-02  1:10   ` Haydn Solomon
     [not found]     ` <b75785ba0711011810q7ebce142y39658d960cf6d11e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-11-02  1:30       ` Sheng Yang
     [not found]         ` <200711020930.36289.sheng.yang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2007-11-05 15:49           ` Avi Kivity
2007-11-02  1:36       ` Sheng Yang
     [not found]         ` <200711020936.42041.sheng.yang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2007-11-02  1:54           ` Haydn Solomon
     [not found]             ` <b75785ba0711011854q5947e584rd7f6146fac1fc508-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-11-02  2:14               ` Haydn Solomon
     [not found]                 ` <b75785ba0711011914m121ac6c7wb3d911e93ec3190-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-11-02  2:19                   ` Yang, Sheng
2007-11-02  3:15                   ` Sheng Yang
     [not found]                     ` <200711021115.24505.sheng.yang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2007-11-02  4:56                       ` Haydn Solomon
     [not found]                         ` <b75785ba0711012156w373c9f5fo2fd9fd2dbebbca52-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-11-02  4:57                           ` Sheng Yang
2007-11-02  1:55   ` Zhao, Yunfeng
     [not found]     ` <10EA09EFD8728347A513008B6B0DA77A0250DC1E-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-11-04  7:47       ` Avi Kivity
     [not found]         ` <472D7913.9040401-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-04  7:42           ` Izik Eidus

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