From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqUER-0003q9-9d for qemu-devel@nongnu.org; Wed, 23 Sep 2009 11:58:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqUEM-0003la-Kk for qemu-devel@nongnu.org; Wed, 23 Sep 2009 11:58:14 -0400 Received: from [199.232.76.173] (port=46369 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqUEM-0003lG-EF for qemu-devel@nongnu.org; Wed, 23 Sep 2009 11:58:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33665) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqUEL-0005Qn-MD for qemu-devel@nongnu.org; Wed, 23 Sep 2009 11:58:09 -0400 Date: Wed, 23 Sep 2009 18:56:00 +0300 From: "Michael S. Tsirkin" Message-ID: <20090923155559.GA18203@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] qemu: tree for pci related 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, Anthony Liguori Hi! I created a qemu tree to collect pci related qemu fixes, to make sure they don't get lost. The idea's the patches have been posted on list already, so it should be enough to repost a short summary here, rather than flood everyone's mailboxes by reposting a full patchset. The tree is here: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git pci Beware: do not publish a tree on top of this one as I might be rebasing it. If you want me to add a patch there, just mail me. Below's the first nag: --- Here are the pci fixes I know of that haven't been applied already. Anthony, all, any more comments on any of them? If yes, please reply on the original patch. If no, please apply. 9305505 qemu/virtio-pci: remove unnecessary check c128c88 qemu/pci: reset device registers on bus reset 74b7e8b qemu/pci: refactor code/symbolic constants 5307502 qemu/virtio: fix reset with device removal c1f2e99 qemu/qdev: type safety in reset handler Thanks, -- MST