From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [PATCH 0/5] Improve memory slot handling and other fixes Date: Mon, 6 Aug 2012 20:02:07 +1000 Message-ID: <20120806100207.GA8980@bloggs.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Alexander Graf , kvm-ppc@vger.kernel.org Return-path: Content-Disposition: inline Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org This series of 5 patches starts off with two fixes that I have posted previously but not got any response to, and then has 3 patches to improve our handling of memory slots on PPC. The first of those 3 makes HV-style KVM able to handle deletion and modification of memory slots properly. The second one adds proper SRCU read-locking around accesses to memslot data for HV KVM, and the third adds SRCU read-locking around accesses to memslot data for the other styles of KVM on PPC. These patches are against Avi's next branch as of today.