From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTxNe-0004D4-NI for qemu-devel@nongnu.org; Fri, 06 Mar 2015 13:53:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTxNd-0000GG-LO for qemu-devel@nongnu.org; Fri, 06 Mar 2015 13:53:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTxNd-0000Fz-Ec for qemu-devel@nongnu.org; Fri, 06 Mar 2015 13:53:49 -0500 From: Andrew Jones Date: Fri, 6 Mar 2015 13:53:34 -0500 Message-Id: <1425668018-3649-3-git-send-email-drjones@redhat.com> In-Reply-To: <1425668018-3649-1-git-send-email-drjones@redhat.com> References: <1425667780-3449-1-git-send-email-drjones@redhat.com> <1425668018-3649-1-git-send-email-drjones@redhat.com> Subject: [Qemu-devel] [RFC PATCH 2/6] HACK: linux header update 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 Cc: pbonzini@redhat.com, lersek@redhat.com, agraf@suse.de, catalin.marinas@arm.com Should do a proper update-linux-headers.sh update. Signed-off-by: Andrew Jones --- linux-headers/linux/kvm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h index 12045a11c036b..d04e2d781c43b 100644 --- a/linux-headers/linux/kvm.h +++ b/linux-headers/linux/kvm.h @@ -108,6 +108,7 @@ struct kvm_userspace_memory_region { */ #define KVM_MEM_LOG_DIRTY_PAGES (1UL << 0) #define KVM_MEM_READONLY (1UL << 1) +#define KVM_MEM_INCOHERENT (1UL << 2) /* for KVM_IRQ_LINE */ struct kvm_irq_level { -- 1.8.3.1