Re: [Qemu-devel] [FOR 0.12 PATCH v2 0/3] Replace device names containing whitespace

2009-12-09 Thread Gerd Hoffmann
Hi, * usb_qdev_init() copies the qdev name to USBDevice devname. Gets overwritten for usb-host devices, but not for the others. This is what Gerd pointed out. I fixed it just like Gerd recommended. Looks good now. Ack to the whole series. cheers, Gerd

[Qemu-devel] [FOR 0.12 PATCH v2 0/3] Replace device names containing whitespace

2009-12-09 Thread Markus Armbruster
Device names with whitespace require quoting in the shell and in the monitor. Some of the offenders are also overly long. Some have a more convenient alias, some don't. The place for verbose device names is DeviceInfo member desc. The name should be short & sweet. This patch gets rid of the sp