[kvm-devel] [PATCH] Move kvm_vcpu_ioctl_translation implementation to arch

2007-11-15 Thread Zhang, Xiantao
This is the preparation for moving mmu code to arch. Since mmu code in arch, translation functionality should be implemented for every arch. Xiantao >From 509863f6eb6968886ecdbe27c354f63c8c59b799 Mon Sep 17 00:00:00 2001 From: Zhang Xiantao <[EMAIL PROTECTED]> Date: Fri, 16 Nov 2007 13:05:55 +0800

Re: [kvm-devel] [PATCH 2/2] KVM: x86 emulator: Discard CR2 in x86 emulator

2007-11-15 Thread Sheng Yang
On Friday 16 November 2007 14:41:50 Avi Kivity wrote: > Sheng Yang wrote: > > On Thursday 15 November 2007 18:15:20 Avi Kivity wrote: > >> Sheng Yang wrote: > >>> From 9cd9d5cde7341d5e9de41b1070cea7a98e7d8cc9 Mon Sep 17 00:00:00 2001 > >>> From: Sheng Yang <[EMAIL PROTECTED]> > >>> Date: Thu, 15 No

[kvm-devel] [PATCH] Remove __init attribute for two functions.

2007-11-15 Thread Zhang, Xiantao
Remove __init attributes for kvm_init_debug and kvm_init_msr_list, since their callers are not declared with __init. It maybe introduce prolems, once kvm is built-in while kvm-intel or kvm-amd is built as module. Thanks Xiantao 0003-Remove-__init-attributes-for-kvm_init_debug-and-kvm_.patch Desc

Re: [kvm-devel] [PATCH 2/2] KVM: x86 emulator: Discard CR2 in x86 emulator

2007-11-15 Thread Avi Kivity
Sheng Yang wrote: > On Thursday 15 November 2007 18:15:20 Avi Kivity wrote: > >> Sheng Yang wrote: >> >>> From 9cd9d5cde7341d5e9de41b1070cea7a98e7d8cc9 Mon Sep 17 00:00:00 2001 >>> From: Sheng Yang <[EMAIL PROTECTED]> >>> Date: Thu, 15 Nov 2007 15:11:58 +0800 >>> Subject: [PATCH 2/2] KVM: x

[kvm-devel] [PATCH] KVM portability split : move mmu code to arch

2007-11-15 Thread Zhang, Xiantao
According to privious decisions, mmu code should be moved to arch. >From 43a629932b6babcbf2af75299192c1d77c2393d5 Mon Sep 17 00:00:00 2001 From: Zhang Xiantao <[EMAIL PROTECTED]> Date: Fri, 16 Nov 2007 13:16:40 +0800 Subject: [PATCH] KVM: MMU split for portability. Since mmu code is very arch-de

Re: [kvm-devel] Can I run guest Windows inside Linux and doremotedebugging?

2007-11-15 Thread Neo Jia
On Nov 15, 2007 2:30 AM, Dong, Eddie <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Thanks. But I cannot use that since I am going to debug drivers > > running on Windows and qemu does not expose the real hardware to > > guest. > > > > So, here is another question, is there any plan to m

Re: [kvm-devel] [PATCH 2/2] KVM: x86 emulator: Discard CR2 in x86 emulator

2007-11-15 Thread Sheng Yang
On Thursday 15 November 2007 18:15:20 Avi Kivity wrote: > Sheng Yang wrote: > > From 9cd9d5cde7341d5e9de41b1070cea7a98e7d8cc9 Mon Sep 17 00:00:00 2001 > > From: Sheng Yang <[EMAIL PROTECTED]> > > Date: Thu, 15 Nov 2007 15:11:58 +0800 > > Subject: [PATCH 2/2] KVM: x86 emulator: Discard CR2 in x86 em

Re: [kvm-devel] [PATCH 1/2] KVM: x86 emulator: modify 'cmpxchg8b', 'lods', 'stos' to not depend on CR2

2007-11-15 Thread Sheng Yang
On Thursday 15 November 2007 18:05:30 Avi Kivity wrote: > Sheng Yang wrote: > > From c7b60a362930679e24df27e6a412cdbdf1a55f69 Mon Sep 17 00:00:00 2001 > > From: Sheng Yang <[EMAIL PROTECTED]> > > Date: Thu, 15 Nov 2007 14:52:28 +0800 > > Subject: [PATCH 1/2] KVM: x86 emulator: modify 'cmpxchg8b', '

[kvm-devel] [PATCH][RFC] mmu code split proposal

2007-11-15 Thread Zhang, Xiantao
Hi, all I have worked out a rough patch to split mmu code from kvm_main.c. Welcome comments! Currently, most of code wrt mmu are moved to arch, but one exception exists. In fucntion kvm_vm_ioctl_get_diry_log, I used KVM_CAP_MMU_SHADOW_CACHE_CONTROL to comment two lines. Can it be accepted

[kvm-devel] Bonjour,

2007-11-15 Thread AymericZ
Bonjour, Je suis artiste peintre, spécialisé dans l'art équestre et le ciel peint sur plafond. J'aimerais pouvoir vous compter parmis les visiteurs de mon site : http://http://www.aymericz.com et vous y inviter tous les 3 mois pour découvrir mes nouvelles créations. Si vous acceptez, inscrivez

Re: [kvm-devel] Keyboard problem with Xvnc

2007-11-15 Thread Anthony Liguori
Elmar Haneke wrote: > Hi, > > I do have some trouble with german keyboard layout when running with > VNC-X-Server: Umlaut-Keys are dead, some of the number-key show wron > shift-symbols. > > Running against an "real" X-Server does not raise that problem. > > Guest OS is Windows Vista > > Running an

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-15 Thread Zhang, Xiantao
Avi Kivity wrote: > Zhang, Xiantao wrote: >> >> BTW, Seems current KVM source doesn't support UP kernel without kvm built-in, once we build kvm modules through kvm-userspace.git. >>> Should work, though I never tested it. Are you seeing an error? >>> >> >> Just have a te

Re: [kvm-devel] [Disscussion] Moving x86 code out of kvm.h

2007-11-15 Thread Avi Kivity
Zhang, Xiantao wrote: > Jerone Young wrote: > >> This is a continuation of a conversation I have been having with Izik >> Eidus on IRC today. >> >> I plan on moving x86 code out of kvm.h and into kvm-x86.h. kvm-x86.h >> would then include kvm.h and would be included by files like svm.c >> instea

Re: [kvm-devel] KVM Test result, kernel e29c643.. , userspace babe269..

2007-11-15 Thread Avi Kivity
Zhao, Yunfeng wrote: > Hi, all > This is today's KVM test result against kvm.git > e29c6434dcc64992a84e1a34a16ccfc9fd623621 and kvm-userspace.git > babe2696f21a84ae2da178d3f8173e6b50cdcc8b. > 64bit host will crash when boot guests. > > One new issue > 1. 64bit host crashes when booting guests > htt

[kvm-devel] add kvm-test as client test

2007-11-15 Thread Ryan Harper
I sent this to kvm-devel earlier today, but with an attachment which may or maynot making it to the list. So, instead of attaching the tarball, you can instead just pull the contents here: http://hg.codemonkey.ws/kvm-autotest I've included the original email below: kvm-test[1] is a package for

Re: [kvm-devel] [PATCH] Move KVM_CHECK_EXTENSIONMove case to arch

2007-11-15 Thread Zhang, Xiantao
Carsten Otte wrote: > Zhang, Xiantao wrote: >> Moving KVM_CHECK_EXTENSION case to arch, since different archs should >> have different capabilities. > I believe we want to keep the existence of the ioctl > KVM_CHECK_EXTENSION common. Just the extension flags should be arch > specific. This patch h

Re: [kvm-devel] [PATCH][RFC] mmu code split proposal

2007-11-15 Thread Zhang, Xiantao
Izik Eidus wrote: > On Thu, 2007-11-15 at 18:52 +0800, Zhang, Xiantao wrote: >> Hi, all >> I have worked out a rough patch to split mmu code from >> kvm_main.c. Welcome comments! Currently, most of code wrt mmu are >> moved to arch, but one exception exists. In fucntion >> kvm_vm_ioctl_get_d

Re: [kvm-devel] [PATCH v2] kvm: Fix accounting of interrupts during guest execution on s390

2007-11-15 Thread Christian Borntraeger
Am Donnerstag, 15. November 2007 schrieb Laurent Vivier: > To be annoying, it should be clearer to write this like: > > if ( (p->flags & PF_VCPU) && > !(hardirq_count() - hardirq_offset) && > !softirq_count() ) > { > account_guest_time(p, cputime); > return; > } [...] > But I

[kvm-devel] Keyboard problem with Xvnc

2007-11-15 Thread Elmar Haneke
Hi, I do have some trouble with german keyboard layout when running with VNC-X-Server: Umlaut-Keys are dead, some of the number-key show wron shift-symbols. Running against an "real" X-Server does not raise that problem. Guest OS is Windows Vista Running an xterm on that VNX-Server also allost

[kvm-devel] add kvm-test as client test

2007-11-15 Thread Ryan Harper
*** Warning: Your file, kvmtest.tar.gz, contains more than 32 files after decompression and cannot be scanned. *** kvm-test[1] is a package for automating guest installation with KVM. The attached tarball includes the autotest wrapper for running kvm-test

Re: [kvm-devel] [Disscussion] Moving x86 code out of kvm.h

2007-11-15 Thread Jerone Young
On Thu, 2007-11-15 at 10:34 +0200, Avi Kivity wrote: > Jerone Young wrote: > > This is a continuation of a conversation I have been having with Izik > > Eidus on IRC today. > > > > I plan on moving x86 code out of kvm.h and into kvm-x86.h. kvm-x86.h > > would then include kvm.h and would be includ

Re: [kvm-devel] [PATCH v2] kvm: Fix accounting of interrupts during guest execution on s390

2007-11-15 Thread Laurent Vivier
Le jeudi 15 novembre 2007 à 16:56 +0100, Christian Borntraeger a écrit : > Am Donnerstag, 15. November 2007 schrieb Laurent Vivier: > > If I remember correctly time accounting on s390 is more accurate than on > > x86 ? > > Yes. its done during context switches and resolution is microsecond. > > >

Re: [kvm-devel] [PATCH] Move KVM_CHECK_EXTENSIONMove case to arch

2007-11-15 Thread Avi Kivity
Zhang, Xiantao wrote: > Carsten Otte wrote: > >> Zhang, Xiantao wrote: >> >>> Moving KVM_CHECK_EXTENSION case to arch, since different archs should >>> have different capabilities. >>> >> I believe we want to keep the existence of the ioctl >> KVM_CHECK_EXTENSION common. Just the ex

[kvm-devel] [ kvm-Bugs-1832496 ] KVM crashes with openBSD guest

2007-11-15 Thread SourceForge.net
Bugs item #1832496, was opened at 2007-11-15 16:34 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=1832496&group_id=180599 Please note that this message will contain a full copy

Re: [kvm-devel] A question about KVM_SET_MEMORY_REGION ioctl

2007-11-15 Thread Zhang, Xiantao
Izik Eidus wrote: > On Thu, 2007-11-15 at 23:21 +0800, Zhang, Xiantao wrote: >> Currently, KVM_SET_MEMORY_REGION ioctl is put under arch, but its >> implementation is in common code . From code logic, it seems very >> strange. Maybe I missed some threads about its discuss, who can >> tell me the s

Re: [kvm-devel] [PATCH v2] kvm: Fix accounting of interrupts during guest execution on s390

2007-11-15 Thread Christian Borntraeger
Am Donnerstag, 15. November 2007 schrieb Laurent Vivier: > If I remember correctly time accounting on s390 is more accurate than on > x86 ? Yes. its done during context switches and resolution is microsecond. > Because on x86, as we make the kvm_guest_exit() after local_irq_enable() > we can also

[kvm-devel] A question about KVM_SET_MEMORY_REGION ioctl

2007-11-15 Thread Zhang, Xiantao
Currently, KVM_SET_MEMORY_REGION ioctl is put under arch, but its implementation is in common code . From code logic, it seems very strange. Maybe I missed some threads about its discuss, who can tell me the story ? Thanks a lot! :) Xiantao

Re: [kvm-devel] [PATCH v2] kvm: Fix accounting of interrupts during guest execution on s390

2007-11-15 Thread Laurent Vivier
If I remember correctly time accounting on s390 is more accurate than on x86 ? Because on x86, as we make the kvm_guest_exit() after local_irq_enable() we can also have IRQ with PF_VCPU set... and we discussed a lot on probability to know if it was good or not. And on x86 it seems good because it

Re: [kvm-devel] [PATCH] Move KVM_CHECK_EXTENSIONMove case to arch

2007-11-15 Thread Carsten Otte
Zhang, Xiantao wrote: > How about attached patch? Agree to keep this ioctl in common, and > instead define an arch-specific function in x86. Yea, that looks good to me. Acked-by: Carsten Otte <[EMAIL PROTECTED]> - This SF.net

Re: [kvm-devel] A question about KVM_SET_MEMORY_REGION ioctl

2007-11-15 Thread Avi Kivity
Zhang, Xiantao wrote: > Currently, KVM_SET_MEMORY_REGION ioctl is put under arch, but its > implementation is in common code . From code logic, it seems very > strange. Maybe I missed some threads about its discuss, who can tell me > the story ? Thanks a lot! :) > KVM_SET_MEMORY_REGION is obso

Re: [kvm-devel] A question about KVM_SET_MEMORY_REGION ioctl

2007-11-15 Thread Izik Eidus
On Thu, 2007-11-15 at 23:21 +0800, Zhang, Xiantao wrote: > Currently, KVM_SET_MEMORY_REGION ioctl is put under arch, but its > implementation is in common code . From code logic, it seems very > strange. Maybe I missed some threads about its discuss, who can tell me > the story ? Thanks a lot! :)

[kvm-devel] [PATCH 2/2] KVM: x86 emulator: Discard CR2 in x86 emulator

2007-11-15 Thread Sheng Yang
From 9cd9d5cde7341d5e9de41b1070cea7a98e7d8cc9 Mon Sep 17 00:00:00 2001 From: Sheng Yang <[EMAIL PROTECTED]> Date: Thu, 15 Nov 2007 15:11:58 +0800 Subject: [PATCH 2/2] KVM: x86 emulator: Discard CR2 in x86 emulator For CR2 is unreliable and unavailable in many condition, this patch completely decod

Re: [kvm-devel] [PATCH v2] kvm: Fix accounting of interrupts during guest execution on s390

2007-11-15 Thread Avi Kivity
Christian Borntraeger wrote: > Avi pointed out, that my first patch was broken, here is the 2nd try. > I tested the patch on s390 with CONFIG_VIRT_CPU_ACCOUNTING and on x86_64. > Seems to work. > > Currently the scheduler checks for PF_VCPU to decide if this > timeslice has to be accounted as guest

Re: [kvm-devel] [Disscussion] Moving x86 code out of kvm.h

2007-11-15 Thread Avi Kivity
Zhang, Xiantao wrote: >>> For driver/kvm/kvm.h, I have a proposal before in mailing list. In >>> my proposal, we can split x86-specific code of kvm.h into current >>> x86.h, and make code in kvm.h as common. Then, we rename kvm.h to >>> kvm_comm.h, and also rename x86.h to kvm-x86.h, and meantime

Re: [kvm-devel] [PATCH v2] kvm: Fix accounting of interrupts during guest execution on s390

2007-11-15 Thread Avi Kivity
Christian Borntraeger wrote: > Am Donnerstag, 15. November 2007 schrieb Avi Kivity: > >>> + if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) >>> > [...] > >> What's irq_count()? Is it defined to ignore the timer tick? Or is that >> hardirq_offset? >> > > hardi

Re: [kvm-devel] [PATCH v2] kvm: Fix accounting of interrupts during guest execution on s390

2007-11-15 Thread Christian Borntraeger
Am Donnerstag, 15. November 2007 schrieb Avi Kivity: > > + if ((p->flags & PF_VCPU) && (irq_count() - hardirq_offset == 0)) [...] > What's irq_count()? Is it defined to ignore the timer tick? Or is that > hardirq_offset? hardirq_offset is used to ignore the timer tick. irq_count is defined in

Re: [kvm-devel] [Disscussion] Moving x86 code out of kvm.h

2007-11-15 Thread Zhang, Xiantao
Avi Kivity wrote: > Zhang, Xiantao wrote: >> Jerone Young wrote: >> >>> This is a continuation of a conversation I have been having with >>> Izik Eidus on IRC today. >>> >>> I plan on moving x86 code out of kvm.h and into kvm-x86.h. kvm-x86.h >>> would then include kvm.h and would be included by

Re: [kvm-devel] [Disscussion] Moving x86 code out of kvm.h

2007-11-15 Thread Zhang, Xiantao
Avi Kivity wrote: > Zhang, Xiantao wrote: For driver/kvm/kvm.h, I have a proposal before in mailing list. In my proposal, we can split x86-specific code of kvm.h into current x86.h, and make code in kvm.h as common. Then, we rename kvm.h to kvm_comm.h, and also rename x86.h to

Re: [kvm-devel] [PATCH v2] kvm: Fix accounting of interrupts during guest execution on s390

2007-11-15 Thread Ingo Molnar
* Christian Borntraeger <[EMAIL PROTECTED]> wrote: > Avi pointed out, that my first patch was broken, here is the 2nd try. > I tested the patch on s390 with CONFIG_VIRT_CPU_ACCOUNTING and on > x86_64. Seems to work. > > Currently the scheduler checks for PF_VCPU to decide if this timeslice >

[kvm-devel] [PATCH v2] kvm: Fix accounting of interrupts during guest execution on s390

2007-11-15 Thread Christian Borntraeger
Avi pointed out, that my first patch was broken, here is the 2nd try. I tested the patch on s390 with CONFIG_VIRT_CPU_ACCOUNTING and on x86_64. Seems to work. Currently the scheduler checks for PF_VCPU to decide if this timeslice has to be accounted as guest time. On s390 host interrupts are not

[kvm-devel] [Disscussion] Moving x86 code out of kvm.h

2007-11-15 Thread Jerone Young
This is a continuation of a conversation I have been having with Izik Eidus on IRC today. I plan on moving x86 code out of kvm.h and into kvm-x86.h. kvm-x86.h would then include kvm.h and would be included by files like svm.c instead of kvm.h. Izik pointed out a big issue with this approach and

[kvm-devel] KVM Test result, kernel e29c643.. , userspace babe269..

2007-11-15 Thread Zhao, Yunfeng
Hi, all This is today's KVM test result against kvm.git e29c6434dcc64992a84e1a34a16ccfc9fd623621 and kvm-userspace.git babe2696f21a84ae2da178d3f8173e6b50cdcc8b. 64bit host will crash when boot guests. One new issue 1. 64bit host crashes when booting guests https://sourceforge.net/tracker/?func=det

Re: [kvm-devel] [PATCH][RFC] mmu code split proposal

2007-11-15 Thread Izik Eidus
On Thu, 2007-11-15 at 18:52 +0800, Zhang, Xiantao wrote: > Hi, all > I have worked out a rough patch to split mmu code from kvm_main.c. > Welcome comments! > Currently, most of code wrt mmu are moved to arch, but one exception > exists. In fucntion kvm_vm_ioctl_get_diry_log, I used > KVM_

Re: [kvm-devel] [PATCH 2/2] KVM: x86 emulator: Discard CR2 in x86 emulator

2007-11-15 Thread Avi Kivity
Sheng Yang wrote: > From 9cd9d5cde7341d5e9de41b1070cea7a98e7d8cc9 Mon Sep 17 00:00:00 2001 > From: Sheng Yang <[EMAIL PROTECTED]> > Date: Thu, 15 Nov 2007 15:11:58 +0800 > Subject: [PATCH 2/2] KVM: x86 emulator: Discard CR2 in x86 emulator > > For CR2 is unreliable and unavailable in many condition

Re: [kvm-devel] [Disscussion] Moving x86 code out of kvm.h

2007-11-15 Thread Zhang, Xiantao
Jerone Young wrote: > This is a continuation of a conversation I have been having with Izik > Eidus on IRC today. > > I plan on moving x86 code out of kvm.h and into kvm-x86.h. kvm-x86.h > would then include kvm.h and would be included by files like svm.c > instead of kvm.h. I assume you are talk

Re: [kvm-devel] Can I run guest Windows inside Linux and doremotedebugging?

2007-11-15 Thread Dong, Eddie
[EMAIL PROTECTED] wrote: > Thanks. But I cannot use that since I am going to debug drivers > running on Windows and qemu does not expose the real hardware to > guest. > > So, here is another question, is there any plan to make qemu transfer > the real hardware to guest? > I guess you are talki

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-15 Thread Avi Kivity
Zhang, Xiantao wrote: > > >>> BTW, Seems current KVM source doesn't support UP kernel without kvm >>> built-in, once we build kvm modules through kvm-userspace.git. >>> >>> >> Should work, though I never tested it. Are you seeing an error? >> > > Just have a test. Seems it can't

[kvm-devel] Annual Conference Information

2007-11-15 Thread DiversityBusiness
- 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 >> htt

Re: [kvm-devel] [PATCH 1/2] KVM: x86 emulator: modify 'cmpxchg8b', 'lods', 'stos' to not depend on CR2

2007-11-15 Thread Avi Kivity
Sheng Yang wrote: > From c7b60a362930679e24df27e6a412cdbdf1a55f69 Mon Sep 17 00:00:00 2001 > From: Sheng Yang <[EMAIL PROTECTED]> > Date: Thu, 15 Nov 2007 14:52:28 +0800 > Subject: [PATCH 1/2] KVM: x86 emulator: modify 'cmpxchg8b', 'lods', 'stos' to > not depend on CR2 > > The current 'lods' and '

Re: [kvm-devel] Can I run guest Windows inside Linux and do remotedebugging?

2007-11-15 Thread Dor Laor
Neo Jia wrote: Thanks. But I cannot use that since I am going to debug drivers running on Windows and qemu does not expose the real hardware to guest. So, here is another question, is there any plan to make qemu transfer the real hardware to guest? Not at the moment, there is work in progres

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-15 Thread Zhang, Xiantao
-Original Message- From: Zhang, Xiantao Sent: 2007年11月15日 17:34 To: 'Avi Kivity' Cc: kvm-devel@lists.sourceforge.net Subject: RE: [kvm-devel] smp_call_function_mask not defined in UP kernel. Avi Kivity wrote: > Zhang, Xiantao wrote: >> Avi Kivity wrote: >> >>> Zhang, Xiantao wrote: >>

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-15 Thread Zhang, Xiantao
Avi Kivity wrote: > Zhang, Xiantao wrote: >> Avi Kivity wrote: >> >>> Zhang, Xiantao wrote: >>> Hi Avi, smp_call_function_mask is introduced in latest commits, but not defined in UP configuration. So, it will run into compile fail when kernel is configured without smp supp

Re: [kvm-devel] Can I run guest Windows inside Linux and do remotedebugging?

2007-11-15 Thread Neo Jia
Thanks. But I cannot use that since I am going to debug drivers running on Windows and qemu does not expose the real hardware to guest. So, here is another question, is there any plan to make qemu transfer the real hardware to guest? Thanks, Neo On Nov 14, 2007 11:54 PM, Dor Laor <[EMAIL PROTECT

Re: [kvm-devel] smp_call_function_mask not defined in UP kernel.

2007-11-15 Thread Avi Kivity
Zhang, Xiantao wrote: > Avi Kivity wrote: > >> Zhang, Xiantao wrote: >> >>> Hi Avi, >>>smp_call_function_mask is introduced in latest commits, but not >>> defined in UP configuration. So, it will run into compile fail when >>> kernel is configured without smp support. Please check and

Re: [kvm-devel] [Disscussion] Moving x86 code out of kvm.h

2007-11-15 Thread Avi Kivity
Izik Eidus wrote: >>> >>> >> Have kvm.h include >> > what you mean by that? > > include/asm is a symlink to include/asm-$arch, and this is where arch-specific definitions are placed in Linux. -- Do not meddle in the internals of kernels, for they are subtle and quick to pani

Re: [kvm-devel] [Disscussion] Moving x86 code out of kvm.h

2007-11-15 Thread Izik Eidus
On Thu, 2007-11-15 at 10:34 +0200, Avi Kivity wrote: > Jerone Young wrote: > > This is a continuation of a conversation I have been having with Izik > > Eidus on IRC today. > > > > I plan on moving x86 code out of kvm.h and into kvm-x86.h. kvm-x86.h > > would then include kvm.h and would be includ

Re: [kvm-devel] [Disscussion] Moving x86 code out of kvm.h

2007-11-15 Thread Avi Kivity
Jerone Young wrote: > This is a continuation of a conversation I have been having with Izik > Eidus on IRC today. > > I plan on moving x86 code out of kvm.h and into kvm-x86.h. kvm-x86.h > would then include kvm.h and would be included by files like svm.c > instead of kvm.h. > > Which kvm.h ar

Re: [kvm-devel] Can I run guest Windows inside Linux and do remotedebugging?

2007-11-15 Thread Dor Laor
Neo Jia wrote: hi, I am wondering if I can running a guest Windows inside Linux host with KVM and doing remote debugging (through firewire) another Windows machine (running natively). Thanks, Neo While its not exactly what you asked for, one can debug a windows guest using another windows gu

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

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