From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXpLy-0001SA-VB for qemu-devel@nongnu.org; Fri, 25 May 2012 03:54:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXpLw-0007hk-EL for qemu-devel@nongnu.org; Fri, 25 May 2012 03:54:30 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:61936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXpLw-0007ha-5b for qemu-devel@nongnu.org; Fri, 25 May 2012 03:54:28 -0400 Received: by pbbro12 with SMTP id ro12so1588270pbb.4 for ; Fri, 25 May 2012 00:54:25 -0700 (PDT) From: Ronnie Sahlberg Date: Fri, 25 May 2012 17:43:14 +1000 Message-Id: <1337931796-2660-1-git-send-email-ronniesahlberg@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] Add support for iscsi passthrough and better eventsystem support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org Paolo, list Please find two patches. Both are big so maybe best to only add to the post 1.1 branches. The first patch tries to be more intelligent when setting up the fd events and only call these functions if something has changed. The second patch adds support for passthrough of SCSI comamnds. Just like /dev/sg allows the guest to talk to a real scsi device directly without qemu emulating the commands, this patch adds the same capability when using iscsi devices. With this patch the guest can talk directly to the target iscsi devices. regards ronnie sahlberg