OK now that most of the patches are being merged by Juan, here's
an incremental patchset addressing the remaining issues.
changes from v5:
fix warning in openpic code on 32 bit hosts
fix integer overflow in virtio-net
more validation in ssi-sd
address a new issue in virtio
stub to disable migration in stellaris enet
Michael Roth (1):
openpic: avoid buffer overrun on incoming migration
Michael S. Tsirkin (3):
ssi-sd: fix buffer overrun on invalid state load
virtio-net: out-of-bounds buffer write on load
virtio: validate config_len on load
stellaris_enet: block migration
hw/intc/openpic.c | 16 ++++++++++++++--
hw/net/virtio-net.c | 15 +++++++++++----
hw/sd/ssi-sd.c | 9 +++++++++
hw/virtio/virtio.c | 8 +++++++-
4 files changed, 41 insertions(+), 7 deletions(-)
--
MST