From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TA0pF-0002Zo-BW for qemu-devel@nongnu.org; Fri, 07 Sep 2012 11:50:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TA0p8-0008Qw-MR for qemu-devel@nongnu.org; Fri, 07 Sep 2012 11:50:33 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:64350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TA0p8-0008PX-D9 for qemu-devel@nongnu.org; Fri, 07 Sep 2012 11:50:26 -0400 Received: by pbbjt11 with SMTP id jt11so4373762pbb.4 for ; Fri, 07 Sep 2012 08:50:25 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <504A17B6.6020703@redhat.com> Date: Fri, 07 Sep 2012 17:50:14 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1346079626-16386-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1346079626-16386-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] ping Re: [RFC PATCH 00/13] Embedded NBD server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kwolf@redhat.com, stefanha@gmail.com Cc: qemu-devel@nongnu.org Il 27/08/2012 17:00, Paolo Bonzini ha scritto: > The part where I need > a second opinion and/or ack is patch 12 and 13. They fix the case of > a disk being unplugged while NBD export is active. To do this I add a > NotifierList to a BlockDriverState. Does this look okay, or is it too > ad hoc? Ping... Kevin/Stefan, could you look at just these two patches: http://permalink.gmane.org/gmane.comp.emulators.qemu/167411 [12/13] block: add close notifiers http://permalink.gmane.org/gmane.comp.emulators.qemu/167410 [13/13] nbd: add notifier to close exports when the image is closed and if you need some context: http://permalink.gmane.org/gmane.comp.emulators.qemu/167400 [09/13] qmp: add NBD server commands Everything else is totally uninteresting. Paolo