|
From: | Thomas Huth |
Subject: | Re: [PATCH 4/4] hw/usb/bus: Remove the "full-path" property |
Date: | Thu, 4 Feb 2021 16:51:39 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 04/02/2021 09.36, Gerd Hoffmann wrote:
Hi,enum USBDeviceFlags { - USB_DEV_FLAG_FULL_PATH, + USB_DEV_FLAG_FULL_PATH, /* unused since QEMU v6.0 */Why not just drop it? Any remaining users?
I didn't want to change the values of the other members of the enum ... but if you prefer, I can also a "= 1" after the next member of the enum and remove the USB_DEV_FLAG_FULL_PATH instead.
Thomas
[Prev in Thread] | Current Thread | [Next in Thread] |