[libvirt] [PATCH v2 0/3] introducing QEMU_CAPS_QUERY_CURRENT_MACHINE and QEMU_CAPS_PM_WAKEUP_SUPPORT

Daniel Henrique Barboza posted 3 patches 5 years ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190409161816.21542-1-danielhb413@gmail.com
src/qemu/qemu_capabilities.c                  |  5 ++
src/qemu/qemu_capabilities.h                  |  4 ++
src/qemu/qemu_driver.c                        | 21 ++++++++
src/qemu/qemu_monitor.c                       | 17 ++++++
src/qemu/qemu_monitor.h                       | 11 ++++
src/qemu/qemu_monitor_json.c                  | 53 +++++++++++++++++++
src/qemu/qemu_monitor_json.h                  |  5 ++
src/qemu/qemu_process.c                       | 36 +++++++++++++
.../caps_4.0.0.riscv32.xml                    |  1 +
.../caps_4.0.0.riscv64.xml                    |  1 +
.../caps_4.0.0.x86_64.xml                     |  1 +
11 files changed, 155 insertions(+)
[libvirt] [PATCH v2 0/3] introducing QEMU_CAPS_QUERY_CURRENT_MACHINE and QEMU_CAPS_PM_WAKEUP_SUPPORT
Posted by Daniel Henrique Barboza 5 years ago
v2:
Fixed review problems found by Peter Krempa, most notably:
  - changed the cap name
  - made the code generic to be easier to add other caps
from the query-current-machine API
  - changed unit tests accordingly

Previous version can be found at:
https://www.redhat.com/archives/libvir-list/2019-April/msg00104.html


Daniel Henrique Barboza (3):
  adding QEMU_CAPS_QUERY_CURRENT_MACHINE and QEMU_CAPS_PM_WAKEUP_SUPPORT
  qemu_process: setting QEMU_CAPS_QUERY_CURRENT_MACHINE caps
  qemuDomainPMSuspendForDuration: check for QEMU_CAPS_PM_WAKEUP_SUPPORT

 src/qemu/qemu_capabilities.c                  |  5 ++
 src/qemu/qemu_capabilities.h                  |  4 ++
 src/qemu/qemu_driver.c                        | 21 ++++++++
 src/qemu/qemu_monitor.c                       | 17 ++++++
 src/qemu/qemu_monitor.h                       | 11 ++++
 src/qemu/qemu_monitor_json.c                  | 53 +++++++++++++++++++
 src/qemu/qemu_monitor_json.h                  |  5 ++
 src/qemu/qemu_process.c                       | 36 +++++++++++++
 .../caps_4.0.0.riscv32.xml                    |  1 +
 .../caps_4.0.0.riscv64.xml                    |  1 +
 .../caps_4.0.0.x86_64.xml                     |  1 +
 11 files changed, 155 insertions(+)

-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/3] introducing QEMU_CAPS_QUERY_CURRENT_MACHINE and QEMU_CAPS_PM_WAKEUP_SUPPORT
Posted by Michal Privoznik 5 years ago
On 4/9/19 6:18 PM, Daniel Henrique Barboza wrote:
> v2:
> Fixed review problems found by Peter Krempa, most notably:
>    - changed the cap name
>    - made the code generic to be easier to add other caps
> from the query-current-machine API
>    - changed unit tests accordingly
> 
> Previous version can be found at:
> https://www.redhat.com/archives/libvir-list/2019-April/msg00104.html
> 
> 
> Daniel Henrique Barboza (3):
>    adding QEMU_CAPS_QUERY_CURRENT_MACHINE and QEMU_CAPS_PM_WAKEUP_SUPPORT
>    qemu_process: setting QEMU_CAPS_QUERY_CURRENT_MACHINE caps
>    qemuDomainPMSuspendForDuration: check for QEMU_CAPS_PM_WAKEUP_SUPPORT
> 
>   src/qemu/qemu_capabilities.c                  |  5 ++
>   src/qemu/qemu_capabilities.h                  |  4 ++
>   src/qemu/qemu_driver.c                        | 21 ++++++++
>   src/qemu/qemu_monitor.c                       | 17 ++++++
>   src/qemu/qemu_monitor.h                       | 11 ++++
>   src/qemu/qemu_monitor_json.c                  | 53 +++++++++++++++++++
>   src/qemu/qemu_monitor_json.h                  |  5 ++
>   src/qemu/qemu_process.c                       | 36 +++++++++++++
>   .../caps_4.0.0.riscv32.xml                    |  1 +
>   .../caps_4.0.0.riscv64.xml                    |  1 +
>   .../caps_4.0.0.x86_64.xml                     |  1 +
>   11 files changed, 155 insertions(+)
> 

I've applied these and reworked them slightly. I'm going to repost them 
as v3 and keep your authorship (if that's okay with you).

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list