mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
lib/launch-libvirt.c: Remove fallback <emulator> for Arm
This "hopefully temporary hack" was actually added 12 years ago in
commit 37e1e0da5a ("arm: launch: libvirt: Force <emulator>.")
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user