Re: [libvirt] [PATCH v4 0/3] numa: deprecate '-numa node, mem' and default memory distribution

2019-06-05 Thread Eduardo Habkost
On Wed, Jun 05, 2019 at 06:33:11PM +0100, Daniel P. Berrangé wrote: [...] > I wonder if there's a way to close the testing gap somehow ? Random idea > would be a non-versioned "pc-no-deprecated" machine type, which blocks > all use of deprecated features and does not promise any migration compat.

Re: [libvirt] [PATCH v4 0/3] numa: deprecate '-numa node, mem' and default memory distribution

2019-06-05 Thread Daniel P . Berrangé
To summarize implications on libvirt... This patch currently doesn't change the deprecation status of any machine type, so it is effectively no-op metadata addition right now. Libvirt version N can implement support for this today, and nothing would change from a functional POV with QEMU 4.1.

[libvirt] [PATCH v4 0/3] numa: deprecate '-numa node, mem' and default memory distribution

2019-05-30 Thread Igor Mammedov
Changes since v3: - simplify series by dropping idea of showing property values in "qom-list-properties" and use MachineInfo in QAPI schema instead Changes since v2: - taking in account previous review, implement a way for mgmt to intospect if '-numa node,mem' is supported by machine