[Qemu-devel] [PULL 0/1] pci: fix

Michael S. Tsirkin posted 1 patch 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1491320063-12719-1-git-send-email-mst@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/pci/pci.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] pci: fix
Posted by Michael S. Tsirkin 6 years, 11 months ago
The following changes since commit 87cc4c61020addea6a001b94b662596b1896d1b3:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-04-04 11:40:55 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 193982c6f9424779b53a168fe32ebc30a776cbf1:

  pci: Only unmap bus_master_enabled_region if was added previously (2017-04-04 18:32:25 +0300)

----------------------------------------------------------------
pci: fix

A single bugfix for a error handling issue in pci.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pci: Only unmap bus_master_enabled_region if was added previously

 hw/pci/pci.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


Re: [Qemu-devel] [PULL 0/1] pci: fix
Posted by Peter Maydell 6 years, 11 months ago
On 4 April 2017 at 16:35, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 87cc4c61020addea6a001b94b662596b1896d1b3:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-04-04 11:40:55 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to 193982c6f9424779b53a168fe32ebc30a776cbf1:
>
>   pci: Only unmap bus_master_enabled_region if was added previously (2017-04-04 18:32:25 +0300)
>
> ----------------------------------------------------------------
> pci: fix
>
> A single bugfix for a error handling issue in pci.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Alexey Kardashevskiy (1):
>       pci: Only unmap bus_master_enabled_region if was added previously

Applied, thanks.

-- PMM