qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] Misc bugfixes for QEMU soft freeze
@ 2021-03-19 14:39 Paolo Bonzini
  2021-03-19 14:39 ` [PULL 1/8] qom: use qemu_printf to print help for user-creatable objects Paolo Bonzini
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Paolo Bonzini @ 2021-03-19 14:39 UTC (permalink / raw)
  To: qemu-devel

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



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

end of thread, other threads:[~2021-03-22 11:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19 14:39 [PULL 0/8] Misc bugfixes for QEMU soft freeze Paolo Bonzini
2021-03-19 14:39 ` [PULL 1/8] qom: use qemu_printf to print help for user-creatable objects Paolo Bonzini
2021-03-19 14:39 ` [PULL 2/8] target/i386: allow modifying TCG phys-addr-bits Paolo Bonzini
2021-03-19 14:39 ` [PULL 3/8] target/i386: fail if toggling LA57 in 64-bit mode Paolo Bonzini
2021-03-19 14:39 ` [PULL 4/8] target/i386: svm: do not discard high 32 bits of EXITINFO1 Paolo Bonzini
2021-03-19 14:39 ` [PULL 5/8] i386: Fix 'hypercall_hypercall' typo Paolo Bonzini
2021-03-19 14:39 ` [PULL 6/8] i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_tsc_khz' is unset Paolo Bonzini
2021-03-19 14:39 ` [PULL 7/8] hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variable Paolo Bonzini
2021-03-19 14:39 ` [PULL 8/8] tests/qtest: cleanup the testcase for bug 1878642 Paolo Bonzini
2021-03-19 14:51 ` [PULL 0/8] Misc bugfixes for QEMU soft freeze no-reply
2021-03-20 16:55 ` Peter Maydell
2021-03-22  5:02 ` Thomas Huth
2021-03-22 11:22   ` Paolo Bonzini

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).