On 2/15/25 11:57 PM, Ján Tomko wrote:
On a Saturday in 2025, Laine Stump wrote:
> Oops - sorry, I had recreated my branch so git-publish didn't
> recognize the series as a v2, so all the subject lines are missing
> v2 :-/. Hopefully this won't cause too much confusion.
>
> On 2/15/25 12:20 AM, Laine Stump wrote:
[...]
>>
>> Laine Stump (12):
>> conf: change virDomainHostdevInsert() to return void
>> qemu: fix qemu validation to forbid guest-side IP address for
>> type='vdpa'
>> qemu: validate that model is virtio for vhostuser and vdpa interfaces
>> in the same place
>> qemu: automatically set model type='virtio' for interface
>> type='vhostuser'
>> qemu: do all vhostuser attribute validation in qemu driver
>> conf/qemu: make <source> element *almost* optional for type=vhostuser
>> qemu: use switch instead of if in qemuProcessPrepareDomainNetwork()
>> qemu: make qemuPasstCreateSocketPath() public
Patches 1 through 8 are missing my R-b tag from v1
Ooops! I'll be sure to add them all in before pushing.
Thanks!
Jano
>> qemu: complete vhostuser + passt support
>> qemu: fail validation if a domain def has vhostuser/passt but no
>> shared mem
>> docs: improve type='user' docs to higlight differences between SLIRP
>> and passt
>> docs: document using passt backend with <interface
type='vhostuser'>
>>