Hi!
On 01/07/2022 10.18, Alex wrote:
...
Here is my questions:
Q1: How to change the vendor-name of a IDE disk?
Is there any API(s) to config it?
I can't find the way from libvirt-doc.
​In Qemu code, I seems that "QEMU HARDDISK" is just by default, and
it's configurable.
I think you can specify the model string when you run QEMU directy, e.g.:
qemu-system-x86_64 -device ide-hd,model=XYZ ...
Whether that's somehow configurable via libvirt, too, you should better ask
that question on the libvirt mailing list instead, I think.
Thomas