mbox

[PULL,0/5] Darwin patches for 2022-07-12

Message ID 20220712221607.9933-1-f4bug@amsat.org (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/philmd/qemu.git tags/darwin-20220712

Message

Philippe Mathieu-Daudé July 12, 2022, 10:16 p.m. UTC
The following changes since commit 8e3d85d36b77f11ad7bded3a2d48c1f0cc334f82:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-07-12 14:12:15 +0100)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/darwin-20220712

for you to fetch changes up to 50b13d31f4cc6c70330cc3a92561a581fc176ec9:

  avocado: Fix BUILD_DIR if it's equal to SOURCE_DIR (2022-07-13 00:06:02 +0200)

----------------------------------------------------------------
Darwin patches:

- Enable RDTSCP support on HVF
- ui/cocoa: Take refresh rate into account

Few buildsys fixes:

- Restrict TCG to emulation
- Remove a unused-but-set-variable warning
- Allow running Avocado from pseudo-"in source tree" builds

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

Akihiko Odaki (1):
  ui/cocoa: Take refresh rate into account

Cameron Esfahani (1):
  hvf: Enable RDTSCP support

Peter Delevoryas (2):
  ui/cocoa: Fix switched_to_fullscreen warning
  avocado: Fix BUILD_DIR if it's equal to SOURCE_DIR

Philippe Mathieu-Daudé (1):
  configure: Restrict TCG to emulation

 .gitlab-ci.d/buildtest.yml             |  2 +-
 configure                              | 20 ++++++++++++++------
 meson.build                            |  3 ++-
 target/i386/hvf/hvf.c                  | 26 +++++++++++++++++---------
 target/i386/hvf/vmcs.h                 |  3 ++-
 target/i386/hvf/x86_cpuid.c            |  7 ++++---
 tests/avocado/avocado_qemu/__init__.py | 17 +++++++++--------
 ui/cocoa.m                             | 20 ++++++++++++--------
 8 files changed, 61 insertions(+), 37 deletions(-)

Comments

Peter Maydell July 14, 2022, 1:25 p.m. UTC | #1
On Tue, 12 Jul 2022 at 23:45, Philippe Mathieu-Daudé via
<qemu-devel@nongnu.org> wrote:
>
> The following changes since commit 8e3d85d36b77f11ad7bded3a2d48c1f0cc334f82:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2022-07-12 14:12:15 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/darwin-20220712
>
> for you to fetch changes up to 50b13d31f4cc6c70330cc3a92561a581fc176ec9:
>
>   avocado: Fix BUILD_DIR if it's equal to SOURCE_DIR (2022-07-13 00:06:02 +0200)
>
> ----------------------------------------------------------------
> Darwin patches:
>
> - Enable RDTSCP support on HVF
> - ui/cocoa: Take refresh rate into account
>
> Few buildsys fixes:
>
> - Restrict TCG to emulation
> - Remove a unused-but-set-variable warning
> - Allow running Avocado from pseudo-"in source tree" builds
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.1
for any user-visible changes.

-- PMM