Re: [PATCH] KVM: Add Kconfig option to signal cross-endian guests

2015-07-09 Thread Cornelia Huck
...@redhat.com --- arch/arm/kvm/Kconfig | 1 + arch/arm64/kvm/Kconfig | 1 + arch/powerpc/kvm/Kconfig | 1 + drivers/net/Kconfig | 1 + drivers/vhost/Kconfig| 1 + virt/kvm/Kconfig | 3 +++ 6 files changed, 8 insertions(+) Acked-by: Cornelia Huck cornelia.h

Re: [PATCH v14 0/7] KVM/arm/x86: dirty page logging for ARMv7 (3.17.0-rc1)

2014-11-14 Thread Cornelia Huck
On Thu, 13 Nov 2014 17:57:41 -0800 Mario Smarduch m.smard...@samsung.com wrote: Patch series adds support for ARMv7 and generic dirty page logging support. As we try to move towards generic dirty page logging additional logic is moved to generic code. Initially x86, armv7 KVM_GET_DIRTY_LOG

Re: [PATCH v13 2/7] KVM: Add generic support for dirty page logging

2014-11-07 Thread Cornelia Huck
On Thu, 06 Nov 2014 16:40:43 -0800 Mario Smarduch m.smard...@samsung.com wrote: kvm_get_dirty_log() provides generic handling of dirty bitmap, currently reused by several architectures. Building on that we intrdoduce kvm_get_dirty_log_protect() adding write protection to mark these pages

Re: [RFC PATCH 2/4] vhost: add byteswap routines

2014-11-03 Thread Cornelia Huck
On Wed, 29 Oct 2014 09:38:43 +0100 Cédric Le Goater c...@fr.ibm.com wrote: This patch adds a few helper routines around get_user and put_user to ease byteswapping. Signed-off-by: Cédric Le Goater c...@fr.ibm.com --- I am not sure these routines belong to this file. There is room for

Re: [PATCH v12 1/6] KVM: Add architecture-defined TLB flush support

2014-10-30 Thread Cornelia Huck
On Wed, 22 Oct 2014 15:34:06 -0700 Mario Smarduch m.smard...@samsung.com wrote: This patch adds support for architecture implemented VM TLB flush, currently ARMv7 defines HAVE_KVM_ARCH_TLB_FLUSH_ALL. This leaves other architectures unaffected using the generic version. In subsequent patch

Re: [PATCH v12 2/6] KVM: Add generic support for dirty page logging

2014-10-30 Thread Cornelia Huck
On Wed, 22 Oct 2014 15:34:07 -0700 Mario Smarduch m.smard...@samsung.com wrote: This patch defines KVM_GENERIC_DIRTYLOG, and moves dirty log read function to it's own file virt/kvm/dirtylog.c. x86 is updated to use the generic dirty log interface, selecting KVM_GENERIC_DIRTYLOG in its Kconfig

Re: [PATCH 0/6] IRQFD without IRQ routing, enabled for XICS

2014-07-14 Thread Cornelia Huck
On Mon, 30 Jun 2014 20:51:08 +1000 Paul Mackerras pau...@samba.org wrote: I would like to see this go into 3.17. FWIW: I've given this a whirl on s390 (with a dataplane disk), and everything seems to work as before. The only thing which is I think worth mentioning is that embedding the routing