KVM call agenda for 2013-07-30

2013-07-23 Thread Juan Quintela
Hi Please, send any topic that you are interested in covering. Thanks, Juan. PD. If you want to attend and you don't have the call details, contact me. -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo

Re: KVM call agenda for 2013-07-30

2013-07-23 Thread Christian Borntraeger
On 23/07/13 08:33, Juan Quintela wrote: Hi Please, send any topic that you are interested in covering. - soft reset and other reset variants. What is the right way to go? (e.g. on s390 there are several reset variants that reset a defined subset of the system. This can be triggered by

Re: [PATCH 03/10] vfio: add external user support

2013-07-23 Thread Alexey Kardashevskiy
On 07/23/2013 12:23 PM, Alex Williamson wrote: On Tue, 2013-07-16 at 10:53 +1000, Alexey Kardashevskiy wrote: VFIO is designed to be used via ioctls on file descriptors returned by VFIO. However in some situations support for an external user is required. The first user is KVM on PPC64

[PATCH 4/4] x86: properly handle kvm emulation of hyperv

2013-07-23 Thread Jason Wang
Recent kvm has some basic support of hyperv, this will cause the guest to identify itself as running on top of hyperv instead of kvm which will disable kvm pv functionality. This is because we try to detect hyperv before kvm. Solve this by simply checking kvm in detect_hypervisor() first. Cc:

[PATCH 1/4] x86: introduce hypervisor_cpuid_base()

2013-07-23 Thread Jason Wang
This patch introduce hypervisor_cpuid_base() which loop test the hypervisor existence function until the signature match and check the number of leaves if required. This could be used by Xen/KVM guest to detect the existence of hypervisor. Cc: Thomas Gleixner t...@linutronix.de Cc: Ingo Molnar

[PATCH 3/4] kvm: switch to use hypervisor_cpuid_base()

2013-07-23 Thread Jason Wang
Switch to use hypervisor_cpuid_base() to detect KVM. Cc: Gleb Natapov g...@redhat.com Cc: Paolo Bonzini pbonz...@redhat.com Cc: Thomas Gleixner t...@linutronix.de Cc: Ingo Molnar mi...@redhat.com Cc: H. Peter Anvin h...@zytor.com Cc: x...@kernel.org Cc: kvm@vger.kernel.org Signed-off-by: Jason

[PATCH 2/4] xen: switch to use hypervisor_cpuid_base()

2013-07-23 Thread Jason Wang
Switch to use hypervisor_cpuid_base() to detect Xen. Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Jeremy Fitzhardinge jer...@goop.org Cc: Thomas Gleixner t...@linutronix.de Cc: Ingo Molnar mi...@redhat.com Cc: H. Peter Anvin h...@zytor.com Cc: x...@kernel.org Cc: Paolo Bonzini

Re: [PATCH 1/4] x86: introduce hypervisor_cpuid_base()

2013-07-23 Thread H. Peter Anvin
On 07/23/2013 02:41 AM, Jason Wang wrote: +static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves) +{ + uint32_t base, eax, ebx, ecx, edx; + char signature[13]; + + for (base = 0x4000; base 0x4001; base += 0x100) { + cpuid(base,

Re: [PATCH 3/4] arm64: KVM: let other tasks run when hitting WFE

2013-07-23 Thread Catalin Marinas
On Mon, Jul 22, 2013 at 01:51:52PM +0100, Christoffer Dall wrote: On 22 July 2013 10:53, Raghavendra KT raghavendra.kt.li...@gmail.com wrote: On Fri, Jul 19, 2013 at 7:23 PM, Marc Zyngier marc.zyng...@arm.com wrote: So far, when a guest executes WFE (like when waiting for a spinlock to

RE: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread Bhushan Bharat-R65777
-Original Message- From: Wood Scott-B07421 Sent: Thursday, July 18, 2013 10:48 PM To: Bhushan Bharat-R65777 Cc: kvm-...@vger.kernel.org; kvm@vger.kernel.org; ag...@suse.de; Bhushan Bharat- R65777 Subject: Re: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel

Re: [PATCH 1/4] x86: introduce hypervisor_cpuid_base()

2013-07-23 Thread Paolo Bonzini
Il 23/07/2013 12:04, H. Peter Anvin ha scritto: On 07/23/2013 02:41 AM, Jason Wang wrote: +static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves) +{ +uint32_t base, eax, ebx, ecx, edx; +char signature[13]; + +for (base = 0x4000; base 0x4001;

Re: [PATCH 2/4] xen: switch to use hypervisor_cpuid_base()

2013-07-23 Thread Paolo Bonzini
Il 23/07/2013 11:41, Jason Wang ha scritto: Switch to use hypervisor_cpuid_base() to detect Xen. Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Jeremy Fitzhardinge jer...@goop.org Cc: Thomas Gleixner t...@linutronix.de Cc: Ingo Molnar mi...@redhat.com Cc: H. Peter Anvin

Re: [PATCH 3/4] kvm: switch to use hypervisor_cpuid_base()

2013-07-23 Thread Paolo Bonzini
Il 23/07/2013 11:41, Jason Wang ha scritto: Switch to use hypervisor_cpuid_base() to detect KVM. Cc: Gleb Natapov g...@redhat.com Cc: Paolo Bonzini pbonz...@redhat.com Cc: Thomas Gleixner t...@linutronix.de Cc: Ingo Molnar mi...@redhat.com Cc: H. Peter Anvin h...@zytor.com Cc:

Re: [PATCH 4/4] x86: properly handle kvm emulation of hyperv

2013-07-23 Thread Paolo Bonzini
Il 23/07/2013 11:41, Jason Wang ha scritto: Recent kvm has some basic support of hyperv, this will cause the guest to identify itself as running on top of hyperv instead of kvm which will disable kvm pv functionality. This is because we try to detect hyperv before kvm. Solve this by simply

Re: kvm: zapping shadow pages for mmio generation wraparound

2013-07-23 Thread Paolo Bonzini
Il 22/07/2013 22:57, Zlatko Calusic ha scritto: I'm getting a lot of these in kernel 3.11.0-rc1: Jul 19 19:53:06 ps kernel: kvm: zapping shadow pages for mmio generation wraparound Jul 19 22:37:47 ps kernel: kvm: zapping shadow pages for mmio generation wraparound Jul 20 00:07:24 ps

Re: kvm: zapping shadow pages for mmio generation wraparound

2013-07-23 Thread Zlatko Calusic
On 23.07.2013 13:50, Paolo Bonzini wrote: Il 22/07/2013 22:57, Zlatko Calusic ha scritto: I'm getting a lot of these in kernel 3.11.0-rc1: Jul 19 19:53:06 ps kernel: kvm: zapping shadow pages for mmio generation wraparound Jul 19 22:37:47 ps kernel: kvm: zapping shadow pages for mmio

Re: [Qemu-devel] KVM call agenda for 2013-07-30

2013-07-23 Thread Peter Maydell
On 23 July 2013 08:55, Christian Borntraeger borntrae...@de.ibm.com wrote: - soft reset and other reset variants. What is the right way to go? (e.g. on s390 there are several reset variants that reset a defined subset of the system. This can be triggered by operating systems, e.g. kdump uses

Re: KVM call agenda for 2013-07-30

2013-07-23 Thread Juan Quintela
Juan Quintela quint...@redhat.com wrote: Hi Please, send any topic that you are interested in covering. Thanks, Juan. PD. If you want to attend and you don't have the call details, contact me. I got the wrong day. Correct date was today (2013-07-22). Sorry for the confusion.

Re: [v1][PATCH 1/1] powerpc/ppc64: rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATE

2013-07-23 Thread Michael Ellerman
On Tue, Jul 16, 2013 at 11:09:30AM +0800, Tiejun Chen wrote: The SOFT_DISABLE_INTS seems an odd name for something that updates the software state to be consistent with interrupts being hard disabled, so rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATE to avoid this confusion. Yes! I have a

Re: Slow TCP performance from Win2k8R2 guests under Linux KVM

2013-07-23 Thread Yan Vugenfirer
Can you try the latest drivers: http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/ Best regards, Yan. On Jul 23, 2013, at 8:24 AM, Gordon Messmer wrote: On 07/21/2013 03:32 AM, Yan Vugenfirer wrote: Can you provide results with iperf or netperf? Actually, iperf seems to

Re: [PATCH 1/4] x86: introduce hypervisor_cpuid_base()

2013-07-23 Thread Gleb Natapov
On Tue, Jul 23, 2013 at 05:41:02PM +0800, Jason Wang wrote: This patch introduce hypervisor_cpuid_base() which loop test the hypervisor existence function until the signature match and check the number of leaves if required. This could be used by Xen/KVM guest to detect the existence of

Re: KVM call agenda for 2013-07-30

2013-07-23 Thread Juan Quintela
Juan Quintela quint...@redhat.com wrote: Juan Quintela quint...@redhat.com wrote: Hi Please, send any topic that you are interested in covering. Thanks, Juan. PD. If you want to attend and you don't have the call details, contact me. I got the wrong day. Correct date was today

RE: [PATCH 4/4] x86: properly handle kvm emulation of hyperv

2013-07-23 Thread KY Srinivasan
-Original Message- From: Jason Wang [mailto:jasow...@redhat.com] Sent: Tuesday, July 23, 2013 5:41 AM To: t...@linutronix.de; mi...@redhat.com; h...@zytor.com; x...@kernel.org; g...@redhat.com; pbonz...@redhat.com; kvm@vger.kernel.org; linux- ker...@vger.kernel.org Cc: Jason Wang;

KVM Forum 2013 Call for Participation - Extended to August 4th

2013-07-23 Thread Anthony Liguori
We have received numerous requests to extend the CFP deadline and so we are happy to announce that the CFP deadline has been moved by two weeks to August 4th. = KVM Forum 2013: Call For Participation October 21-23, 2013 - Edinburgh

Re: [PATCH 4/4] x86: properly handle kvm emulation of hyperv

2013-07-23 Thread H. Peter Anvin
On 07/23/2013 06:55 AM, KY Srinivasan wrote: This strategy of hypervisor detection based on some detection order IMHO is not a robust detection strategy. The current scheme works since the only hypervisor emulated (by other hypervisors happens to be Hyper-V). What if this were to change.

Re: [PATCH RFC V11 15/18] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor

2013-07-23 Thread Gleb Natapov
On Mon, Jul 22, 2013 at 11:50:16AM +0530, Raghavendra K T wrote: +static void kvm_lock_spinning(struct arch_spinlock *lock, __ticket_t want) +{ + struct kvm_lock_waiting *w; + int cpu; + u64 start; + unsigned long flags; + Why don't you bailout if in nmi here like we

Re: [PATCH 2/4] xen: switch to use hypervisor_cpuid_base()

2013-07-23 Thread Konrad Rzeszutek Wilk
On Tue, Jul 23, 2013 at 05:41:03PM +0800, Jason Wang wrote: Switch to use hypervisor_cpuid_base() to detect Xen. Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Acked-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Jeremy Fitzhardinge jer...@goop.org Cc: Thomas Gleixner

Re: [PATCH 1/4] x86: introduce hypervisor_cpuid_base()

2013-07-23 Thread H. Peter Anvin
On 07/23/2013 04:16 AM, Paolo Bonzini wrote: That's nicer, though strcmp is what the replaced code used to do in patches 2 and 3. Note that memcmp requires the caller to use KVMKVMKVM\0\0 as the signature (or alternatively hypervisor_cpuid_base can copy the argument into another 12-byte

Re: [PATCH 3/4] arm64: KVM: let other tasks run when hitting WFE

2013-07-23 Thread Will Deacon
On Tue, Jul 23, 2013 at 11:41:14AM +0100, Catalin Marinas wrote: On Mon, Jul 22, 2013 at 01:51:52PM +0100, Christoffer Dall wrote: On 22 July 2013 10:53, Raghavendra KT raghavendra.kt.li...@gmail.com wrote: On Fri, Jul 19, 2013 at 7:23 PM, Marc Zyngier marc.zyng...@arm.com wrote:

Re: Linux Plumbers ACPI/PM, PCI Microconference

2013-07-23 Thread Bjorn Helgaas
On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe myron.st...@gmail.com wrote: Linux Plumbers has approved an ACPI/PM, PCI microconference. The overview page is here: http://wiki.linuxplumbersconf.org/2013:pci_subsystem We would like to start receiving volunteers for presenting topics of

KVM call minutes for 2013-07-23

2013-07-23 Thread Juan Quintela
- Or how to confuse dates: I am very good at it (quintela) Sorry again. - Organizational trivia: We are changing the call number details If you don't receive an invite in the following days, let me now. - s390: has different reset interfaces (only cpus, also memory, some devices)

KVM call agenda for 2013-08-06

2013-07-23 Thread Juan Quintela
Hi Please, send any topic that you are interested in covering. Thanks, Juan. PD. If you want to attend and you don't have the call details, contact me. PD2. Remember that conference code has changed, contact me if you don't receive the details. -- To unsubscribe from this list:

Re: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread Scott Wood
On 07/22/2013 10:39:16 PM, Bhushan Bharat-R65777 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 23, 2013 12:18 AM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alexander Graf; kvm-...@vger.kernel.org; kvm@vger.kernel.org Subject: Re: [PATCH 2/2 v2] kvm:

RE: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread Bhushan Bharat-R65777
-Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 23, 2013 10:15 PM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alexander Graf; kvm-...@vger.kernel.org; kvm@vger.kernel.org Subject: Re: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed

RE: [PATCH 4/4] x86: properly handle kvm emulation of hyperv

2013-07-23 Thread KY Srinivasan
-Original Message- From: H. Peter Anvin [mailto:h...@zytor.com] Sent: Tuesday, July 23, 2013 10:48 AM To: KY Srinivasan Cc: Jason Wang; t...@linutronix.de; mi...@redhat.com; x...@kernel.org; g...@redhat.com; pbonz...@redhat.com; kvm@vger.kernel.org; linux- ker...@vger.kernel.org

Re: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread Scott Wood
On 07/23/2013 11:50:35 AM, Bhushan Bharat-R65777 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 23, 2013 10:15 PM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alexander Graf; kvm-...@vger.kernel.org; kvm@vger.kernel.org Subject: Re: [PATCH 2/2 v2] kvm:

Re: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread Scott Wood
On 07/23/2013 06:13:58 AM, Bhushan Bharat-R65777 wrote: -Original Message- From: Wood Scott-B07421 Sent: Thursday, July 18, 2013 10:48 PM To: Bhushan Bharat-R65777 Cc: kvm-...@vger.kernel.org; kvm@vger.kernel.org; ag...@suse.de; Bhushan Bharat- R65777 Subject: Re: [PATCH 2/2

Re: networking stops working

2013-07-23 Thread folkert
I tried this evening to connect the vm directly to the ethernet adapter, not a bridge in between (the bridge was completely removed). This worked for a couple of hours then it was gone again. The 3 other network adapters of that vm/guest were fine! On Sun, Jul 21, 2013 at 08:08:53PM +0200,

Re: networking stops working

2013-07-23 Thread folkert
One strange thing though: 20:19:03.910892 ARP, Request who-has 192.168.178.2 tell 192.168.178.1, length 46 20:19:04.906854 ARP, Request who-has 192.168.178.2 tell 192.168.178.1, length 46 20:19:05.493445 ARP, Request who-has 192.168.178.2 tell 192.168.178.83, length 46 20:19:05.903027 ARP,

Re: [PATCH] pci: Enable overrides for missing ACS capabilities

2013-07-23 Thread Don Dutile
On 06/26/2013 03:03 PM, Alex Williamson wrote: On Mon, 2013-06-24 at 11:43 -0600, Bjorn Helgaas wrote: On Wed, Jun 19, 2013 at 6:43 AM, Don Dutileddut...@redhat.com wrote: On 06/18/2013 10:52 PM, Bjorn Helgaas wrote: On Tue, Jun 18, 2013 at 5:03 PM, Don Dutileddut...@redhat.com wrote:

Re: [PATCH 4/4] x86: properly handle kvm emulation of hyperv

2013-07-23 Thread H. Peter Anvin
On 07/23/2013 10:45 AM, KY Srinivasan wrote: One strategy would be to pick the *last* one in the CPUID list, since the ones before it are logically the one(s) being emulated... Is it always possible to guarantee this ordering. As a hypothetical, what if hypervisor A emulates Hypervisor B

Cannot load kvm_amd module - (says disabled by bios)

2013-07-23 Thread Massimiliano Adamo
All, this is a bug with KVM, impacting (at least) all mainstream kernels that I tried so far: 3.2, 3.3, 3.4, 3.5, 3.8, 3.10 and 3.11 This is the link of the downstream bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1201092 - Firt of all I mention that this bug has been raised also

Re: Cannot load kvm_amd module - (says disabled by bios)

2013-07-23 Thread Alex Williamson
On Tue, 2013-07-23 at 23:11 +0200, Massimiliano Adamo wrote: All, this is a bug with KVM, impacting (at least) all mainstream kernels that I tried so far: 3.2, 3.3, 3.4, 3.5, 3.8, 3.10 and 3.11 This is the link of the downstream bug:

RE: [PATCH 4/4] x86: properly handle kvm emulation of hyperv

2013-07-23 Thread KY Srinivasan
-Original Message- From: H. Peter Anvin [mailto:h...@zytor.com] Sent: Tuesday, July 23, 2013 2:46 PM To: KY Srinivasan Cc: Jason Wang; t...@linutronix.de; mi...@redhat.com; x...@kernel.org; g...@redhat.com; pbonz...@redhat.com; kvm@vger.kernel.org; linux- ker...@vger.kernel.org

RE: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread Bhushan Bharat-R65777
-Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 23, 2013 11:50 PM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alexander Graf; kvm-...@vger.kernel.org; kvm@vger.kernel.org Subject: Re: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed

Re: [PATCH 2/2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread “tiejun.chen”
On 07/18/2013 06:27 PM, Alexander Graf wrote: On 18.07.2013, at 12:19, “tiejun.chen” wrote: On 07/18/2013 06:12 PM, Alexander Graf wrote: On 18.07.2013, at 12:08, “tiejun.chen” wrote: On 07/18/2013 05:48 PM, Alexander Graf wrote: On 18.07.2013, at 10:25, Bhushan Bharat-R65777 wrote:

Re: [PATCH 1/4] x86: introduce hypervisor_cpuid_base()

2013-07-23 Thread Jason Wang
On 07/23/2013 09:48 PM, Gleb Natapov wrote: On Tue, Jul 23, 2013 at 05:41:02PM +0800, Jason Wang wrote: This patch introduce hypervisor_cpuid_base() which loop test the hypervisor existence function until the signature match and check the number of leaves if required. This could be used

Re: [PATCH 4/4] x86: properly handle kvm emulation of hyperv

2013-07-23 Thread Jason Wang
On 07/23/2013 10:48 PM, H. Peter Anvin wrote: On 07/23/2013 06:55 AM, KY Srinivasan wrote: This strategy of hypervisor detection based on some detection order IMHO is not a robust detection strategy. The current scheme works since the only hypervisor emulated (by other hypervisors happens

Re: [PATCH 1/4] x86: introduce hypervisor_cpuid_base()

2013-07-23 Thread Jason Wang
On 07/24/2013 12:03 AM, H. Peter Anvin wrote: On 07/23/2013 04:16 AM, Paolo Bonzini wrote: That's nicer, though strcmp is what the replaced code used to do in patches 2 and 3. Note that memcmp requires the caller to use KVMKVMKVM\0\0 as the signature (or alternatively hypervisor_cpuid_base

Re: [PATCH 1/4] x86: introduce hypervisor_cpuid_base()

2013-07-23 Thread H. Peter Anvin
On 07/23/2013 09:44 PM, Jason Wang wrote: Since it's just a minor optimization. How about just keep using the strcmp()? It's more that it enables the rest of the cleanup, making the code easier to read. -hpa -- To unsubscribe from this list: send the line unsubscribe kvm in the

Re: [PATCH 4/4] x86: properly handle kvm emulation of hyperv

2013-07-23 Thread H. Peter Anvin
On 07/23/2013 09:37 PM, Jason Wang wrote: On 07/23/2013 10:48 PM, H. Peter Anvin wrote: On 07/23/2013 06:55 AM, KY Srinivasan wrote: This strategy of hypervisor detection based on some detection order IMHO is not a robust detection strategy. The current scheme works since the only

Re: [PATCH 03/10] vfio: add external user support

2013-07-23 Thread Alexey Kardashevskiy
On 07/23/2013 12:23 PM, Alex Williamson wrote: On Tue, 2013-07-16 at 10:53 +1000, Alexey Kardashevskiy wrote: VFIO is designed to be used via ioctls on file descriptors returned by VFIO. However in some situations support for an external user is required. The first user is KVM on PPC64

RE: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread Bhushan Bharat-R65777
-Original Message- From: Wood Scott-B07421 Sent: Thursday, July 18, 2013 10:48 PM To: Bhushan Bharat-R65777 Cc: kvm-ppc@vger.kernel.org; k...@vger.kernel.org; ag...@suse.de; Bhushan Bharat- R65777 Subject: Re: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel

Re: [v1][PATCH 1/1] powerpc/ppc64: rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATE

2013-07-23 Thread Michael Ellerman
On Tue, Jul 16, 2013 at 11:09:30AM +0800, Tiejun Chen wrote: The SOFT_DISABLE_INTS seems an odd name for something that updates the software state to be consistent with interrupts being hard disabled, so rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATE to avoid this confusion. Yes! I have a

Re: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread Scott Wood
On 07/22/2013 10:39:16 PM, Bhushan Bharat-R65777 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 23, 2013 12:18 AM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alexander Graf; kvm-ppc@vger.kernel.org; k...@vger.kernel.org Subject: Re: [PATCH 2/2 v2]

RE: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread Bhushan Bharat-R65777
-Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 23, 2013 10:15 PM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alexander Graf; kvm-ppc@vger.kernel.org; k...@vger.kernel.org Subject: Re: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed

Re: [PATCH 2/2 v2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread Scott Wood
On 07/23/2013 11:50:35 AM, Bhushan Bharat-R65777 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 23, 2013 10:15 PM To: Bhushan Bharat-R65777 Cc: Wood Scott-B07421; Alexander Graf; kvm-ppc@vger.kernel.org; k...@vger.kernel.org Subject: Re: [PATCH 2/2 v2]

Re: [PATCH 2/2] kvm: powerpc: set cache coherency only for kernel managed pages

2013-07-23 Thread “tiejun.chen”
On 07/18/2013 06:27 PM, Alexander Graf wrote: On 18.07.2013, at 12:19, “tiejun.chen” wrote: On 07/18/2013 06:12 PM, Alexander Graf wrote: On 18.07.2013, at 12:08, “tiejun.chen” wrote: On 07/18/2013 05:48 PM, Alexander Graf wrote: On 18.07.2013, at 10:25, Bhushan Bharat-R65777 wrote: