qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 1ca1a7: monitor: add support for boolean stat


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 1ca1a7: monitor: add support for boolean statistics
Date: Thu, 21 Jul 2022 03:18:28 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 1ca1a7ec3637bc19818eab8085cbbe273217ad68
      
https://github.com/qemu/qemu/commit/1ca1a7ec3637bc19818eab8085cbbe273217ad68
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
    M monitor/hmp-cmds.c
    M qapi/stats.json

  Log Message:
  -----------
  monitor: add support for boolean statistics

The next version of Linux will introduce boolean statistics, which
can only have 0 or 1 values.  Support them in the schema and in
the HMP command.

Suggested-by: Amneesh Singh <natto@weirdnatto.in>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 105bb7cdbe9b60129034410e228535f5ea5648ea
      
https://github.com/qemu/qemu/commit/105bb7cdbe9b60129034410e228535f5ea5648ea
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
    M accel/kvm/kvm-all.c
    M linux-headers/linux/kvm.h

  Log Message:
  -----------
  kvm: add support for boolean statistics

The next version of Linux will introduce boolean statistics, which
can only have 0 or 1 values.  Convert them to the new QAPI fields
added in the previous commit.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 3746b8ca3e8bc216d03df5813080eeb06bdafabb
      
https://github.com/qemu/qemu/commit/3746b8ca3e8bc216d03df5813080eeb06bdafabb
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
    M util/cutils.c
    M util/oslib-posix.c

  Log Message:
  -----------
  util: Fix broken build on Haiku

A recent commit moved some Haiku-specific code parts from oslib-posix.c
to cutils.c, but failed to move the corresponding header #include
statement, too, so "make vm-build-haiku.x86_64" is currently broken.
Fix it by moving the header #include, too.

Fixes: 06680b15b4 ("include: move qemu_*_exec_dir() to cutils")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220718172026.139004-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 5288bee45fbd33203b61f8c76e41b15bb5913e6e
      
https://github.com/qemu/qemu/commit/5288bee45fbd33203b61f8c76e41b15bb5913e6e
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
    M accel/kvm/kvm-all.c
    M linux-headers/linux/kvm.h
    M monitor/hmp-cmds.c
    M qapi/stats.json

  Log Message:
  -----------
  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging

* Boolean statistics for KVM
* Fix build on Haiku

# gpg: Signature made Tue 19 Jul 2022 10:32:34 BST
# gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg:                issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
# gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
#      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83

* tag 'for-upstream' of https://gitlab.com/bonzini/qemu:
  util: Fix broken build on Haiku
  kvm: add support for boolean statistics
  monitor: add support for boolean statistics

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/fe16c833fdb7...5288bee45fbd



reply via email to

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