On 4/29/25 12:57 PM, Pierrick Bouvier wrote:
On 4/29/25 2:35 AM, Philippe Mathieu-Daudé wrote:
If a distro wants to name a binary 'qemu-kvm' it can drop the
-target option and hard-wire its target_info() to a distro-specific
TargetInfo implementation, or &target_info_x86_64_system.


Having updated my Debian stable to next stable (trixie) last week, I
noticed that qemu-kvm was removed [1].

I don't know why, when or how, but it's just an example that things can
change, and people can survive to it.

[1] https://packages.debian.org/search?keywords=qemu-kvm

For the concerned other distros, if at least one packager asks us to
provide a "./configure --default-target", it will be an excellent reason
and opportunity to do it.

But before that, let's first build this single binary, let's see if it's
useful, let's see how to use it, and eventually, let's see how to
package this and cover corner cases.

Well, thinking about it twice, it's pretty easy to cover: qemu-kvm means select the target that match host and add -accel kvm to argv.

Reply via email to