qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 15280e: ui/cocoa: Set UI information


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 15280e: ui/cocoa: Set UI information
Date: Fri, 25 Jun 2021 01:11:02 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 15280e85d730002f10c0829ed2fac9bd141b63e9
      
https://github.com/qemu/qemu/commit/15280e85d730002f10c0829ed2fac9bd141b63e9
  Author: Akihiko Odaki <akihiko.odaki@gmail.com>
  Date:   2021-06-23 (Wed, 23 Jun 2021)

  Changed paths:
    M ui/cocoa.m

  Log Message:
  -----------
  ui/cocoa: Set UI information

Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Message-Id: <20210616141910.54188-1-akihiko.odaki@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>


  Commit: 7e3e20d89129614f4a7b2451fe321cc6ccca3b76
      
https://github.com/qemu/qemu/commit/7e3e20d89129614f4a7b2451fe321cc6ccca3b76
  Author: Akihiko Odaki <akihiko.odaki@gmail.com>
  Date:   2021-06-23 (Wed, 23 Jun 2021)

  Changed paths:
    M include/ui/clipboard.h
    M ui/clipboard.c
    M ui/cocoa.m

  Log Message:
  -----------
  ui/cocoa: Add clipboard support

Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Message-Id: <20210616141954.54291-1-akihiko.odaki@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>


  Commit: d7696ff884e35c6dacf83a7cbe3355e3b0a90125
      
https://github.com/qemu/qemu/commit/d7696ff884e35c6dacf83a7cbe3355e3b0a90125
  Author: Akihiko Odaki <akihiko.odaki@gmail.com>
  Date:   2021-06-23 (Wed, 23 Jun 2021)

  Changed paths:
    M qapi/ui.json

  Log Message:
  -----------
  input: Add lang1 and lang2 to QKeyCode

lang1 and lang2 represents the keys with the same names in the
keyboard/keypad usage page (0x07) included in the "HID Usage Tables for
Universal Serial Bus (USB)" version 1.22. Although the keys are
described as "Hangul/English toggle key" and "Hanja conversion key" in
the specification, the meaning depends on the variety of the keyboard,
and it will be used as the representations of Kana and Eisu keys on
Japanese Macs in qemu_input_map_osx_to_qcode, which is used by ui/gtk.

Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Message-Id: <20210617023113.2441-2-akihiko.odaki@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>


  Commit: ddc717581c2ea45c38423d24f2157572c73b8e75
      
https://github.com/qemu/qemu/commit/ddc717581c2ea45c38423d24f2157572c73b8e75
  Author: Ahmed Abouzied <email@aabouzied.com>
  Date:   2021-06-23 (Wed, 23 Jun 2021)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  Add display suboptions to man pages

Updates man pages with the suboptions for the `-display`.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/128
Buglink: https://bugs.launchpad.net/qemu/+bug/1620660
Signed-off-by: Ahmed Abouzied <email@aabouzied.com>
Message-Id: <20210601174117.661-1-email@aabouzied.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>


  Commit: 66c2207fd28a6025792fbb75151ee848b911dc35
      
https://github.com/qemu/qemu/commit/66c2207fd28a6025792fbb75151ee848b911dc35
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2021-06-23 (Wed, 23 Jun 2021)

  Changed paths:
    M qapi/ui.json
    M softmmu/vl.c
    M ui/console.c

  Log Message:
  -----------
  ui: Make the DisplayType enum entries conditional

Libvirt's "domcapabilities" command has a way to state whether certain
graphic frontends are available in QEMU or not. Originally, libvirt
looked at the "--help" output of the QEMU binary to determine whether
SDL was available or not (by looking for the "-sdl" parameter in the
help text), but since libvirt stopped doing this analysis of the help
text, the detection of SDL is currently broken, see:

 https://bugzilla.redhat.com/show_bug.cgi?id=1790902

QEMU should provide a way via the QMP interface instead. A simple way,
without introducing additional commands, is to make the DisplayType
enum entries conditional, so that the enum only contains the entries if
the corresponding CONFIG_xxx switches have been set. This of course
only gives an indication which possibilities have been enabled during
compile-time of QEMU (and does not take into account whether modules
are later available or not for example - for this we'd need a separate
command), but anyway, this should already be good enough for the above
bug ticket, and it's a good idea anyway to make the QMP interface
conditional here, so let's simply do it.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210615090439.70926-1-thuth@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>


  Commit: e0da9171e02f4534124b9a9e07333382b38376c6
      
https://github.com/qemu/qemu/commit/e0da9171e02f4534124b9a9e07333382b38376c6
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-06-25 (Fri, 25 Jun 2021)

  Changed paths:
    M include/ui/clipboard.h
    M qapi/ui.json
    M qemu-options.hx
    M softmmu/vl.c
    M ui/clipboard.c
    M ui/cocoa.m
    M ui/console.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210624-pull-request' 
into staging

ui: better cocoa integration (ui info + clipboard).
ui: add lang1+lang2 keys, fixes, doc updates.

# gpg: Signature made Thu 24 Jun 2021 09:32:36 BST
# gpg:                using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/ui-20210624-pull-request:
  ui: Make the DisplayType enum entries conditional
  Add display suboptions to man pages
  input: Add lang1 and lang2 to QKeyCode
  ui/cocoa: Add clipboard support
  ui/cocoa: Set UI information

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/91e6c53e641f...e0da9171e02f



reply via email to

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