Dr. David Alan Gilbert 2f5732e964 Allow mismatched virtio config-len
Commit 'virtio: validate config_len on load' restricted config_len
loaded from the wire to match the config_len that the device had.

Unfortunately, there are cases where this isn't true, the one
we found it on was the wce addition in virtio-blk.

Allow mismatched config-lengths:
   *) If the version on the wire is shorter then fine
   *) If the version on the wire is longer, load what we have space
      for and skip the rest.

(This is mst@redhat.com's rework of what I originally posted)

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2014-06-29 18:59:41 +03:00
2014-06-23 11:00:12 -04:00
2014-06-29 18:59:41 +03:00
2014-06-27 11:19:31 +02:00
2014-06-27 12:11:53 +02:00
2014-06-29 15:24:54 +01:00
2014-06-20 23:59:19 +01:00
2014-06-27 09:27:56 -04:00
2014-06-29 18:59:06 +03:00
2014-06-29 15:24:54 +01:00
2014-06-23 11:12:28 -04:00
2014-06-27 09:27:55 -04:00
2014-06-16 13:24:35 +02:00
2014-06-23 11:12:28 -04:00
2014-06-23 11:01:25 -04:00
2014-06-19 18:44:21 +03:00
2014-06-19 16:41:54 +03:00
2014-06-27 09:27:55 -04:00
2014-06-23 11:01:25 -04:00
2014-06-23 19:09:50 +02:00
2014-06-29 18:59:06 +03:00
2014-06-16 17:23:21 +08:00
2014-06-27 10:39:10 +02:00
2014-06-19 18:44:22 +03:00
2014-06-24 15:33:42 +01:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%