Hi, all
This is today's KVM test result against kvm.git
35e0154eeb0ace014ecf4cc2bdb93a42ee762aca and kvm-userspace.git
b0e5e88d4d25e63ae33396fa990f2ca2b539e5a6
One issue has been fixed, 10 issues still open.
FIXED issue:
1. 64bit host crashes when creating guest --FIXED
https://sourceforg
On Tue, 2007-11-06 at 18:31 -0800, Lynn Kerby wrote:
> Hi KVM developers (and lurkers like myself).
>
> Apologies in advance as this is probably not the right forum for this
> question.
>
> I've had no success getting an SMP virtual machine running on my AMD
> Athlon64 X2 server. The base sy
Avi Kivity wrote:
> Glauber de Oliveira Costa wrote:
>
>>> +union kvm_hv_clock {
>>> + struct {
>>> + u64 tsc_mult;
>>> + u64 now_ns;
>>> + /* That's the wall clock, not the water closet */
>>> + u64 wc_sec;
>>> + u64 wc
Cam Macdonell wrote:
> Dor Laor wrote:
>
>> Cam Macdonell wrote:
>>
>>> Hi,
>>>
>>> I'm running an AMD
>>>
>>> vendor_id : AuthenticAMD
>>> cpu family : 15
>>> model : 75
>>> model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
>>>
>>> with 4GB of RAM and Sc
Glauber de Oliveira Costa wrote:
>> +union kvm_hv_clock {
>> + struct {
>> + u64 tsc_mult;
>> + u64 now_ns;
>> + /* That's the wall clock, not the water closet */
>> + u64 wc_sec;
>> + u64 wc_nsec;
>>
Do we really nee
Glauber de Oliveira Costa wrote:
> This is the host part of kvm clocksource implementation. As it does
> not include clockevents, it is a fairly simple implementation. We
> only have to register a per-vcpu area, and start writting to it periodically.
>
> Signed-off-by: Glauber de Oliveira Costa <[E
Hi KVM developers (and lurkers like myself).
Apologies in advance as this is probably not the right forum for this
question.
I've had no success getting an SMP virtual machine running on my AMD
Athlon64 X2 server. The base system is Ubuntu 7.10 (recently
upgraded from 7.04) with a 2.6.22 k
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jeremy Fitzhardinge escreveu:
> Glauber de Oliveira Costa wrote:
>> This patch introduces the include files for kvm clock.
>> They'll be needed for both guest and host part.
>>
>> Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]>
>> ---
>>
Glauber de Oliveira Costa wrote:
> This patch introduces the include files for kvm clock.
> They'll be needed for both guest and host part.
>
> Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]>
> ---
> include/asm-x86/kvm_para.h | 23 +++
> include/linux/kvm.h
Dor Laor wrote:
> Cam Macdonell wrote:
>>
>> Hi,
>>
>> I'm running an AMD
>>
>> vendor_id : AuthenticAMD
>> cpu family : 15
>> model : 75
>> model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
>>
>> with 4GB of RAM and Scientific Linux 5.0. I've compiled kvm-48 on
On 11/6/07, Glauber de Oliveira Costa <[EMAIL PROTECTED]> wrote:
> This patch introduces the include files for kvm clock.
> They'll be needed for both guest and host part.
And of course, this was my test files by mistake ;-)
Oh god... ;-)
Patches aren't numbered but this one should go first. And
This is the guest part of kvm clock implementation
It does not do tsc-only timing, as tsc can have deltas
between cpus, and it did not seem worthy to me to keep
adjusting them.
We do use it, however, for fine-grained adjustment.
Other than that, time comes from the host.
Signed-off-by: Glauber d
This patch introduces the include files for kvm clock.
They'll be needed for both guest and host part.
Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]>
---
include/asm-x86/kvm_para.h | 23 +++
include/linux/kvm.h|1 +
include/linux/kvm_para.h | 20
This is the host part of kvm clocksource implementation. As it does
not include clockevents, it is a fairly simple implementation. We
only have to register a per-vcpu area, and start writting to it periodically.
Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]>
---
drivers/kvm/irq.c
This is a new version of kvm paravirt clock implementation
This time, the clockevents part was completely wiped out.
Not that I'm dropping it: As said in my last message, I'm starting
to take the path of having a specialized irq chip, as for avi-san's
suggestion.
However, last iteration made cloc
Rare nude photos of Kate Moss
http://ws11.ipowerweb.com/sohocerc/n453c67.aspx
Half-naked 'wolf-man' sparks police tree alert
http://ws11.ipowerweb.com/sohocerc/n854c57.aspx
Naked Spice Girls Show
http://ws11.ipowerweb.com/sohocerc/n853c57.aspx
Nicole Kidman See-Thru Dress Photos Onlin
Christian Borntraeger wrote:
> Am Donnerstag, 1. November 2007 schrieb Dor Laor:
>
>> Hi Ian,
>> The intention is there, I just didn't have the time to work on it.
>> I can promise [there is no way to backoff now] that it will be
>> working/merge-able state by December 1st.
>> Dor.
>>
>
>
Here is the 4th revision of the refactoring of libkvm. This revision
changes since the 3rd revision:
- removes libkvm-x86.h
- keeps functions kvm_create_default_phys_mem & kvm_create_phys_mem
in place
- added kvm_arch_create_default_phys_mem
- Adds needed c
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367655 21600
# Node ID 7ef9d60771ef7e6d32919ace92d078a482b9d589
# Parent 3c691b26a79c2e589e20d5c8245a7c30ec456976
Move kvm_get_apic to libkvm-x86.c
Moves apic function since it is x86 only.
Signed-off-by: Jerone Young <[EMAI
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367652 21600
# Node ID b1154d12bcc774520ed334f0b84934f1f4db7ce4
# Parent b0f337ae377c7e9050251057a88219d4877c159f
Move abi 10 functions to libkvm-x86.c
Move handle_io_abi_10 to libkvm-x86.c
Move handle_mmio_abi10 to libkvm-x
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367647 21600
# Node ID 5a8dcd2c2316ade1bcb332c57b74b8cc071cfa95
# Parent e82588d0a81df7955c12bf18c27d095f46545b6e
Move kvm_alloc_userspace_memory to libkvm-x86.c
This moves x86 specific function kvm_alloc_userspace_memory() o
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367651 21600
# Node ID b0f337ae377c7e9050251057a88219d4877c159f
# Parent 739af911ff85420dc4bb367584a1113ca5c82551
Make functions in libkvm.c nonstatic.
This patch makes the following functions nonstatic. These
functions are p
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367653 21600
# Node ID 5148847d713a7108527906df774e35a042853ad1
# Parent cbe4ad07343fc1ef904f02734c68d0fb8506cb9e
Move print_seg & Move kvm_show_regs to libkvm-x86.c
This patch moves functions print_seg, kvm_show_regs, & prin
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367666 21600
# Node ID 93b712e019dcfa0fa425353e972fb404b4750278
# Parent 43dc6f59e0944c18b2cbd092c819b4141889ee61
Remove unsued inclusion of linux/kvm_parah.h in userspace libkvm.h
This remove unused code from libkvm.h.
Sign
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367666 21600
# Node ID f610c78e9f363a53b3e9677aa84873b05a692acb
# Parent 7ef9d60771ef7e6d32919ace92d078a482b9d589
Move cr8 functions to libkvm-x86.c
This patch moves functions:
kvm_set_cr8
kvm_get_cr8
cr8 is
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367650 21600
# Node ID 739af911ff85420dc4bb367584a1113ca5c82551
# Parent cb186258bc6ecf05ded03d81a3d2ee820e58f605
Move kvm_get & kmv_set_lapci functions to libkvm-x86.c
Signed-off-by: Jerone Young <[EMAIL PROTECTED]>
diff --
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367645 21600
# Node ID e564a557782efc23428705de12cd3e8b9517e11c
# Parent dc86d46f1d10fd53c332f1cb7c2f1e880616694a
Make static slot & kvm_memory region funcions public
This patch changes static functions for manipulation of me
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367649 21600
# Node ID 7ea01f673a05fe66cb0d9c514b5a43ddcd72c07f
# Parent 4bab1bb82930ade04b5a796ca79e75e392265ba7
Move kvm_create_kernel_phys_mem to libkvm-x86.c
This patch moves kvm_create_kernel_phys_mem to x86 as this is
t
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367654 21600
# Node ID 3c691b26a79c2e589e20d5c8245a7c30ec456976
# Parent 5148847d713a7108527906df774e35a042853ad1
Declare kvm_abi as a global variable in kvm-common.h
Signed-off-by: Jerone Young <[EMAIL PROTECTED]>
diff --gi
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367646 21600
# Node ID e82588d0a81df7955c12bf18c27d095f46545b6e
# Parent e564a557782efc23428705de12cd3e8b9517e11c
Move fuction kvm_alloc_kernel_memory to libkvm-x86.c
Signed-off-by: Jerone Young <[EMAIL PROTECTED]>
diff --gi
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367666 21600
# Node ID 43dc6f59e0944c18b2cbd092c819b4141889ee61
# Parent f610c78e9f363a53b3e9677aa84873b05a692acb
Move kvm_setup_cpuid to libkvm-x86.c
cpuid is an x86 instruction, so needs to go
in the approriate place.
Sign
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367648 21600
# Node ID 4bab1bb82930ade04b5a796ca79e75e392265ba7
# Parent 5a8dcd2c2316ade1bcb332c57b74b8cc071cfa95
Modify out arch specific code from kvm_create function
This function removes all x86 specific code and creates
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367649 21600
# Node ID cb186258bc6ecf05ded03d81a3d2ee820e58f605
# Parent 7ea01f673a05fe66cb0d9c514b5a43ddcd72c07f
Move kvm_create_memory_alias & kvm_destroy_memory_alias to libkvm-x86.c
Signed-off-by: Jerone Young <[EMAIL PRO
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367653 21600
# Node ID cbe4ad07343fc1ef904f02734c68d0fb8506cb9e
# Parent b1154d12bcc774520ed334f0b84934f1f4db7ce4
Move msrs functions to libkvm-x86.c
This patch moves functions:
kvm_msr_list
move kvm_get_msrs
# HG changeset patch
# User Jerone Young <[EMAIL PROTECTED]>
# Date 1194367624 21600
# Node ID dc86d46f1d10fd53c332f1cb7c2f1e880616694a
# Parent 6ce27ddeb45df182e923060ae3abe699ce704ca3
Move kvm_context to kvm-common.h & add CFLAGS to config-* filese
This patch moves kvm_context from libkvm.c to
On 11/6/07, Carsten Emde <[EMAIL PROTECTED]> wrote:
> Dor,
>
> I tried to recreate your problem using 2.6.23-1 and latest rt patch
> (rt5).
> The problem is that the kernel is not stable at all, I can't even
> compile the code over vnc -
> my connection is constantly lost.
Markus Rechberger wrote:
> This patch synchronises the APIC reset with the inkernel
> implementation which fixes the reboot issues which can be seen with
> Linux and Windows.
Applied, thanks. While I'm not sure how SMP guests will behave with
this (nothing forces the other vcpu to exit), this
Akio Takebe wrote:
> Hi,
>
> This patch is for improvement of "make rpm".
>
> I updated the patch of the following thread.
> http://thread.gmane.org/gmane.comp.emulators.kvm.devel/8899
> Changelog:
> - put back some position of definitions.
> - add checking RHEL5
>
>
Applied, thanks.
--
error
Andrea Arcangeli wrote:
> On Tue, Nov 06, 2007 at 11:16:16AM +0200, Avi Kivity wrote:
>
>> Andrea Arcangeli wrote:
>>
>>> On Mon, Nov 05, 2007 at 05:25:17PM +0200, Avi Kivity wrote:
>>>
>>>
Well, I can't find anything like that it my tree. Maybe something's
stale?
On Tue, Nov 06, 2007 at 11:16:16AM +0200, Avi Kivity wrote:
> Andrea Arcangeli wrote:
>> On Mon, Nov 05, 2007 at 05:25:17PM +0200, Avi Kivity wrote:
>>
>>> Well, I can't find anything like that it my tree. Maybe something's
>>> stale?
>>>
>>
>> Could be, this is why I don't like git that
Thomas Cataldo wrote:
> With debian lastest kernel & kvm, I have the following after a few
> seconds with a vista guest :
>
try to move to kvm-50, i think it is fixed from kvm-49 and above
-
This SF.net email is sponsored
Thomas Cataldo wrote:
> With debian lastest kernel & kvm, I have the following after a few
> seconds with a vista guest :
>
> Nov 5 19:53:14 buffy kernel: kernel BUG at /usr/src/modules/kvm/mmu.c:307!
> Nov 5 19:53:14 buffy kernel: Call Trace:
> Nov 5 19:53:14 buffy kernel: [] rmap_add+0x80/0xc
With debian lastest kernel & kvm, I have the following after a few
seconds with a vista guest :
Nov 5 19:53:14 buffy kernel: kernel BUG at /usr/src/modules/kvm/mmu.c:307!
Nov 5 19:53:14 buffy kernel: invalid opcode: [#1]
Nov 5 19:53:14 buffy kernel: SMP
Nov 5 19:53:14 buffy kernel: Module
Sheng Yang wrote:
> From 617412380eec67503d45cd91860b756f15293e73 Mon Sep 17 00:00:00 2001
> From: Sheng Yang <[EMAIL PROTECTED]>
> Date: Tue, 6 Nov 2007 11:37:44 +0800
> Subject: [PATCH] KVM: VMX: Fix repeatly allocate of apic access page
>
> For SMP guest, alloc_apic_access_page() would be called
Dor,
I tried to recreate your problem using 2.6.23-1 and latest rt patch
(rt5).
The problem is that the kernel is not stable at all, I can't even
compile the code over vnc -
my connection is constantly lost. So it might not be kvm problem?
Can you try is with -no-kvm
From 617412380eec67503d45cd91860b756f15293e73 Mon Sep 17 00:00:00 2001
From: Sheng Yang <[EMAIL PROTECTED]>
Date: Tue, 6 Nov 2007 11:37:44 +0800
Subject: [PATCH] KVM: VMX: Fix repeatly allocate of apic access page
For SMP guest, alloc_apic_access_page() would be called more than once.
So only the
Contact me to find out more about these any many more
lists we have for this profession.
You can reach me at [EMAIL PROTECTED]
to get off our list please send an email with 30301 in the subject
-
This SF.net e
Sheng Yang wrote:
> From 05164d73994a88ae130a086b592cd127c15a617f Mon Sep 17 00:00:00 2001
> From: Sheng Yang <[EMAIL PROTECTED]>
> Date: Tue, 6 Nov 2007 11:37:44 +0800
> Subject: [PATCH] KVM: VMX: Fix repeatly allocate of apic access page
>
> For SMP guest, alloc_apic_access_page() would be called
Andrea Arcangeli wrote:
> On Mon, Nov 05, 2007 at 05:25:17PM +0200, Avi Kivity wrote:
>
>> Well, I can't find anything like that it my tree. Maybe something's stale?
>>
>
> Could be, this is why I don't like git that much, with hg there would
> be no way that we could be looking at differe
Jerone Young wrote:
> On Sun, 2007-11-04 at 09:34 +0200, Avi Kivity wrote:
>
>> Jerone Young wrote:
>>
>>> # HG changeset patch
>>> # User Jerone Young <[EMAIL PROTECTED]>
>>> # Date 1194027873 18000
>>> # Node ID df89e9282fd9f491579b42624565bac580f7db8e
>>> # Parent 68585a137682a876dd4387
Jerone Young wrote:
> On Sun, 2007-11-04 at 09:29 +0200, Avi Kivity wrote:
>
>> Jerone Young wrote:
>>
>>> # HG changeset patch
>>> # User Jerone Young <[EMAIL PROTECTED]>
>>> # Date 1194027872 18000
>>> # Node ID 8e77064ea82d0b7fbd8bb77429bbfd62f99c00f6
>>> # Parent 02f38e54018070bafd501d
Tim Dempsey wrote:
> I applied the attached patch to KVM-50 and installed XP(SP2) several
> times with the following cmd line:
>
> /usr/local/kvm/bin/qemu-system-x86_64 test.img -cdrom Microsoft\
> Windows\ XP\ Professional\ \(SP2\).iso -m 512 -no-acpi -boot d
>
> The install freezes on the first r
Akio Takebe wrote:
>>>
>>> -%prep
>>> +%if %([ x"%{Distribution}" = x"fedora" -a x"%{os_release}" = x"5" ] &&
>>> echo 1 |
>>> | echo 0)
>>> +%define fedora5 1
>>> +%endif
>>>
>>>
>> Why not use regular rpm conditionals instead of calling the shell?
>>
>>
> The regular rpm conditi
Andrea Arcangeli wrote:
> On Mon, Nov 05, 2007 at 05:28:36PM +0100, Andrea Arcangeli wrote:
>
>> Now I'm re-downloding the entire kvm.git and see if what I get is a
>> different tree and if my previous kvm.git bitrotten.
>>
>
> git bitrotten. What concerns me is that "git pull + git reset -
David Brown wrote:
I tried to recreate your problem using 2.6.23-1 and latest rt patch (rt5).
The problem is that the kernel is not stable at all, I can't even
compile the code over vnc -
my connection is constantly lost. So it might not be kvm problem?
Can you try is with -no-kvm and see if it's
Andrea Arcangeli wrote:
> On Mon, Nov 05, 2007 at 05:28:36PM +0100, Andrea Arcangeli wrote:
>
>> Now I'm re-downloding the entire kvm.git and see if what I get is a
>> different tree and if my previous kvm.git bitrotten.
>>
>
> git bitrotten. What concerns me is that "git pull + git reset -
56 matches
Mail list logo