From: David Hildenbrand <david@redhat.com>
To: "Maciej S. Szmigiero" <mail@maciej.szmigiero.name>
Cc: "Michael S . Tsirkin" <mst@redhat.com>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Eric Blake" <eblake@redhat.com>,
"Markus Armbruster" <armbru@redhat.com>,
qemu-devel@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Eduardo Habkost" <eduardo@habkost.net>
Subject: Re: [PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈)
Date: Wed, 18 Oct 2023 11:28:05 +0200 [thread overview]
Message-ID: <c04c0c78-8a43-4d27-a9cf-19f386d7c7f5@redhat.com> (raw)
In-Reply-To: <2bc0b25d-b4a2-4cad-9cef-1317f2e3ec8c@maciej.szmigiero.name>
On 18.10.23 10:45, Maciej S. Szmigiero wrote:
> On 18.10.2023 10:00, David Hildenbrand wrote:
>> On 28.08.23 18:48, Maciej S. Szmigiero wrote:
>>> From: "Maciej S. Szmigiero" <maciej.szmigiero@oracle.com>
>>>
>>> This is a continuation of the v6 of the patch series located here:
>>> https://lore.kernel.org/qemu-devel/cover.1689786474.git.maciej.szmigiero@oracle.com/
>>>
>>>
>>> Changes from v6:
>>> * Split the hv-balloon driver implementation into multiple files holding
>>> particular data structures and their methods in order to make the driver
>>> easier to understand.
>>>
>>> * Split out the PC machine necessary plumbing for the driver and its final
>>> activation into a separate patch.
>>>
>>> * Make sure that patches that bring QAPI-related changes also implement these
>>> in the driver in the same patch.
>>>
>>> * Add a "query-hv-balloon-status-report" QMP command to query the data from
>>> the last received HV_BALLOON_STATUS_REPORT event.
>>>
>>> * Rate limit the HV_BALLOON_STATUS_REPORT QMP event.
>>>
>>> * Replace "TBD" in QAPI changes with the actual targeted QEMU version.
>>>
>>> * Spelling and formatting fixes in QAPI changes.
>>>
>>> * Rebase onto the latest David's patch series.
>>>
>>>
>>> Based-on: <20230825132149.366064-1-david@redhat.com>
>>> Based-on-Repo-Commit: https://github.com/davidhildenbrand/qemu/tree/virtio-mem-memslots b65df116f8a8
>>
>> That is upstream now.
>
> That's great - I see it was pulled into QEMU git on Monday.
>
>> Do you have a new version in the works that further splits up #4?
>> I recall we discussed somewhere separating the hotplug changes from the pure memory ballonning changes if possible.
>
> I will try to prepare an updated patch set next week,
> since unfortunately I am like 120% busy right now.
I feel you. Soft-freeze starts on 2023-11-07, so there is still some
time. In the worst case, 9.0 development should open around 2023-12-19.
--
Cheers,
David / dhildenb
prev parent reply other threads:[~2023-10-18 9:28 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-28 16:48 [PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️) Maciej S. Szmigiero
2023-08-28 16:48 ` [PATCH v7 1/7] memory-device: Support empty memory devices Maciej S. Szmigiero
2023-08-28 16:48 ` [PATCH v7 2/7] memory-device: Drop size alignment check Maciej S. Szmigiero
2023-08-28 16:48 ` [PATCH v7 3/7] Add Hyper-V Dynamic Memory Protocol definitions Maciej S. Szmigiero
2023-09-27 10:54 ` David Hildenbrand
2023-08-28 16:48 ` [PATCH v7 4/7] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon) Maciej S. Szmigiero
2023-08-28 16:48 ` [PATCH v7 5/7] qapi: Add query-memory-devices support to hv-balloon Maciej S. Szmigiero
2023-09-25 11:16 ` Markus Armbruster
2023-09-27 10:52 ` David Hildenbrand
2023-08-28 16:48 ` [PATCH v7 6/7] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command Maciej S. Szmigiero
2023-09-25 11:49 ` Markus Armbruster
2023-09-25 17:12 ` Maciej S. Szmigiero
2023-09-26 6:38 ` Markus Armbruster
2023-08-28 16:48 ` [PATCH v7 7/7] hw/i386/pc: Support hv-balloon Maciej S. Szmigiero
2023-09-27 10:49 ` David Hildenbrand
2023-10-18 8:00 ` [PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈) David Hildenbrand
2023-10-18 8:45 ` Maciej S. Szmigiero
2023-10-18 9:28 ` David Hildenbrand [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c04c0c78-8a43-4d27-a9cf-19f386d7c7f5@redhat.com \
--to=david@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=eblake@redhat.com \
--cc=eduardo@habkost.net \
--cc=mail@maciej.szmigiero.name \
--cc=marcandre.lureau@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).