[PATCH 0/2] hw/pci/pci_host: Small cleanups

Philippe Mathieu-Daudé posted 2 patches 4 years, 4 months ago
Test asan failed
Test checkpatch passed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191216002134.18279-1-philmd@redhat.com
Maintainers: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>
include/hw/pci/pci_host.h |  4 ++--
hw/pci/pci_host.c         | 25 +++++++------------------
2 files changed, 9 insertions(+), 20 deletions(-)
[PATCH 0/2] hw/pci/pci_host: Small cleanups
Posted by Philippe Mathieu-Daudé 4 years, 4 months ago
- Use unsigned 'size' argument
- Remove unuseful DPRINTF()

Philippe Mathieu-Daudé (2):
  hw/pci/pci_host: Remove redundant PCI_DPRINTF()
  hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size'
    argument

 include/hw/pci/pci_host.h |  4 ++--
 hw/pci/pci_host.c         | 25 +++++++------------------
 2 files changed, 9 insertions(+), 20 deletions(-)

-- 
2.21.0


Re: [PATCH 0/2] hw/pci/pci_host: Small cleanups
Posted by Michael S. Tsirkin 4 years, 4 months ago
On Mon, Dec 16, 2019 at 01:21:32AM +0100, Philippe Mathieu-Daudé wrote:
> - Use unsigned 'size' argument
> - Remove unuseful DPRINTF()


Thanks!
I'll queue it for merge after the release. If possible please ping me
after the release to help make sure it didn't get dropped.

> Philippe Mathieu-Daudé (2):
>   hw/pci/pci_host: Remove redundant PCI_DPRINTF()
>   hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size'
>     argument
> 
>  include/hw/pci/pci_host.h |  4 ++--
>  hw/pci/pci_host.c         | 25 +++++++------------------
>  2 files changed, 9 insertions(+), 20 deletions(-)
> 
> -- 
> 2.21.0