Re: [pve-devel] [PATCH v2 00/11] Refactor QemuServer to avoid dependency cycles

2019-10-30 Thread Thomas Lamprecht
On 10/30/19 11:49 AM, Fabian Grünbichler wrote: > On October 28, 2019 12:59 pm, Stefan Reiter wrote: >> First 3 patches are independant refactorings around get_host_arch. >> >> Rest of the series refactors QemuServer and creates three new packages: >> * 'PVE::QemuSchema' for schema related code and

Re: [pve-devel] [PATCH v2 00/11] Refactor QemuServer to avoid dependency cycles

2019-10-30 Thread Fabian Grünbichler
On October 28, 2019 12:59 pm, Stefan Reiter wrote: > First 3 patches are independant refactorings around get_host_arch. > > Rest of the series refactors QemuServer and creates three new packages: > * 'PVE::QemuSchema' for schema related code and common directory creation > * 'PVE::QMP' for higher-

[pve-devel] [PATCH v2 00/11] Refactor QemuServer to avoid dependency cycles

2019-10-28 Thread Stefan Reiter
First 3 patches are independant refactorings around get_host_arch. Rest of the series refactors QemuServer and creates three new packages: * 'PVE::QemuSchema' for schema related code and common directory creation * 'PVE::QMP' for higher-level QMP functions * 'PVE::QemuServer::Machine' for QEMU mac