Skip to content
Unverified Commit 1907120f authored by aszlig's avatar aszlig
Browse files

nixos/tests/udisks2: Fix USB device hotplug

The usb_add and usb_del monitor commands have been removed in QEMU
version 2.12 (introduced in 3e3b39f1).

Quote from https://wiki.qemu.org/ChangeLog/2.12#Incompatible_changes

:

> The deprecated HMP commands "usb_add" and "usb_del" have been removed.
> Use "device_add" and "device_del" as replacement instead.

So we're doing exactly that and the udisks2 test now works again.

Signed-off-by: default avataraszlig <aszlig@nix.build>
Cc: @edolstra
parent 81c705ad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment