[PATCH 0/4] qemu: Adapt to deprecation of 'reconnect' field for 'stream 'netdevs' and update qemu capablities

Peter Krempa posted 4 patches 1 day, 22 hours ago
src/qemu/qemu_capabilities.c                  |   18 +-
src/qemu/qemu_capabilities.h                  |    1 +
src/qemu/qemu_passt.c                         |   14 +-
.../qemucapabilitiesdata/caps_9.2.0_s390x.xml |    1 +
.../caps_9.2.0_x86_64.replies                 | 4407 +++++++++--------
.../caps_9.2.0_x86_64.xml                     |  310 +-
.../net-user-passt.x86_64-latest.args         |    2 +-
7 files changed, 2523 insertions(+), 2230 deletions(-)
[PATCH 0/4] qemu: Adapt to deprecation of 'reconnect' field for 'stream 'netdevs' and update qemu capablities
Posted by Peter Krempa 1 day, 22 hours ago
Peter Krempa (4):
  qemu: capabilities: Restore grouping in 'virQEMUCapsQMPSchemaQueries'
  qemu: capabilities: Introduce
    QEMU_CAPS_NETDEV_STREAM_RECONNECT_MILISECONDS
  qemu: passt: Use 'reconnect-ms' instead of 'reconnect' with new qemus
  tests: qemucapabilitiesdata: Update 'x86_64' capabilities for the
    qemu-9.2 dev cycle

 src/qemu/qemu_capabilities.c                  |   18 +-
 src/qemu/qemu_capabilities.h                  |    1 +
 src/qemu/qemu_passt.c                         |   14 +-
 .../qemucapabilitiesdata/caps_9.2.0_s390x.xml |    1 +
 .../caps_9.2.0_x86_64.replies                 | 4407 +++++++++--------
 .../caps_9.2.0_x86_64.xml                     |  310 +-
 .../net-user-passt.x86_64-latest.args         |    2 +-
 7 files changed, 2523 insertions(+), 2230 deletions(-)

-- 
2.47.0
Re: [PATCH 0/4] qemu: Adapt to deprecation of 'reconnect' field for 'stream 'netdevs' and update qemu capablities
Posted by Ján Tomko 1 day, 21 hours ago
On a Tuesday in 2024, Peter Krempa wrote:
>Peter Krempa (4):
>  qemu: capabilities: Restore grouping in 'virQEMUCapsQMPSchemaQueries'
>  qemu: capabilities: Introduce
>    QEMU_CAPS_NETDEV_STREAM_RECONNECT_MILISECONDS
>  qemu: passt: Use 'reconnect-ms' instead of 'reconnect' with new qemus
>  tests: qemucapabilitiesdata: Update 'x86_64' capabilities for the
>    qemu-9.2 dev cycle
>
> src/qemu/qemu_capabilities.c                  |   18 +-
> src/qemu/qemu_capabilities.h                  |    1 +
> src/qemu/qemu_passt.c                         |   14 +-
> .../qemucapabilitiesdata/caps_9.2.0_s390x.xml |    1 +
> .../caps_9.2.0_x86_64.replies                 | 4407 +++++++++--------
> .../caps_9.2.0_x86_64.xml                     |  310 +-
> .../net-user-passt.x86_64-latest.args         |    2 +-
> 7 files changed, 2523 insertions(+), 2230 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano