qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: API to change the vendor of IDE disk


From: Thomas Huth
Subject: Re: API to change the vendor of IDE disk
Date: Mon, 4 Jul 2022 09:06:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]