mbox

[PULL,0/1] serial: fix multi-pci card error cleanup.

Message ID 1432032871-12163-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-serial-20150519-1

Message

Gerd Hoffmann May 19, 2015, 10:54 a.m. UTC
Hi,

Error handling fix for the multiport pci-serial cards.

please pull,
  Gerd

The following changes since commit faa261a7fb254866bdd5b6a25ad94677945f21b4:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150519' into staging (2015-05-19 10:25:59 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-serial-20150519-1

for you to fetch changes up to a48da7b5bc1f0c98e7a124337140efd47049066c:

  serial: fix multi-pci card error cleanup. (2015-05-19 12:47:08 +0200)

----------------------------------------------------------------
serial: fix multi-pci card error cleanup.

----------------------------------------------------------------
Gerd Hoffmann (1):
      serial: fix multi-pci card error cleanup.

 hw/char/serial-pci.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

Comments

Peter Maydell May 19, 2015, 2:13 p.m. UTC | #1
On 19 May 2015 at 11:54, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Error handling fix for the multiport pci-serial cards.
>
> please pull,
>   Gerd
>
> The following changes since commit faa261a7fb254866bdd5b6a25ad94677945f21b4:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150519' into staging (2015-05-19 10:25:59 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-serial-20150519-1
>
> for you to fetch changes up to a48da7b5bc1f0c98e7a124337140efd47049066c:
>
>   serial: fix multi-pci card error cleanup. (2015-05-19 12:47:08 +0200)
>
> ----------------------------------------------------------------
> serial: fix multi-pci card error cleanup.

Applied, thanks.

-- PMM