qemu-devel
[Top][All Lists]
Advanced

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

[PULL 0/8] Misc bugfixes for QEMU soft freeze


From: Paolo Bonzini
Subject: [PULL 0/8] Misc bugfixes for QEMU soft freeze
Date: Fri, 19 Mar 2021 10:39:16 -0400

The following changes since commit cf6b56d4f2107259f52413f979a1d474dad0c1e1:

  Merge remote-tracking branch 'remotes/philmd/tags/pflash-20210318' into 
staging (2021-03-18 23:04:41 +0000)

are available in the Git repository at:

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

for you to fetch changes up to af05ffffd7fa28010d4df9f5744514b16e71055d:

  tests/qtest: cleanup the testcase for bug 1878642 (2021-03-19 10:37:46 -0400)

----------------------------------------------------------------
* fixes for i386 TCG paging
* fixes for Hyper-V enlightenments
* avoid uninitialized variable warning

----------------------------------------------------------------
Paolo Bonzini (5):
      qom: use qemu_printf to print help for user-creatable objects
      target/i386: allow modifying TCG phys-addr-bits
      target/i386: fail if toggling LA57 in 64-bit mode
      target/i386: svm: do not discard high 32 bits of EXITINFO1
      tests/qtest: cleanup the testcase for bug 1878642

Philippe Mathieu-Daudé (1):
      hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variable

Vitaly Kuznetsov (2):
      i386: Fix 'hypercall_hypercall' typo
      i386: Make migration fail when Hyper-V reenlightenment was enabled but 
'user_tsc_khz' is unset

 docs/hyperv.txt                              |  5 +++++
 hw/intc/i8259.c                              | 12 ++++++------
 qom/object_interfaces.c                      |  1 +
 target/i386/cpu.c                            | 23 ++++++++---------------
 target/i386/cpu.h                            |  1 -
 target/i386/kvm/hyperv-proto.h               |  1 +
 target/i386/machine.c                        | 24 ++++++++++++++++++++++--
 target/i386/tcg/excp_helper.c                |  7 ++++---
 target/i386/tcg/helper-tcg.h                 | 14 +++++---------
 target/i386/tcg/misc_helper.c                |  4 ++++
 target/i386/tcg/seg_helper.c                 |  4 ++--
 target/i386/tcg/svm_helper.c                 | 15 +++++++--------
 tests/qtest/{fuzz-test.c => lpc-ich9-test.c} | 12 +++++++-----
 tests/qtest/meson.build                      |  2 +-
 14 files changed, 73 insertions(+), 52 deletions(-)
 rename tests/qtest/{fuzz-test.c => lpc-ich9-test.c} (71%)
-- 
2.26.2




reply via email to

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