The following changes since commit 5b7f5586d182b0cafb1f8d558992a14763e2953e:
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210315-pull-request' into staging (2021-03-16 13:17:54 +0000) are available in the Git repository at: g...@github.com:mdroth/qemu.git tags/qga-pull-2021-03-16-tag for you to fetch changes up to c98939daeca3beb21c85560acede8d3529e363d9: qga: return a more explicit error on why a command is disabled (2021-03-16 20:21:47 -0500) ---------------------------------------------------------------- qemu-ga patch queue for soft-freeze * fix guest-get-vcpus reporting after vcpu unplug * coding style fix-ups * report a reason for disabled commands ---------------------------------------------------------------- AlexChen (4): qga: Add spaces around operator qga: Delete redundant spaces qga: Open brace '{' following struct go on the same qga: Switch and case should be at the same indent Lin Ma (1): qga: Correct loop count in qmp_guest_get_vcpus() Marc-André Lureau (1): qga: return a more explicit error on why a command is disabled include/qapi/qmp/dispatch.h | 4 ++- qapi/qmp-dispatch.c | 6 +++-- qapi/qmp-registry.c | 10 ++++--- qga/channel-win32.c | 7 ++--- qga/commands-posix.c | 47 ++++++++++++--------------------- qga/commands-win32.c | 26 +++++++++---------- qga/commands.c | 4 +-- qga/main.c | 63 ++++++++++++++++++++++----------------------- 8 files changed, 79 insertions(+), 88 deletions(-)