]> Git Repo - qemu.git/commit - hw/virtio/virtio.c
Allow mismatched virtio config-len
authorDr. David Alan Gilbert <[email protected]>
Fri, 27 Jun 2014 19:02:48 +0000 (20:02 +0100)
committerMichael S. Tsirkin <[email protected]>
Sun, 29 Jun 2014 15:59:41 +0000 (18:59 +0300)
commit2f5732e9648fcddc8759a8fd25c0b41a38352be6
tree40bc18ab7549935f25e20eea29dfae8be24654a8
parent5f8632d3c3d7bc5ef24166ba7cf90fcfb2adbf7d
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 [email protected]'s rework of what I originally posted)

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/virtio/virtio.c
This page took 0.026022 seconds and 4 git commands to generate.