From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kamala Narasimhan Subject: [PATCH 0/5] xl disk configuration handling Date: Mon, 07 Feb 2011 16:15:23 -0500 Message-ID: <4D5060EB.3060109@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Refactor xl disk configuration handling. Patch 1/5 - "Xl Disk Configuration Option" documentation Patch 2/5 - Xl interface change plus changes to code it impacts Patch 3/5 - Xl disk configuration parsing changes Patch 4/5 - Xl block-attach refactoring to reuse xl parsing code Patch 5/5 - More disk validation checks Note: I am nervous about this patch series as the changes are huge and I am worried about regressions especially this close to 4.1. I can try and fix the regressions fast but only after they are found and reported. So, I would encourage folks to run their standard config files that they knew worked before against the latest changes and report any/all regressions. Thanks! Kamala