mbox

[PULL,for-2.1,0/5] Serial + SCSI fixes for 2014-07-14

Message ID 1405352968-3155-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://github.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini July 14, 2014, 3:49 p.m. UTC
The following changes since commit ab6d3749c4915cd5692633e321f7745dce06fe77:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20140711-1' into staging (2014-07-11 17:50:38 +0100)

are available in the git repository at:


  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 7497bce6c2561f1215fe179e40837774f6243799:

  serial-pci: remove memory regions from BAR before destroying them (2014-07-14 16:14:15 +0200)

----------------------------------------------------------------
Misc 2.1 fixes regarding character/serial devices and SCSI.

----------------------------------------------------------------

Now with signed tags. :)

Paolo

Fam Zheng (1):
      scsi: Report error when lun number is in use

Kirill Batuzov (1):
      serial: change retry logic to avoid concurrency

Paolo Bonzini (3):
      qemu-char: fix deadlock with "-monitor pty"
      virtio-scsi: fix with -M pc-i440fx-2.0
      serial-pci: remove memory regions from BAR before destroying them

 hw/char/serial-pci.c            |  1 +
 hw/char/serial.c                | 59 +++++++++++++++++++++++------------------
 hw/scsi/scsi-bus.c              |  3 ++-
 include/hw/virtio/virtio-scsi.h |  2 ++
 qemu-char.c                     | 23 ++++++++++++++--
 5 files changed, 59 insertions(+), 29 deletions(-)

Comments

Peter Maydell July 15, 2014, 1:14 p.m. UTC | #1
On 14 July 2014 16:49, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit ab6d3749c4915cd5692633e321f7745dce06fe77:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20140711-1' into staging (2014-07-11 17:50:38 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 7497bce6c2561f1215fe179e40837774f6243799:
>
>   serial-pci: remove memory regions from BAR before destroying them (2014-07-14 16:14:15 +0200)
>
> ----------------------------------------------------------------
> Misc 2.1 fixes regarding character/serial devices and SCSI.

Applied, thanks.

-- PMM