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

Michal Privoznik mprivozn at redhat.com
Thu Apr 11 08:11:24 UTC 2019


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




More information about the libvir-list mailing list