From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwICf-0002dr-O3 for qemu-devel@nongnu.org; Tue, 21 Apr 2009 11:48:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwICa-0002dN-R5 for qemu-devel@nongnu.org; Tue, 21 Apr 2009 11:48:09 -0400 Received: from [199.232.76.173] (port=49300 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwICa-0002dI-Kv for qemu-devel@nongnu.org; Tue, 21 Apr 2009 11:48:04 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:46294) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwICa-00036A-AX for qemu-devel@nongnu.org; Tue, 21 Apr 2009 11:48:04 -0400 Received: by fxm17 with SMTP id 17so2319244fxm.34 for ; Tue, 21 Apr 2009 08:48:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1240316408-15949-9-git-send-email-kraxel@redhat.com> References: <1240316408-15949-1-git-send-email-kraxel@redhat.com> <1240316408-15949-9-git-send-email-kraxel@redhat.com> Date: Tue, 21 Apr 2009 18:48:03 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 08/10] xen: pv domain builder. From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org On 4/21/09, Gerd Hoffmann wrote: > This adds domain building support for paravirtual domains to qemu. > This allows booting xen guests directly with qemu, without Xend > and the management stack. I found these: > + if ((1 != rc) || (info.domid != xen_domid)) { > + if (EINTR == errno)