summaryrefslogtreecommitdiffstats
path: root/kvm-all.c
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2014-07-30 09:53:30 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2014-08-29 14:09:43 +0100
commit391827eb106d2d02062b2582d1545a7c221631c6 (patch)
tree74840acba94091d0ab90caa619f2dd9b0754ab00 /kvm-all.c
parentf21492817bc426a3bc0b98fa852df95be9dea1e8 (diff)
downloadhqemu-391827eb106d2d02062b2582d1545a7c221631c6.zip
hqemu-391827eb106d2d02062b2582d1545a7c221631c6.tar.gz
block: fix overlapping multiwrite requests
When request A is a strict superset of request B: AAAAAAAA BBBB multiwrite_merge() merges them as follows: AABBBB The tail of request A should have been included: AABBBBAA This patch fixes data loss but this code path is probably rare. Since guests cannot assume ordering between in-flight requests, few applications submit overlapping write requests. Reported-by: Slava Pestov <sviatoslav.pestov@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Benoit Canet <benoit@irqsave.net>
Diffstat (limited to 'kvm-all.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud