Slides of kvm forum 2012?

2012-12-19 Thread Min-gyu Kim
Hello I was an attendee at the kvm forum 2012 in Barcelona. I think I heard that the slides will be gathered and posted on the web. But I cannot find them anywhere currently. Are the materials going to be available?(or already available?) Thanks, MinGyu Kim -- To unsubscribe from this list: sen

RE: [kvmarm] [PATCH v2 06/14] KVM: ARM: Memory virtualization setup

2012-10-09 Thread Min-gyu Kim
> -Original Message- > From: Marc Zyngier [mailto:marc.zyng...@arm.com] > Sent: Tuesday, October 09, 2012 9:56 PM > To: Christoffer Dall > Cc: Min-gyu Kim; 김창환; linux-arm-ker...@lists.infradead.org; > kvm@vger.kernel.org; kvm...@lists.cs.columbia.edu > Subject: Re:

RE: [PATCH v2 06/14] KVM: ARM: Memory virtualization setup

2012-10-04 Thread Min-gyu Kim
> -Original Message- > From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On > Behalf Of Christoffer Dall > Sent: Monday, October 01, 2012 6:11 PM > To: kvm@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > kvm...@lists.cs.columbia.edu > Cc: Marc Zyngier > Subject:

RE: [PATCH 06/15] KVM: ARM: Initial skeleton to compile KVM support

2012-10-04 Thread Min-gyu Kim
> -Original Message- > From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On > Behalf Of Christoffer Dall > Sent: Monday, October 01, 2012 4:22 AM > To: Will Deacon > Cc: kvm@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > kvm...@lists.cs.columbia.edu; rusty.russ.

RE: [PATCH 13/15] KVM: ARM: Handle guest faults in KVM

2012-09-26 Thread Min-gyu Kim
> -Original Message- > From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On > Behalf Of Christoffer Dall > Sent: Tuesday, September 25, 2012 9:39 PM > To: Min-gyu Kim > Cc: kvm@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > kvm...@lists

RE: [PATCH 13/15] KVM: ARM: Handle guest faults in KVM

2012-09-25 Thread Min-gyu Kim
> -Original Message- > From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On > Behalf Of Christoffer Dall > Sent: Sunday, September 16, 2012 12:36 AM > To: kvm@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > kvm...@lists.cs.columbia.edu > Subject: [PATCH 13/15] KV

RE: [PATCH 01/10] ARM: KVM: Keep track of currently running vcpus

2012-09-20 Thread Min-gyu Kim
> -Original Message- > From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On > Behalf Of Christoffer Dall > Sent: Sunday, September 16, 2012 12:37 AM > To: kvm@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > kvm...@lists.cs.columbia.edu > Subject: [PATCH 01/10] ARM:

RE: [PATCH v10 07/14] KVM: ARM: Memory virtualization setup

2012-08-23 Thread Min-gyu Kim
ssary, and clean_dcache_area function becomes empty in that case. But I think explicit cleaning would be better for portability. Best Regards Min-gyu Kim -Original Message- From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On Behalf Of Christoffer Dall Sent: Friday, August 17, 2012 1

RE: How does QEMU communicate with KVM?

2012-07-30 Thread Min-gyu Kim
from kvm_vcpu_fault function, I’m not sure about the documentation of such channels. regards Min-gyu Kim --- Original Message --- Sender : Richard Yao Date : 2012-07-30 14:47 (GMT+09:00) Title : How does QEMU communicate with KVM? Is there any documentation on how QEMU communicates with KVM?

RE: [PATCH v9 13/16] ARM: KVM: Emulation framework and CP15 emulation

2012-07-17 Thread Min-gyu Kim
Why does the cache operation need to happen on the same CPU while the L1 caches between cores are coherent? As you know, cache operations usually operate for a range and it iterates without disabling preemption. Therefore, though you enclose the vcpu_run and handle_exit with preemption disable,