[Qemu-devel] [PULL 0/2] Ui 20170720 patches

Gerd Hoffmann posted 2 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170720075526.7383-1-kraxel@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
pc-bios/keymaps/fr-ca | 10 +++++++++-
qapi-schema.json      |  3 +--
2 files changed, 10 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/2] Ui 20170720 patches
Posted by Gerd Hoffmann 6 years, 9 months ago
The following changes since commit d4e59218ab80e86015753782fb5378767a51ccd0:

  Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2' into staging (2017-07-19 20:45:37 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20170720-pull-request

for you to fetch changes up to b02cf99b9d998b3ec23dae8a4a8210e222b4294b:

  keymaps: fr-ca: more fixups (2017-07-20 09:25:44 +0200)

----------------------------------------------------------------
ui fixes (vnc docs, keymaps) for 2.10

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

Gerd Hoffmann (1):
  keymaps: fr-ca: more fixups

Markus Armbruster (1):
  vnc: Clarify documentation of QMP command change

 pc-bios/keymaps/fr-ca | 10 +++++++++-
 qapi-schema.json      |  3 +--
 2 files changed, 10 insertions(+), 3 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Ui 20170720 patches
Posted by Peter Maydell 6 years, 9 months ago
On 20 July 2017 at 08:55, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit d4e59218ab80e86015753782fb5378767a51ccd0:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2' into staging (2017-07-19 20:45:37 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20170720-pull-request
>
> for you to fetch changes up to b02cf99b9d998b3ec23dae8a4a8210e222b4294b:
>
>   keymaps: fr-ca: more fixups (2017-07-20 09:25:44 +0200)
>
> ----------------------------------------------------------------
> ui fixes (vnc docs, keymaps) for 2.10
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   keymaps: fr-ca: more fixups
>
> Markus Armbruster (1):
>   vnc: Clarify documentation of QMP command change
>
>  pc-bios/keymaps/fr-ca | 10 +++++++++-
>  qapi-schema.json      |  3 +--
>  2 files changed, 10 insertions(+), 3 deletions(-)

Applied, thanks.

-- PMM