qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 3753c7: Update language files for QEMU 2.8.0


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 3753c7: Update language files for QEMU 2.8.0
Date: Thu, 15 Dec 2016 02:30:05 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3753c75db8eaa40d1bfbfdf7b26e9defc1d785e5
      
https://github.com/qemu/qemu/commit/3753c75db8eaa40d1bfbfdf7b26e9defc1d785e5
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M po/bg.po
    M po/de_DE.po
    M po/fr_FR.po
    M po/hu.po
    M po/it.po
    M po/messages.po
    M po/tr.po
    M po/zh_CN.po

  Log Message:
  -----------
  Update language files for QEMU 2.8.0

Update translation files (change created via 'make -C po update').

Signed-off-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Stefan Weil <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: a08156321ab9a7d2fed9ee77dbfeea2a61ffd153
      
https://github.com/qemu/qemu/commit/a08156321ab9a7d2fed9ee77dbfeea2a61ffd153
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M ui/gtk.c

  Log Message:
  -----------
  ui/gtk: fix "Copy" menu item segfault

The "Copy" menu item copies VTE terminal text to the clipboard.  This
only works with VTE terminals, not with graphics consoles.

Disable the menu item when the current notebook page isn't a VTE
terminal.

This patch fixes a segfault.  Reproducer: Start QEMU and click the Copy
menu item when the guest display is visible.

Reported-by: Kevin Wolf <address@hidden>
Reviewed-by: Gerd Hoffmann <address@hidden>
Tested-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
Message-id: address@hidden
Cc: Michael S. Tsirkin <address@hidden>
Cc: Gerd Hoffmann <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: d70678a5388fb6340d018f51b863ec9712b905da
      
https://github.com/qemu/qemu/commit/d70678a5388fb6340d018f51b863ec9712b905da
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
    M po/de_DE.po
    M po/fr_FR.po
    M po/it.po
    M po/zh_CN.po

  Log Message:
  -----------
  po: add missing translations in de, fr, it, zh

There are missing translations for the new "Copy" menu item.

The following people provided them to me on IRC just in time for the
QEMU 2.8 release:

 * de_DE - Stefan Hajnoczi <address@hidden>
 * fr_FR - Laurent Vivier <address@hidden>
 * it    - Pino Toscano <address@hidden>
 * zh_CN - Fam Zheng <address@hidden>

[Removed spurious space in zh_CN "Copy" translation that Fam Zheng
pointed out.
--Stefan]

Reported-by: Kevin Wolf <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
Message-id: address@hidden
Cc: Fam Zheng <address@hidden>
Cc: Pino Toscano <address@hidden>
Cc: Laurent Vivier <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 66d1c4c19faff83e36075c7b61053d060a8ffc50
      
https://github.com/qemu/qemu/commit/66d1c4c19faff83e36075c7b61053d060a8ffc50
  Author: Maxime Coquelin <address@hidden>
  Date:   2016-12-15 (Thu, 15 Dec 2016)

  Changed paths:
    M hw/virtio/virtio-pci.c
    M hw/virtio/virtio-pci.h
    M include/hw/compat.h

  Log Message:
  -----------
  virtio-pci: Fix cross-version migration with older machines

This patch fixes a cross-version migration regression introduced
by commit d1b4259f ("virtio-bus: Plug devices after features are
negotiated").

The problem is encountered when host's vhost backend does not support
VIRTIO_F_VERSION_1, and migration is initiated from a v2.7 or prior
machine with virtio-pci modern capabilities enabled to a v2.8 machine.

In this case, modern capabilities get exposed to the guest by the source,
whereas the target will detect version 1 is not supported so will only
expose legacy capabilities.

The problem is fixed by introducing a new "x-ignore-backend-features"
property, which is set in v2.7 and prior compatibility modes. Doing this,
v2.7 machine keeps its broken behaviour (enabling modern while version
is not supported), and newer machines will behave correctly.

Reported-by: Michael Roth <address@hidden>
Reviewed-by: Marcel Apfelbaum <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Tested-by: Michael Roth <address@hidden>
Signed-off-by: Maxime Coquelin <address@hidden>
Message-id: address@hidden
Suggested-by: Stefan Hajnoczi <address@hidden>
Cc: Michael S. Tsirkin <address@hidden>
Cc: Cornelia Huck <address@hidden>
Cc: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Marcel Apfelbaum <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Tested-by: Michael Roth <address@hidden>
Signed-off-by: Maxime Coquelin <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 6a928d25b6d8bc3729c3d28326c6db13b9481059
      
https://github.com/qemu/qemu/commit/6a928d25b6d8bc3729c3d28326c6db13b9481059
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2016-12-15 (Thu, 15 Dec 2016)

  Changed paths:
    M VERSION

  Log Message:
  -----------
  Update version for v2.8.0-rc4 release

Signed-off-by: Stefan Hajnoczi <address@hidden>


Compare: https://github.com/qemu/qemu/compare/a92f7fe5a82a...6a928d25b6d8

reply via email to

[Prev in Thread] Current Thread [Next in Thread]