From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnZ7n-0007Eg-Rg for qemu-devel@nongnu.org; Tue, 15 Sep 2009 10:35:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnZ7i-0007AZ-Hn for qemu-devel@nongnu.org; Tue, 15 Sep 2009 10:35:18 -0400 Received: from [199.232.76.173] (port=57289 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnZ7i-0007AQ-7S for qemu-devel@nongnu.org; Tue, 15 Sep 2009 10:35:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3789) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnZ7h-0002ma-NC for qemu-devel@nongnu.org; Tue, 15 Sep 2009 10:35:13 -0400 Date: Tue, 15 Sep 2009 17:32:51 +0300 From: "Michael S. Tsirkin" Message-ID: <20090915143251.GA24708@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/2] qemu: reset fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook , Avi Kivity , qemu-devel@nongnu.org, Carsten Otte , Christian Borntraeger , kraxel@redhat.com, markmc@redhat.com Prettify qdev reset and fix virtio reset. --- MST Michael S. Tsirkin (2): qemu/qdev: type safety in reset handler qemu/virtio: fix reset with device removal hw/qdev.c | 10 ++++++++-- hw/qdev.h | 3 ++- hw/rtl8139.c | 10 +++++++--- hw/tcx.c | 11 +++++++---- hw/virtio-pci.c | 14 ++++++++++---- 5 files changed, 34 insertions(+), 14 deletions(-)