[kvm-devel] 供应:剪板机、折弯机、卷板机、冲床、校平机

2007-11-29 Thread 安徽省三力机床制造有限公司
供应:剪板机、折弯机、卷板机、冲床、校平机 安徽省三力机床制造有限公司,属安徽省名牌、免检产品生产企业,安徽省高新技术企业,马鞍山市“专、精、特、新”企业,马鞍山市下岗失业职工再就业基地,介于南京、芜湖之间,坐落在著名的钢城马鞍山市,丰富的钢铁资源为公司的发展提供了得天独厚的优势。公司占地面积108000平方米,主要生产“大盛”牌系列剪板机、折弯机、卷板机、快速压力机、冲床、开卷校平机、型材弯曲机刀模具等产品,专业为航空、轻工、冶金、化工、建筑汽车、电力、装潢等行业提供所需要的专用机械和成套设备,产品销往全国各地和欧盟及东南亚地区并远销南非。    

Re: [kvm-devel] [PATCH] Eliminate the difference of ioapic and iosapic

2007-11-29 Thread Avi Kivity
Zhang, Xiantao wrote: > From: Zhang Xiantao <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 18:17:13 +0800 > Subject: [PATCH] Clearing up the difference of ioapic and iosapic > Since IA64 uses iosapic, we want to merget it with current ioapic code. > This patch should make x86 and IA64 happy. > Signe

Re: [kvm-devel] [PATCH]0/2 Patches to furthure split kvm_init

2007-11-29 Thread Avi Kivity
Christian Ehrhardt wrote: > Hi Xiantao, > it looks good to me to move kvm_vcpu_cache out to the x86 specific code Why is that? Do other archs not want kvm_vcpu_cache, or is it just the alignment? -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. --

Re: [kvm-devel] [PATCH] [2/2] Moving kvm_vcpu_cache to x86.c

2007-11-29 Thread Avi Kivity
Zhang, Xiantao wrote: > From: Zhang Xiantao <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 15:45:57 +0800 > Subject: [PATCH] Moving kvm_vcpu_cache to x86.c. > Moving kvm_vcpu_cache to x86.c, since only x86 platform will > use to align the memory area for fx_save. > How about having a KVM_VCPU_AL

Re: [kvm-devel] [PATCH] [1/2]Fix missing bad_page free logic in kvm_init

2007-11-29 Thread Avi Kivity
Zhang, Xiantao wrote: > From: Zhang Xiantao <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 15:35:39 +0800 > Subject: [PATCH] Add bad_page free logic for possbile failures of > kvm_init. > Add bad_page free logic for possbile failures of kvm_init. > > Applied, thanks. -- Do not meddle in the in

Re: [kvm-devel] [PATCH] KVM external module: Fix 'make sync'

2007-11-29 Thread Avi Kivity
Amit Shah wrote: > From a60dc9bddf8741743077db07f87dd1cec51bccb5 Mon Sep 17 00:00:00 2001 > From: Amit Shah <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 03:11:15 +0530 > Subject: [PATCH] KVM external module: Fix 'make sync' > > bash syntax didn't work for me (3.2.25 on Kubuntu) > > Ah, bash isn

Re: [kvm-devel] [PATCH 0 of 3] create kvm_x86

2007-11-29 Thread Avi Kivity
Hollis Blanchard wrote: > On Wed, 2007-11-21 at 11:18 +0200, Avi Kivity wrote: > >> Carsten Otte wrote: >> >>> Hollis Blanchard wrote: >>> >>> These patches are based on Xiantao's work to create struct kvm_x86. Patch 1 replaces his "KVM Portability split: Splitting kvm

Re: [kvm-devel] real mode emulation and memory consumption

2007-11-29 Thread Avi Kivity
Kamble, Nitin A wrote: >> Kamble, Nitin A wrote: >> >>> Hi Avi, >>> I am noticing that with SL 10.1 The QEMU process memory consumption >>> steadily increases, up the the guest memory size and then the guest >>> > dies > >>> with unhandled vmexit. If I change the guest memory size I

Re: [kvm-devel] [PATCH 0/5] qemu: IDE/ATAPI emulation reliability fixes

2007-11-29 Thread Avi Kivity
Carlo Marcelo Arenas Belon wrote: > The following patch series implements fixes to the IDE/ATAPI emulation > in qemu which are already committed upstream or proposed for inclusion; > including 2 serious regressions that result in availability and data loss > problems when using OpenSolaris or Free

Re: [kvm-devel] Memory sharing among guest OSs

2007-11-29 Thread Avi Kivity
Javier Guerra wrote: > On 11/28/07, Avi Kivity <[EMAIL PROTECTED]> wrote: > >> Haifeng He wrote: >> >>> I am pretty new to KVM. I have a question which is if it >>> is possible (or easy) to share memory(such identical pages) >>> among guest OSs in KVM? >>> >> In KVM, guest memory is

Re: [kvm-devel] [PATCH]Moving KVM_INTERRUPT vcpu ioctl to x86.c

2007-11-29 Thread Avi Kivity
Zhang, Xiantao wrote: > >From 75508cbc5a4b18b44df77d955165171312e4d472 Mon Sep 17 00:00:00 2001 > From: Zhang Xiantao <[EMAIL PROTECTED]> > Date: Wed, 21 Nov 2007 04:36:41 +0800 > Subject: [PATCH] Moving KVM_INTERRUPT vcpu ioctl to x86.c > KVM: Portability > Moving KVM_INTERRUPT vcpu ioctl to x86,

[kvm-devel] Fwd: kvm54 hang on amd3000

2007-11-29 Thread JiSheng Zhang
-- Forwarded message -- From: JiSheng Zhang <[EMAIL PROTECTED]> Date: 2007-11-30 下午2:15 Subject: Re: [kvm-devel] kvm54 hang on amd3000 To: [EMAIL PROTECTED] Hi Dor, 2007/11/30, Dor Laor <[EMAIL PROTECTED]>: > > JiSheng Zhang wrote: > > once start kvm, the host machine hang > > > >

[kvm-devel] [PATCH 0 of 2] Add small pieces for userspace powerpc support

2007-11-29 Thread Jerone Young
These patches add two things: libkvm skelton support powerpc tests (but missing kvmctl main.c) I'm submitting these patches to start to trickle in code into upstream repository. A lot more patches will follow, but these should start to go in, not just as a refrence. But also to hel

[kvm-devel] [PATCH 1 of 2] Add powerpc tests

2007-11-29 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1196367231 21600 # Node ID 6f34b3cd608868c4cc8280ab333aac78a7ba9a6d # Parent be65ecf21443ddb74f9adbf6aa9778f798b5761b Add powerpc tests This patch adds a set of simple powerpc tests Signed-off-by: Jerone Young <[EMAIL PROTECTED]

[kvm-devel] [PATCH 2 of 2] Initial skeleton for libkvm powerpc support

2007-11-29 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1196367361 21600 # Node ID edbd1102ce114df80ea0f17bffb5bb98129c37f8 # Parent 6f34b3cd608868c4cc8280ab333aac78a7ba9a6d Initial skeleton for libkvm powerpc support This patch is to add initial skelton code for powerpc. No big impli

Re: [kvm-devel] kvm54 hang on amd3000

2007-11-29 Thread Dor Laor
JiSheng Zhang wrote: > once start kvm, the host machine hang > > cpu:AMD Athlon(tm) 64 Processor 3000+ > kvm:kvm54 > host kernel version:2.6.23 > host kernel arch:i386 > guest:linux 32bit 2.6.23 > command to start kvm:qemu-system-x86_64 -hda linux.img > the problem does not appear with the -no-kvm

[kvm-devel] [PATCH] Move CONFIG_X86 decleration to be x86 specific in configure script

2007-11-29 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1196356414 21600 # Node ID 6fa44248cb3ad7b8a75ea7c23ee935103547fee4 # Parent eb2a8d4d818eb0b27feec303e028bd9944a28694 Move CONFIG_X86 decleration to be x86 specific in configure script In the configure script CONFIG_X86 is explic

Re: [kvm-devel] [PATCH] [2/2] merged_move_kvm_vpu_cache_to_x86

2007-11-29 Thread Carsten Otte
Christian Ehrhardt wrote: > Attached your patch 2/2 and my 3/2 merged. > As you said the renaming patch is not essential, but I prefer names as > clear as possible which would be with renaming patch. > As 4/2 still applies after this merged one we can just let Avi apply > whatever he likes from t

[kvm-devel] [PATCH] [2/2] merged_move_kvm_vpu_cache_to_x86

2007-11-29 Thread Christian Ehrhardt
Attached your patch 2/2 and my 3/2 merged. As you said the renaming patch is not essential, but I prefer names as clear as possible which would be with renaming patch. As 4/2 still applies after this merged one we can just let Avi apply whatever he likes from this series ;-) Zhang, Xiantao wrot

Re: [kvm-devel] [PATCH] [4/2] rename_kvm_cpu_cache_x86

2007-11-29 Thread Carsten Otte
Christian Ehrhardt wrote: > From: Christian Ehrhardt <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 10:54:00 +0100 > Subject: [PATCH] [4/2] rename_kvm_cpu_cache_x86 > > Renamed the kvm_vcpu_cache structure to kvm_x86_vcpu_cache to make clear > to anyone who see's that variable in the code in future

Re: [kvm-devel] [PATCH] [3/2] move_kvm_cpu_cache_to_x86_header

2007-11-29 Thread Carsten Otte
Christian Ehrhardt wrote: > From: Christian Ehrhardt <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 10:54:00 +0100 > Subject: [PATCH] [3/2] move_kvm_cpu_cache_to_x86_header > > To prevent misuse of these x86 structure in generic code the definition > moved from kvm.h to x86.h. > > Signed-off-by: C

Re: [kvm-devel] [PATCH] [2/2] Moving kvm_vcpu_cache to x86.c

2007-11-29 Thread Carsten Otte
Zhang, Xiantao wrote: > From: Zhang Xiantao <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 15:45:57 +0800 > Subject: [PATCH] Moving kvm_vcpu_cache to x86.c. > Moving kvm_vcpu_cache to x86.c, since only x86 platform will > use to align the memory area for fx_save. > Signed-off-by: Zhang Xiantao <[EMAI

Re: [kvm-devel] [PATCH] [1/2]Fix missing bad_page free logic in kvm_init

2007-11-29 Thread Carsten Otte
Zhang, Xiantao wrote: > From: Zhang Xiantao <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 15:35:39 +0800 > Subject: [PATCH] Add bad_page free logic for possbile failures of > kvm_init. > Add bad_page free logic for possbile failures of kvm_init. > > Signed-off-by: Zhang Xiantao <[EMAIL PROTECTED]>

[kvm-devel] kvm54 hang on amd3000

2007-11-29 Thread JiSheng Zhang
once start kvm, the host machine hang cpu:AMD Athlon(tm) 64 Processor 3000+ kvm:kvm54 host kernel version:2.6.23 host kernel arch:i386 guest:linux 32bit 2.6.23 command to start kvm:qemu-system-x86_64 -hda linux.img the problem does not appear with the -no-kvm switch ---

Re: [kvm-devel] [PATCH] [4/2] rename_kvm_cpu_cache_x86

2007-11-29 Thread Zhang, Xiantao
Christian Ehrhardt wrote: > From: Christian Ehrhardt <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 10:54:00 +0100 > Subject: [PATCH] [4/2] rename_kvm_cpu_cache_x86 > > Renamed the kvm_vcpu_cache structure to kvm_x86_vcpu_cache to make > clear to anyone who see's that variable in the code in future

Re: [kvm-devel] [PATCH] [3/2] move_kvm_cpu_cache_to_x86_header

2007-11-29 Thread Zhang, Xiantao
Thanks, sure to move it out. Maybe you can update my second patch directly for Avi's easy maintenance. > --- a/drivers/kvm/kvm.h > +++ b/drivers/kvm/kvm.h > @@ -112,7 +112,6 @@ struct kvm_mmu_page { > }; > > struct kvm_vcpu; > -extern struct kmem_cache *kvm_vcpu_cache; > > /* > * x86 suppo

[kvm-devel] [PATCH] Eliminate the difference of ioapic and iosapic

2007-11-29 Thread Zhang, Xiantao
From: Zhang Xiantao <[EMAIL PROTECTED]> Date: Thu, 29 Nov 2007 18:17:13 +0800 Subject: [PATCH] Clearing up the difference of ioapic and iosapic Since IA64 uses iosapic, we want to merget it with current ioapic code. This patch should make x86 and IA64 happy. Signed-off-by: Zhang Xiantao <[EMAIL PR

[kvm-devel] [PATCH] [4/2] rename_kvm_cpu_cache_x86

2007-11-29 Thread Christian Ehrhardt
From: Christian Ehrhardt <[EMAIL PROTECTED]> Date: Thu, 29 Nov 2007 10:54:00 +0100 Subject: [PATCH] [4/2] rename_kvm_cpu_cache_x86 Renamed the kvm_vcpu_cache structure to kvm_x86_vcpu_cache to make clear to anyone who see's that variable in the code in future that it's x86 only. Equivalent to per

[kvm-devel] [PATCH] [3/2] move_kvm_cpu_cache_to_x86_header

2007-11-29 Thread Christian Ehrhardt
From: Christian Ehrhardt <[EMAIL PROTECTED]> Date: Thu, 29 Nov 2007 10:54:00 +0100 Subject: [PATCH] [3/2] move_kvm_cpu_cache_to_x86_header To prevent misuse of these x86 structure in generic code the definition moved from kvm.h to x86.h. Signed-off-by: Christian Ehrhardt <[EMAIL PROTECTED]> ---

Re: [kvm-devel] [PATCH]0/2 Patches to furthure split kvm_init

2007-11-29 Thread Christian Ehrhardt
Hi Xiantao, it looks good to me to move kvm_vcpu_cache out to the x86 specific code, but I wanted to suggest to go a bit further. After your patch the structure kvm_vcpu_cache is only in x86/svm/vmx.c so we could prevent mistakes in two ways. I send two extension patches which will fit on top of

Re: [kvm-devel] AltGR-Key in QEmu-VNC

2007-11-29 Thread Elmar Haneke
> I don't know what the AltGr key is but my suspicion is that you probably > need to add '-k de' to the command line to select the german keymap. "AltGr" is the Key right to the spacebar, perhaps it is also known als "right Alt". It is used as modifier Key to get characters "|@€¹²³¼½\~". The "-

[kvm-devel] [PATCH] [1/2]Fix missing bad_page free logic in kvm_init

2007-11-29 Thread Zhang, Xiantao
From: Zhang Xiantao <[EMAIL PROTECTED]> Date: Thu, 29 Nov 2007 15:35:39 +0800 Subject: [PATCH] Add bad_page free logic for possbile failures of kvm_init. Add bad_page free logic for possbile failures of kvm_init. Signed-off-by: Zhang Xiantao <[EMAIL PROTECTED]> --- drivers/kvm/kvm_main.c | 28 +

[kvm-devel] [PATCH]0/2 Patches to furthure split kvm_init

2007-11-29 Thread Zhang, Xiantao
[1/2] Fix missing bad_page free logic for possbile failures of kvm_init. [2/2] Moving kvm_vcpu_cache to x86.c, since it belongs to x86-specific part. Signed-off-by: Zhang Xiantao <[EMAIL PROTECTED]> - SF.Net email is sponsore

[kvm-devel] [PATCH] [2/2] Moving kvm_vcpu_cache to x86.c

2007-11-29 Thread Zhang, Xiantao
From: Zhang Xiantao <[EMAIL PROTECTED]> Date: Thu, 29 Nov 2007 15:45:57 +0800 Subject: [PATCH] Moving kvm_vcpu_cache to x86.c. Moving kvm_vcpu_cache to x86.c, since only x86 platform will use to align the memory area for fx_save. Signed-off-by: Zhang Xiantao <[EMAIL PROTECTED]> --- drivers/kvm/kvm