* [ANNOUNCE] kvm-62 release
@ 2008-03-05 18:09 Avi Kivity
2008-03-05 18:14 ` Alexey Eremenko
2008-03-05 18:17 ` [ANNOUNCE] kvm-62 release Avi Kivity
0 siblings, 2 replies; 9+ messages in thread
From: Avi Kivity @ 2008-03-05 18:09 UTC (permalink / raw)
To: kvm-devel
Add cpus on the fly to your virtual machines with the new cpu hotplug
feature.
Changes from kvm-62:
- portability: make room for the ia64 register stack (Xiantao Zhang)
- fix leak when setting the pv clock to an invalid address (Marcelo Tosatti)
- detect vcpu triple faults (Joerg Roedel)
- fix race when instantiating a shadow pte
- fix host crash on guest kexec
- code cleanups (Harvey Harrison)
- better tsc handling on Intel hosts with stable tscs
- cpu hotplug (Glauber Costa)
- merge qemu-cvs
- new curses display option
- change -hugetlb-path to -mem-path (Anthony Liguori)
- increase pci support from 6 slots to 32 slots
- document ./configure --disable-cpu-emulation (Jerone Young)
- fix powerpc cpu initialization (Jerone Young)
- simplify host_cpuid() assembly code
Notes:
If you use the modules bundled with kvm-63, you can use any version
of Linux from 2.6.17 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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [ANNOUNCE] kvm-62 release
2008-03-05 18:09 [ANNOUNCE] kvm-62 release Avi Kivity
@ 2008-03-05 18:14 ` Alexey Eremenko
2008-03-05 18:48 ` Avi Kivity
2008-03-05 18:17 ` [ANNOUNCE] kvm-62 release Avi Kivity
1 sibling, 1 reply; 9+ messages in thread
From: Alexey Eremenko @ 2008-03-05 18:14 UTC (permalink / raw)
To: kvm-devel
Very Nice. Must be KVM-63.
> - merge qemu-cvs
> - new curses display option
How to activate that one?
--
-Alexey Eremenko "Technologov"
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ANNOUNCE] kvm-62 release
2008-03-05 18:14 ` Alexey Eremenko
@ 2008-03-05 18:48 ` Avi Kivity
2008-03-06 8:13 ` Alexey Eremenko
0 siblings, 1 reply; 9+ messages in thread
From: Avi Kivity @ 2008-03-05 18:48 UTC (permalink / raw)
To: Alexey Eremenko; +Cc: kvm-devel
Alexey Eremenko wrote:
> Very Nice. Must be KVM-63.
>
>
>> - merge qemu-cvs
>> - new curses display option
>>
>
> How to activate that one?
>
>
qemu -curses
--
Do not meddle in the internals of kernels, for they are subtle and quick to panic.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ANNOUNCE] kvm-62 release
2008-03-05 18:48 ` Avi Kivity
@ 2008-03-06 8:13 ` Alexey Eremenko
2008-03-06 8:18 ` Avi Kivity
0 siblings, 1 reply; 9+ messages in thread
From: Alexey Eremenko @ 2008-03-06 8:13 UTC (permalink / raw)
To: Avi Kivity, Alexey Eremenko; +Cc: kvm-devel
[-- Attachment #1.1: Type: text/plain, Size: 287 bytes --]
> Very Nice. Must be KVM-63.
>
>
>> - merge qemu-cvs
>> - new curses display option
>>
>qemu -curses
I'm Sorry, but it doesn't works.
tux@suse103-ws32:~> /usr/local/bin/qemu-system-x86_64 -curses
/usr/local/bin/qemu-system-x86_64: invalid option -- '-curses'
[-- Attachment #1.2: Type: text/html, Size: 804 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- Attachment #3: Type: text/plain, Size: 158 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ANNOUNCE] kvm-62 release
2008-03-06 8:13 ` Alexey Eremenko
@ 2008-03-06 8:18 ` Avi Kivity
2008-03-06 8:32 ` KVM-63 - ncurses Alexey Eremenko
0 siblings, 1 reply; 9+ messages in thread
From: Avi Kivity @ 2008-03-06 8:18 UTC (permalink / raw)
To: Alexey Eremenko; +Cc: kvm-devel
Alexey Eremenko wrote:
>
> > Very Nice. Must be KVM-63.
> >
> >
> >> - merge qemu-cvs
> >> - new curses display option
> >>
> >qemu -curses
>
> I'm Sorry, but it doesn't works.
>
> tux@suse103-ws32:~> /usr/local/bin/qemu-system-x86_64 -curses
>
> /usr/local/bin/qemu-system-x86_64: invalid option -- '-curses'
>
It probably wasn't configured. Do you have the devel package installed?
--
Do not meddle in the internals of kernels, for they are subtle and quick to panic.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread
* KVM-63 - ncurses
2008-03-06 8:18 ` Avi Kivity
@ 2008-03-06 8:32 ` Alexey Eremenko
2008-03-06 9:08 ` Carlo Marcelo Arenas Belon
0 siblings, 1 reply; 9+ messages in thread
From: Alexey Eremenko @ 2008-03-06 8:32 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel
[-- Attachment #1.1: Type: text/plain, Size: 534 bytes --]
>It probably wasn't configured. Do you have the devel package installed?
You are correct - it wasn't configured.
The problem is - I have the package (ncurses-devel) installed, but it is not detected.
KVM's "./configure" scripts skips it.
But it works on my Fedora machine.
I have a big problem with ncurses - once the VM enters Graphics Mode, it cannot be killed
with start Linux command: "ctrl+C" - tried from KDE Konsole. It can be killed only using "kill".
I think it's a bug.
Very nice feature BTW.
-Alexey
[-- Attachment #1.2: Type: text/html, Size: 989 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- Attachment #3: Type: text/plain, Size: 158 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: KVM-63 - ncurses
2008-03-06 8:32 ` KVM-63 - ncurses Alexey Eremenko
@ 2008-03-06 9:08 ` Carlo Marcelo Arenas Belon
2008-03-06 9:01 ` Alexey Eremenko
0 siblings, 1 reply; 9+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2008-03-06 9:08 UTC (permalink / raw)
To: Alexey Eremenko; +Cc: kvm-devel, Avi Kivity
On Thu, Mar 06, 2008 at 12:32:58AM -0800, Alexey Eremenko wrote:
>
> I have a big problem with ncurses - once the VM enters Graphics Mode, it
> cannot be killed
> with start Linux command: "ctrl+C" - tried from KDE Konsole. It can be
> killed only using "kill".
using xterm over pekwm (which traps "alt+2") I can use for that "esc+2"
qemu> quit
konsole probably works with the default key bindings for the qemu console
under curses which is "alt+2".
Carlo
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: KVM-63 - ncurses
2008-03-06 9:08 ` Carlo Marcelo Arenas Belon
@ 2008-03-06 9:01 ` Alexey Eremenko
0 siblings, 0 replies; 9+ messages in thread
From: Alexey Eremenko @ 2008-03-06 9:01 UTC (permalink / raw)
To: Carlo Marcelo Arenas Belon; +Cc: kvm-devel, Avi Kivity
[-- Attachment #1.1: Type: text/plain, Size: 530 bytes --]
>using xterm over pekwm (which traps "alt+2") I can use for that "esc+2"
> qemu> quit
>konsole probably works with the default key bindings for the qemu console
under curses which is "alt+2".
Yes, Thanks Carlo, that worked.
Another problem, is that most standard OSes (including most Linux distros) use both Graphical GRUB + Graphical setup by default.
In the hope to improve this situation, I have filled a feature-request for openSUSE:
https://bugzilla.novell.com/show_bug.cgi?id=347236
-Alexey, 6.3.2008.
[-- Attachment #1.2: Type: text/html, Size: 1071 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- Attachment #3: Type: text/plain, Size: 158 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ANNOUNCE] kvm-62 release
2008-03-05 18:09 [ANNOUNCE] kvm-62 release Avi Kivity
2008-03-05 18:14 ` Alexey Eremenko
@ 2008-03-05 18:17 ` Avi Kivity
1 sibling, 0 replies; 9+ messages in thread
From: Avi Kivity @ 2008-03-05 18:17 UTC (permalink / raw)
To: kvm-devel
Avi Kivity wrote:
> Add cpus on the fly to your virtual machines with the new cpu hotplug
> feature.
>
er, kvm-63, that is.
--
Do not meddle in the internals of kernels, for they are subtle and quick to panic.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-03-06 9:08 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05 18:09 [ANNOUNCE] kvm-62 release Avi Kivity
2008-03-05 18:14 ` Alexey Eremenko
2008-03-05 18:48 ` Avi Kivity
2008-03-06 8:13 ` Alexey Eremenko
2008-03-06 8:18 ` Avi Kivity
2008-03-06 8:32 ` KVM-63 - ncurses Alexey Eremenko
2008-03-06 9:08 ` Carlo Marcelo Arenas Belon
2008-03-06 9:01 ` Alexey Eremenko
2008-03-05 18:17 ` [ANNOUNCE] kvm-62 release Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox