From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYJNi-0001wM-SH for qemu-devel@nongnu.org; Wed, 18 Mar 2015 15:11:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYJNe-0005ms-PL for qemu-devel@nongnu.org; Wed, 18 Mar 2015 15:11:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYJNe-0005mi-Ku for qemu-devel@nongnu.org; Wed, 18 Mar 2015 15:11:50 -0400 From: Andrew Jones Date: Wed, 18 Mar 2015 15:11:44 -0400 Message-Id: <1426705908-2765-1-git-send-email-drjones@redhat.com> In-Reply-To: <1426705700-2564-1-git-send-email-drjones@redhat.com> References: <1426705700-2564-1-git-send-email-drjones@redhat.com> Subject: [Qemu-devel] [RFC PATCH 0/4] support KVM_MEM_UNCACHED List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kvmarm@lists.cs.columbia.edu, qemu-devel@nongnu.org, ard.biesheuvel@linaro.org, christoffer.dall@linaro.org, marc.zyngier@arm.com, peter.maydell@linaro.org, pbonzini@redhat.com Cc: catalin.marinas@arm.com, lersek@redhat.com, agraf@suse.de, m.smarduch@samsung.com Add support for the new KVM_MEM_UNCACHED flag, and flag appropriate memory. (Only flags vga/vram for now.) Andrew Jones (4): kvm-all: put kvm_mem_flags to more work HACK: linux header update memory: add uncached flag vga: flag vram as uncached hw/display/vga.c | 1 + include/exec/memory.h | 25 +++++++++++++++++++++++++ kvm-all.c | 34 ++++++++++++++++++++++++---------- linux-headers/linux/kvm.h | 2 ++ memory.c | 15 +++++++++++++++ 5 files changed, 67 insertions(+), 10 deletions(-) -- 1.8.3.1