Re: [Qemu-devel] cross version compatibility and qemu version

2013-08-04 Thread Andreas Färber
Am 04.08.2013 12:25, schrieb Peter Maydell: > On 4 August 2013 11:20, Michael S. Tsirkin wrote: >> I was looking at cross-version migration issues, in the >> hope that we can fix most of them for release 1.6. >> I noticed that we still use QEMU_VERSION in hardware. > > We fixed most of these back

Re: [Qemu-devel] cross version compatibility and qemu version

2013-08-04 Thread Peter Maydell
On 4 August 2013 11:20, Michael S. Tsirkin wrote: > I was looking at cross-version migration issues, in the > hope that we can fix most of them for release 1.6. > I noticed that we still use QEMU_VERSION in hardware. We fixed most of these back in 2012, but I guess one or two slipped through the

[Qemu-devel] cross version compatibility and qemu version

2013-08-04 Thread Michael S. Tsirkin
I was looking at cross-version migration issues, in the hope that we can fix most of them for release 1.6. I noticed that we still use QEMU_VERSION in hardware. hw/scsi/megasas.c:snprintf(info.package_version, 0x60, "%s-QEMU", QEMU_VERSION); hw/usb/redirect.c:#define VERSION "qemu usb-redir g