Files
xemu/block
Eric Blake 00d96a4612 nbd: Fix 32-bit compilation on BLOCK_STATUS
iotests 123 and 209 fail on 32-bit platforms.  The culprit:
sizeof(extent) is wrong; we want sizeof(*extent).  But since
the struct is 8 bytes, it happened to work on 64-bit platforms
where the pointer is also 8 bytes (nasty).

Fixes: 78a33ab58
Reported-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180327210517.1804242-1-eblake@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2018-04-02 08:45:21 -05:00
..
2018-03-09 15:17:47 +01:00
2018-03-13 17:05:00 -04:00
2018-03-19 12:01:39 +01:00
2018-03-09 15:17:47 +01:00
2018-03-02 18:39:07 +01:00
2018-03-27 10:17:32 -05:00
2018-02-09 05:05:11 +01:00
2017-07-17 11:34:11 +08:00
2018-03-09 15:17:48 +01:00
2018-03-19 12:01:24 +01:00
2018-03-26 12:16:12 +02:00
2017-08-31 12:29:07 +02:00
2018-03-19 12:01:39 +01:00