qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Paul Brook <paul@codesourcery.com>, Avi Kivity <avi@redhat.com>,
	qemu-devel@nongnu.org, Carsten Otte <cotte@de.ibm.com>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	kraxel@redhat.com, markmc@redhat.com
Subject: [Qemu-devel] [PATCHv2 0/4] qemu: reset fixes
Date: Wed, 16 Sep 2009 13:40:11 +0300	[thread overview]
Message-ID: <20090916104011.GA4446@redhat.com> (raw)

Prettify qdev reset and fix virtio reset.  Prettify pci reset and fix
bus reset.  Note that qdev patches 1-2 and
pci patches 3-4 are independent, and can be
applied separately.

Changes since v1:
- Addressed Paul and kraxel's comments, killing
  extra reset functions
- Test info->reset within qdev_reset
- Added pci reset fixes

--- 
MST


Michael S. Tsirkin (4):
  qemu/qdev: type safety in reset handler
  qemu/virtio: fix reset with device removal
  qemu/pci: refactor code/symbolic constants
  qemu/pci: reset device registers on bus reset

 hw/pci.c        |   54 ++++++++++++++++++++++++++++++++++--------------------
 hw/pci.h        |    2 ++
 hw/qdev.c       |   13 +++++++++----
 hw/qdev.h       |    3 ++-
 hw/rtl8139.c    |   10 +++++-----
 hw/tcx.c        |    6 +++---
 hw/virtio-pci.c |   14 ++++++++------
 7 files changed, 63 insertions(+), 39 deletions(-)

                 reply	other threads:[~2009-09-16 10:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090916104011.GA4446@redhat.com \
    --to=mst@redhat.com \
    --cc=avi@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cotte@de.ibm.com \
    --cc=kraxel@redhat.com \
    --cc=markmc@redhat.com \
    --cc=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).