qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/4] hw/usb/bus: Remove the "full-path" property


From: Gerd Hoffmann
Subject: Re: [PATCH 4/4] hw/usb/bus: Remove the "full-path" property
Date: Fri, 5 Feb 2021 10:09:19 +0100

On Thu, Feb 04, 2021 at 04:51:39PM +0100, Thomas Huth wrote:
> 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 ...

This should be purely internal to qemu hw/usb and not some kind of abi,
so changing the values shouldn't break anything ...

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]