qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Adds support for running QEMU natively on windows-arm64
@ 2023-02-20 11:12 Pierrick Bouvier
  2023-02-20 11:12 ` [PATCH v3 1/4] util/cacheflush: fix cache " Pierrick Bouvier
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Pierrick Bouvier @ 2023-02-20 11:12 UTC (permalink / raw)
  To: qemu-devel
  Cc: sw, kkostiuk, clg, richard.henderson, alex.bennee, peter.maydell,
	Pierrick Bouvier

Since v2:

- Delete superfluous comment on unreachable code
- Fix style for multiline comments

Since v1:

- Comment why we use generic version of flush_idcache_range
- Ensure __mingw_setjmp/longjmp are available using meson
- Fix a warning by calling g_assert_not_reached() instead of initializing a
  variable

As before this was tested with:
- make check
- boot an x64 debian bullseye vm
- boot an arm64 ubuntu 22.10 vm

Thanks

Pierrick Bouvier (4):
  util/cacheflush: fix cache on windows-arm64
  sysemu/os-win32: fix setjmp/longjmp on windows-arm64
  qga/vss-win32: fix warning for clang++-15
  target/ppc: fix warning with clang-15

 include/sysemu/os-win32.h | 25 +++++++++++++++++++++++--
 meson.build               | 24 ++++++++++++++++++++++++
 qga/vss-win32/install.cpp |  2 +-
 target/ppc/dfp_helper.c   |  4 ++--
 util/cacheflush.c         | 14 +++++++++++---
 5 files changed, 61 insertions(+), 8 deletions(-)

-- 
2.30.2



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-02-21 14:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 11:12 [PATCH v3 0/4] Adds support for running QEMU natively on windows-arm64 Pierrick Bouvier
2023-02-20 11:12 ` [PATCH v3 1/4] util/cacheflush: fix cache " Pierrick Bouvier
2023-02-20 15:16   ` Pierrick Bouvier
2023-02-20 11:12 ` [PATCH v3 2/4] sysemu/os-win32: fix setjmp/longjmp " Pierrick Bouvier
2023-02-20 15:16   ` Pierrick Bouvier
2023-02-21  9:47     ` Pierrick Bouvier
2023-02-21 10:33       ` Philippe Mathieu-Daudé
2023-02-21 13:16         ` Pierrick Bouvier
2023-02-21 14:27           ` Philippe Mathieu-Daudé
2023-02-20 11:12 ` [PATCH v3 3/4] qga/vss-win32: fix warning for clang++-15 Pierrick Bouvier
2023-02-20 15:16   ` Pierrick Bouvier
2023-02-21 10:24   ` Philippe Mathieu-Daudé
2023-02-20 11:12 ` [PATCH v3 4/4] target/ppc: fix warning with clang-15 Pierrick Bouvier
2023-02-20 15:16   ` Pierrick Bouvier
2023-02-20 11:33 ` [PATCH v3 0/4] Adds support for running QEMU natively on windows-arm64 Philippe Mathieu-Daudé
2023-02-20 15:10   ` Pierrick Bouvier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).