From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqmEG-0003bh-BE for qemu-devel@nongnu.org; Mon, 16 Jul 2012 10:24:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SqmE9-00038y-7r for qemu-devel@nongnu.org; Mon, 16 Jul 2012 10:24:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqmE8-00038t-W3 for qemu-devel@nongnu.org; Mon, 16 Jul 2012 10:24:45 -0400 From: Paolo Bonzini Date: Mon, 16 Jul 2012 16:24:35 +0200 Message-Id: <1342448677-7453-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] virtio-scsi spec: event improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, rusty@rustcorp.com.au Cc: qemu-devel@nongnu.org This makes some changes to the virtio-scsi event specification, so that it is now possible to use virtio-scsi events in the implementation of the QEMU "block_resize" command. Thanks to Cong Meng for finally implementing virtio-scsi hotplug, which made me look at block_resize again! Paolo Bonzini (2): virtio-scsi spec: unify event structs virtio-scsi spec: add configuration change event virtio-spec.lyx | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 160 insertions(+), 4 deletions(-) -- 1.7.10.4