[PATCH v2 0/2] conf: use const virDomainDef pointers

Roman Bogorodskiy posted 2 patches 8 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250413055242.699-1-bogorodskiy@gmail.com
src/bhyve/bhyve_command.c |  2 +-
src/conf/domain_conf.c    | 10 +++++-----
src/conf/domain_conf.h    |  8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
[PATCH v2 0/2] conf: use const virDomainDef pointers
Posted by Roman Bogorodskiy 8 months, 1 week ago
Changes since v1:

 - Split domain_conf and bhyve changes into separate commits
 - Convert virDomainNetNotifyActualDevice() as well

Roman Bogorodskiy (2):
  conf: use const virDomainDef pointers
  bhyve: use const virDomainDef pointer in bhyveBuildNetArgStr()

 src/bhyve/bhyve_command.c |  2 +-
 src/conf/domain_conf.c    | 10 +++++-----
 src/conf/domain_conf.h    |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.49.0
Re: [PATCH v2 0/2] conf: use const virDomainDef pointers
Posted by Ján Tomko via Devel 8 months, 1 week ago
On a Sunday in 2025, Roman Bogorodskiy wrote:
>Changes since v1:
>
> - Split domain_conf and bhyve changes into separate commits
> - Convert virDomainNetNotifyActualDevice() as well
>
>Roman Bogorodskiy (2):
>  conf: use const virDomainDef pointers
>  bhyve: use const virDomainDef pointer in bhyveBuildNetArgStr()
>
> src/bhyve/bhyve_command.c |  2 +-
> src/conf/domain_conf.c    | 10 +++++-----
> src/conf/domain_conf.h    |  8 ++++----
> 3 files changed, 10 insertions(+), 10 deletions(-)
>

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

Jano