From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/3] allow read-only memory mappings Date: Tue, 05 Oct 2010 08:54:58 -0300 Message-ID: <20101005115458.792126399@redhat.com> Cc: kvm@vger.kernel.org To: avi@redhat.com, aarcange@redhat.com, gleb@redhat.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:21525 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752041Ab0JEMRh (ORCPT ); Tue, 5 Oct 2010 08:17:37 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o95CHbtU021741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 5 Oct 2010 08:17:37 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This should probably exit as MMIO instead of custom exit code, for IO_MEM_ROM slots. But then, unsure if IO_MEM_ROM areas should be mprotected (meaning QEMU has to handle SIGBUS for its own accesses), or the attribute set in a slots flag.