From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 3] xl: carry domain config around in struct domain_config Date: Tue, 27 Jul 2010 11:28:11 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Move more domain configuration items into struct domain_config. Reduces the number of functions which take large numbers of parameters and generally just keeps configuration stuff in one place. (depends on preceeding series "Add support for on_poweroff, on_reboot and on_crash configuration" due to code level dependency, resendiong due to reworking of that series)