From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: [PATCH 0 of 4 v2] Allow xl to build a domain with multiple USB devices Date: Fri, 30 Nov 2012 16:24:15 +0000 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.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: george.dunlap@eu.citrix.com List-Id: xen-devel@lists.xenproject.org v2 adds two patches. The first consoldates the device model argument builder for qemu-traditional and qemu-upstream into a single function, to make it easier to keep up to date. Along the way, the first patch checks to make sure that the vnc display is not set in both "vnclisten" and "vncdisplay"; if so, it throws an error. The second patch enforces this in libxl, so the user gets a friendly error message rather than an ugly libxl internal error.