[PATCH 0/9] reduce code duplication in NodeDevice driver

2021-02-01 Thread Daniel Henrique Barboza
Hi, This series reduces code duplication between qemu_driver.c and libxl_driver.c by adding common code, related to NodeDevicePtr driver functions, into helper functions in domain_driver.c. No functional change was made. Daniel Henrique Barboza (9): qemu, libxl, hypervisor: use virDomainDrive

Re: [PATCH 0/9] reduce code duplication in NodeDevice driver

2021-02-02 Thread Ján Tomko
On a Monday in 2021, Daniel Henrique Barboza wrote: Hi, This series reduces code duplication between qemu_driver.c and libxl_driver.c by adding common code, related to NodeDevicePtr driver functions, into helper functions in domain_driver.c. No functional change was made. Daniel Henrique Barb