From f523684a0b87cb78db40080c98c762e7982d8ad7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 25 Mar 2025 18:34:00 +0000 Subject: [PATCH] lib/launch-libvirt.c: Remove fallback for Arm This "hopefully temporary hack" was actually added 12 years ago in commit 37e1e0da5a ("arm: launch: libvirt: Force .") --- lib/launch-libvirt.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/launch-libvirt.c b/lib/launch-libvirt.c index 3162a57e5..aa9534c68 100644 --- a/lib/launch-libvirt.c +++ b/lib/launch-libvirt.c @@ -1312,13 +1312,6 @@ construct_libvirt_xml_devices (guestfs_h *g, */ if (is_custom_hv (g, params->data)) single_element ("emulator", g->hv); -#if defined(__arm__) - /* Hopefully temporary hack to make ARM work (otherwise libvirt - * chooses to run /usr/bin/qemu-kvm). - */ - else - single_element ("emulator", QEMU); -#endif /* Add a random number generator (backend for virtio-rng). This * requires Cole Robinson's patch to permit /dev/urandom to be