libguestfs / libguestfs

library and tools for accessing and modifying virtual machine disk images. PLEASE DO NOT USE GITHUB FOR ISSUES OR PULL REQUESTS. See the website for how to file a bug or contact us.
http://libguestfs.org
GNU General Public License v2.0
631 stars 175 forks source link

how libguestfs using qemu-system-aarch64 in x86_64? #137

Closed Chengen1117 closed 8 months ago

Chengen1117 commented 8 months ago

my machine is x86_64,and I want libguestfs use qemu-system-x86_64. I have used set_hv() and LIBGUEST_HV, but the qemu startup parameters are not right. How can I do that?

rwmjones commented 8 months ago

It's not designed to work this way, and isn't possible.