From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXR2f-0002w9-Df for qemu-devel@nongnu.org; Wed, 01 May 2013 03:01:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXR2b-0003iN-7U for qemu-devel@nongnu.org; Wed, 01 May 2013 03:01:29 -0400 Received: from mga14.intel.com ([143.182.124.37]:25192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXR2a-0003ho-I9 for qemu-devel@nongnu.org; Wed, 01 May 2013 03:01:25 -0400 From: Jordan Justen Date: Tue, 30 Apr 2013 23:56:27 -0700 Message-Id: <1367391393-6830-1-git-send-email-jordan.l.justen@intel.com> Subject: [Qemu-devel] [PATCH v2 0/6] KVM flash memory support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jordan Justen git://github.com/jljusten/qemu.git kvm-flash-v2 Utilize KVM_CAP_READONLY_MEM to support PC system flash emulation with KVM. v2: * Remove rom_only from PC_COMPAT_1_4 * Only enable flash when a pflash drive is created. Jordan Justen (6): kvm: add kvm_readonly_mem_enabled kvm: support using KVM_MEM_READONLY flag for readonly regions kvm: workaround a possible KVM bug when using KVM_MEM_READONLY pflash_cfi01: memory region should be set to enable readonly mode pc_sysfw: allow flash (-pflash) memory to be used with KVM pc_sysfw: change rom_only default to 0 hw/block/pc_sysfw.c | 52 +++++++++++++++++++++++++++++------------------ hw/block/pflash_cfi01.c | 2 ++ include/hw/i386/pc.h | 4 ---- include/sysemu/kvm.h | 10 +++++++++ kvm-all.c | 41 +++++++++++++++++++++++++++++-------- kvm-stub.c | 1 + 6 files changed, 78 insertions(+), 32 deletions(-) -- 1.7.10.4