Re: [Qemu-devel] [PATCH] usb: add serial number generator

2012-04-20 Thread Hans de Goede
Hi, Looks good, ack. Regards, Hans On 04/20/2012 12:55 PM, Gerd Hoffmann wrote: This patch adds a function which creates unique serial numbers for usb devices and puts it into use. Windows guests tend to become unhappy if they find two identical usb devices in the system. Effects range fro

[Qemu-devel] [PATCH] usb: add serial number generator

2012-04-20 Thread Gerd Hoffmann
This patch adds a function which creates unique serial numbers for usb devices and puts it into use. Windows guests tend to become unhappy if they find two identical usb devices in the system. Effects range from non-functional devices (with yellow exclamation mark in device manager) to BSODs. Ha