[PATCH v1 0/3] Make virtio-mem and virtio-pmem address stable

Michal Privoznik posted 3 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1680004662.git.mprivozn@redhat.com
docs/formatdomain.rst                         |  7 ++++++
src/conf/domain_conf.c                        | 24 ++++++++++++++++++-
src/conf/domain_conf.h                        |  2 ++
src/conf/domain_validate.c                    |  6 +++++
src/conf/schemas/domaincommon.rng             |  7 ++++++
src/qemu/qemu_command.c                       |  1 +
src/qemu/qemu_domain.c                        |  7 ++++--
src/qemu/qemu_monitor_json.c                  | 12 ++++++++--
...mory-hotplug-virtio-mem.x86_64-latest.args |  2 +-
.../memory-hotplug-virtio-mem.xml             |  1 +
...mory-hotplug-virtio-pmem.x86_64-5.2.0.args |  2 +-
...ory-hotplug-virtio-pmem.x86_64-latest.args |  2 +-
.../memory-hotplug-virtio-pmem.xml            |  1 +
13 files changed, 66 insertions(+), 8 deletions(-)
[PATCH v1 0/3] Make virtio-mem and virtio-pmem address stable
Posted by Michal Privoznik 1 year, 1 month ago
*** BLURB HERE ***

Michal Prívozník (3):
  conf: Introduce <address/> for virtio-mem and virtio-pmem
  qemu: Fill virtio-mem/virtio-pmem .memaddr at runtime
  qemu_command: Generate .memaddr for virtio-mem and virtio-pmem

 docs/formatdomain.rst                         |  7 ++++++
 src/conf/domain_conf.c                        | 24 ++++++++++++++++++-
 src/conf/domain_conf.h                        |  2 ++
 src/conf/domain_validate.c                    |  6 +++++
 src/conf/schemas/domaincommon.rng             |  7 ++++++
 src/qemu/qemu_command.c                       |  1 +
 src/qemu/qemu_domain.c                        |  7 ++++--
 src/qemu/qemu_monitor_json.c                  | 12 ++++++++--
 ...mory-hotplug-virtio-mem.x86_64-latest.args |  2 +-
 .../memory-hotplug-virtio-mem.xml             |  1 +
 ...mory-hotplug-virtio-pmem.x86_64-5.2.0.args |  2 +-
 ...ory-hotplug-virtio-pmem.x86_64-latest.args |  2 +-
 .../memory-hotplug-virtio-pmem.xml            |  1 +
 13 files changed, 66 insertions(+), 8 deletions(-)

-- 
2.39.2

Re: [PATCH v1 0/3] Make virtio-mem and virtio-pmem address stable
Posted by Michal Prívozník 11 months, 3 weeks ago
On 3/28/23 13:58, Michal Privoznik wrote:
> *** BLURB HERE ***
> 

Polite ping.

Michal