From: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v3 0/7] Convert to realize and cleanup
Date: Tue, 6 Jun 2017 19:26:25 +0800 [thread overview]
Message-ID: <cover.1496746390.git.maozy.fnst@cn.fujitsu.com> (raw)
v3:
* patch2: explain the specified means of the return value, also
improve the commit message. [Marcel Apfelbaum]
* patch3: simplify the subject and commit message, fix another
wrong assert. [Marcel Apfelbaum]
* patch4: adjust the subject.
* patch5: fix a wrong optimization for errp. [Eduardo Habkost]
* patch7: a new patch that converts shpc_init() to Error in order
to propagate the error better.
v2:
* patch1: subject and commit message was rewrited by markus.
* patch2: comment was added to pci_add_capability2().
* patch3: a new patch that fix the wrong return value judgment condition.
* patch4: a new patch that fix code style problems.
* patch5: add an errp argument for pci_add_capability to pass
error for its callers.
* patch6: convert part of pci-bridge device to realize.
v1:
* patch1: fix unreasonable return value check
Mao Zhongyi (7):
pci: Clean up error checking in pci_add_capability()
pci: Add comment for pci_add_capability2()
pci: Fix the return value checking
net/eepro100: Fix code style
pci: Make errp the last parameter of pci_add_capability()
pci: Convert to realize
pci: Convert shpc_init() to Error
hw/i386/amd_iommu.c | 24 ++++++++----
hw/net/e1000e.c | 9 ++++-
hw/net/eepro100.c | 80 +++++++++++++++++++++-----------------
hw/pci-bridge/i82801b11.c | 12 +++---
hw/pci-bridge/pci_bridge_dev.c | 21 ++++------
hw/pci-bridge/pcie_root_port.c | 15 +++----
hw/pci-bridge/xio3130_downstream.c | 20 +++++-----
hw/pci-bridge/xio3130_upstream.c | 20 +++++-----
hw/pci/pci.c | 20 +++++-----
hw/pci/pci_bridge.c | 8 +++-
hw/pci/pcie.c | 15 +++++--
hw/pci/shpc.c | 10 +++--
hw/pci/slotid_cap.c | 12 ++++--
hw/usb/hcd-xhci.c | 2 +-
hw/vfio/pci.c | 5 ++-
hw/virtio/virtio-pci.c | 19 ++++++---
include/hw/pci/pci.h | 3 +-
include/hw/pci/pci_bridge.h | 3 +-
include/hw/pci/pcie.h | 3 +-
include/hw/pci/shpc.h | 3 +-
include/hw/pci/slotid_cap.h | 3 +-
21 files changed, 176 insertions(+), 131 deletions(-)
--
2.9.3
next reply other threads:[~2017-06-06 11:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-06 11:26 Mao Zhongyi [this message]
2017-06-06 11:26 ` [Qemu-devel] [PATCH v3 1/7] pci: Clean up error checking in pci_add_capability() Mao Zhongyi
2017-06-06 11:26 ` [Qemu-devel] [PATCH v3 2/7] pci: Add comment for pci_add_capability2() Mao Zhongyi
2017-06-06 11:26 ` [Qemu-devel] [PATCH v3 3/7] pci: Fix the return value checking Mao Zhongyi
2017-06-06 11:26 ` [Qemu-devel] [PATCH v3 4/7] net/eepro100: Fix code style Mao Zhongyi
2017-06-06 15:31 ` Michael S. Tsirkin
2017-06-07 2:43 ` Mao Zhongyi
2017-06-06 11:26 ` [Qemu-devel] [PATCH v3 5/7] pci: Make errp the last parameter of pci_add_capability() Mao Zhongyi
2017-06-06 14:52 ` Eduardo Habkost
2017-06-06 16:24 ` Markus Armbruster
2017-06-07 5:33 ` Mao Zhongyi
2017-06-07 7:05 ` Markus Armbruster
2017-06-07 9:33 ` Mao Zhongyi
2017-06-06 11:26 ` [Qemu-devel] [PATCH v3 6/7] pci: Convert to realize Mao Zhongyi
2017-06-06 11:26 ` [Qemu-devel] [PATCH v3 7/7] pci: Convert shpc_init() to Error Mao Zhongyi
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=cover.1496746390.git.maozy.fnst@cn.fujitsu.com \
--to=maozy.fnst@cn.fujitsu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.