[PULL 0/7] HVF and Windows changes for QEMU 5.2-rc

Paolo Bonzini posted 7 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201118101940.132594-1-pbonzini@redhat.com
Maintainers: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Michael Roth <mdroth@linux.vnet.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, Alex Williamson <alex.williamson@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Roman Bolshakov <r.bolshakov@yadro.com>, Cameron Esfahani <dirty@apple.com>
.gitattributes                |  2 ++
docs/can.txt                  |  8 ++++----
docs/interop/vhost-user.rst   |  2 +-
docs/replay.txt               |  2 +-
docs/specs/ppc-spapr-numa.rst |  2 +-
docs/system/deprecated.rst    |  4 ++--
docs/tools/virtiofsd.rst      |  2 +-
hw/vfio/igd.c                 |  2 +-
meson.build                   | 13 +++++++++----
qga/meson.build               | 36 +++++++++++++++++++-----------------
scripts/nsis.py               |  2 +-
target/i386/hvf/x86.h         |  8 ++++----
target/i386/hvf/x86_cpuid.c   |  4 ++++
13 files changed, 50 insertions(+), 37 deletions(-)
create mode 100644 .gitattributes
[PULL 0/7] HVF and Windows changes for QEMU 5.2-rc
Posted by Paolo Bonzini 3 years, 5 months ago
The following changes since commit 66a300a107ec286725bdc943601cbd4247b82158:

  Update version for v5.2.0-rc2 release (2020-11-17 22:58:10 +0000)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 29cf16db23e605769f6d89c47a1d45ef3373b88e:

  buildsys: Help git-diff adding .gitattributes config file (2020-11-18 09:33:16 +0100)

----------------------------------------------------------------
Bugfixes for HVF and Windows builds.

----------------------------------------------------------------
Jessica Clarke (2):
      hvf: Gate RDTSCP on CPU_BASED2_RDTSCP, not just CPU_BASED_TSC_OFFSET
      hvf: Fix segment selector format

Philippe Mathieu-Daudé (1):
      buildsys: Help git-diff adding .gitattributes config file

Stefan Weil (3):
      meson: Fix argument for makensis (build regression)
      docs: Fix some typos (found by codespell)
      meson: Fix build with --disable-guest-agent-msi

Yonggang Luo (1):
      meson: Fixes curses detection on msys2

 .gitattributes                |  2 ++
 docs/can.txt                  |  8 ++++----
 docs/interop/vhost-user.rst   |  2 +-
 docs/replay.txt               |  2 +-
 docs/specs/ppc-spapr-numa.rst |  2 +-
 docs/system/deprecated.rst    |  4 ++--
 docs/tools/virtiofsd.rst      |  2 +-
 hw/vfio/igd.c                 |  2 +-
 meson.build                   | 13 +++++++++----
 qga/meson.build               | 36 +++++++++++++++++++-----------------
 scripts/nsis.py               |  2 +-
 target/i386/hvf/x86.h         |  8 ++++----
 target/i386/hvf/x86_cpuid.c   |  4 ++++
 13 files changed, 50 insertions(+), 37 deletions(-)
 create mode 100644 .gitattributes
-- 
2.28.0


Re: [PULL 0/7] HVF and Windows changes for QEMU 5.2-rc
Posted by Peter Maydell 3 years, 5 months ago
On Wed, 18 Nov 2020 at 10:21, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 66a300a107ec286725bdc943601cbd4247b82158:
>
>   Update version for v5.2.0-rc2 release (2020-11-17 22:58:10 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 29cf16db23e605769f6d89c47a1d45ef3373b88e:
>
>   buildsys: Help git-diff adding .gitattributes config file (2020-11-18 09:33:16 +0100)
>
> ----------------------------------------------------------------
> Bugfixes for HVF and Windows builds.
>


Applied, thanks.

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

-- PMM