[PATCH 0/4] qemu: Init ext devices paths on reconnect

Michal Privoznik posted 4 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1670242636.git.mprivozn@redhat.com
src/qemu/qemu_extdevice.c | 8 ++++----
src/qemu/qemu_extdevice.h | 5 +++++
src/qemu/qemu_process.c   | 7 +++++++
3 files changed, 16 insertions(+), 4 deletions(-)
[PATCH 0/4] qemu: Init ext devices paths on reconnect
Posted by Michal Privoznik 1 year, 5 months ago
*** BLURB HERE ***

Michal Prívozník (4):
  qemu_process: Document qemuProcessPrepare{Domain,Host}() order
  qemu_extdevice: Init paths in qemuExtDevicesPrepareDomain()
  qemu_extdevice: Expose qemuExtDevicesInitPaths()
  qemu: Init ext devices paths on reconnect

 src/qemu/qemu_extdevice.c | 8 ++++----
 src/qemu/qemu_extdevice.h | 5 +++++
 src/qemu/qemu_process.c   | 7 +++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

-- 
2.37.4

Re: [PATCH 0/4] qemu: Init ext devices paths on reconnect
Posted by Ján Tomko 1 year, 5 months ago
On a Monday in 2022, Michal Privoznik wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (4):
>  qemu_process: Document qemuProcessPrepare{Domain,Host}() order
>  qemu_extdevice: Init paths in qemuExtDevicesPrepareDomain()
>  qemu_extdevice: Expose qemuExtDevicesInitPaths()
>  qemu: Init ext devices paths on reconnect
>
> src/qemu/qemu_extdevice.c | 8 ++++----
> src/qemu/qemu_extdevice.h | 5 +++++
> src/qemu/qemu_process.c   | 7 +++++++
> 3 files changed, 16 insertions(+), 4 deletions(-)
>

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

Jano