[kvm-devel] [PATCH] vmx: fix exit qualification width on i386

2007-09-11 Thread He, Qing
According to Intel Software Developer's Manual, Vol. 3B, Appendix H.4.2, exit qualification should be of natural width. However, current code uses u64 as the data type for this register, which occasionally introduces invalid value to VMExit handling logics. This patch fixes this bug. Signed-off-by

[kvm-devel] QEMU vs KVM

2007-09-11 Thread gerryw
Hello All, I am a bit unclear about the differences between QEMU and KVM. If I understand correctly, QEMU can run in a mode on an x86 where it executes user space code directly on the cpu without emulation. This seems to be very similar to what KVM is doing with the exception of using the virt

Re: [kvm-devel] FOOTBALL! Are You ready?

2007-09-11 Thread Fernando Cassia
How can spammers get on this list?? no captcha for sign-up in sourceforge?? FC On 9/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Are you ready for some football? > Don't miss a thing because you didn't know, this season. > Check out our online stats and game information center: > http:

Re: [kvm-devel] Using VMChannel to communicate with the host.

2007-09-11 Thread Cam Macdonell
Dor Laor wrote: >>> You need to open the unix socket you passed to the vmchannel >>> parameter. >>> An easier alternative is to use -vmchannel di:2258,tcp:// >>> 0:,server. >>> Before the guest loads you'll need to telnet the port and then >>> you should receive the >>> hello world output

Re: [kvm-devel] Using VMChannel to communicate with the host.

2007-09-11 Thread Dor Laor
>> You need to open the unix socket you passed to the vmchannel >> parameter. >> An easier alternative is to use -vmchannel di:2258,tcp:// >> 0:,server. >> Before the guest loads you'll need to telnet the port and then >> you should receive the >> hello world output once the driver is up.

Re: [kvm-devel] Using VMChannel to communicate with the host.

2007-09-11 Thread Cameron Macdonell
On 11-Sep-07, at 1:09 AM, Dor Laor wrote: > Cam Macdonell wrote: >> >> Dor Laor wrote: >> > I just tested it, it got a little deprecated over time since it >> call >> > pci_module_init instead of pci_register_* and some more irq >> function >> > deprecation.The sysfs interface in not complete

[kvm-devel] [ kvm-Bugs-1792318 ] Cannot boot guests on 32bit host

2007-09-11 Thread SourceForge.net
Bugs item #1792318, was opened at 2007-09-11 20:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1792318&group_id=180599 Please note that this message will contain a full copy

[kvm-devel] [ kvm-Bugs-1792311 ] "kvm: Unknown symbol genapic" error on 32bit host

2007-09-11 Thread SourceForge.net
Bugs item #1792311, was opened at 2007-09-11 20:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1792311&group_id=180599 Please note that this message will contain a full copy

[kvm-devel] kvm-37 confusion

2007-09-11 Thread Gildas
Hi all, It seems there was a lot of regressions on kvm-37. I've tried to follow the different patches and problem but the situation is full of confusion it seems. Perhaps there is the need for another release including the patches that are thought to fix the problem some of us have experienced? I

Re: [kvm-devel] kvm: Unknown symbol genapic

2007-09-11 Thread Dong, Eddie
Made a wrong copy from old i386. the mask should be 0xff and clear in debug message too. reattached. > > GET_APIC_ID may use genapic instance for some machine > configuration in i386 architecture, but it is not exported > for outside usage. This patch remove this reference. > > Signed-off-by: Ya

Re: [kvm-devel] kvm: Unknown symbol genapic

2007-09-11 Thread Dong, Eddie
>> >> Zhao, Yunfeng wrote: >>> I can compile latest kvm.git as external modules of 2.6.22 kernel >>> successfully. But I cannot insert kvm.ko. >>> It failed with the error: >>> kvm: Unknown symbol genapic >>> >>> >> >> Is this on i386 or x86_64? >> >> GET_APIC_ID may use genapic instance for

Re: [kvm-devel] Using VMChannel to communicate with the host.

2007-09-11 Thread Dor Laor
Cam Macdonell wrote: > > Dor Laor wrote: > > I just tested it, it got a little deprecated over time since it call > > pci_module_init instead of pci_register_* and some more irq function > > deprecation.The sysfs interface in not complete and you can't read/write > > from the device. > > The qemu p