Nir Soffer
1bbbf32d5f
block: Use QEMU_IS_ALIGNED
...
Replace instances of:
(n & (BDRV_SECTOR_SIZE - 1)) == 0
And:
(n & ~BDRV_SECTOR_MASK) == 0
With:
QEMU_IS_ALIGNED(n, BDRV_SECTOR_SIZE)
Which reveals the intent of the code better, and makes it easier to
locate the code checking alignment.
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Message-id: 20190827185913.27427-2-nsoffer@redhat.com
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
2019-09-16 14:48:30 +02:00
..
2019-09-10 08:58:43 +02:00
2019-06-14 14:16:57 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2019-08-16 16:43:46 +01:00
2019-09-16 14:48:30 +02:00
2019-09-16 14:48:30 +02:00
2019-09-10 08:58:43 +02:00
2019-07-30 12:25:43 +02:00
2019-09-13 12:18:37 +02:00
2019-08-19 17:13:26 +02:00
2019-05-13 08:58:55 +02:00
2019-06-12 13:18:33 +02:00
2019-08-16 16:28:03 -04:00
2019-06-12 13:20:20 +02:00
2018-12-14 11:52:40 +01:00
2019-09-16 14:48:30 +02:00
2019-06-12 13:20:20 +02:00
2019-09-10 08:58:43 +02:00
2019-08-19 17:13:26 +02:00
2019-08-19 17:13:26 +02:00
2019-09-16 14:48:30 +02:00
2019-06-12 13:18:33 +02:00
2019-07-15 11:20:42 +02:00
2019-06-12 13:20:20 +02:00
2019-06-24 16:01:04 +02:00
2019-09-10 08:58:43 +02:00
2019-09-05 16:03:26 -05:00
2019-09-13 12:18:15 +02:00
2019-06-12 13:18:33 +02:00
2019-08-16 13:31:52 +02:00
2019-08-19 17:13:26 +02:00
2019-08-16 18:29:43 -04:00
2019-05-28 20:30:55 +02:00
2019-06-12 13:20:20 +02:00
2019-09-16 14:48:30 +02:00
2019-06-12 13:20:20 +02:00
2019-05-28 20:30:55 +02:00
2019-05-28 20:30:55 +02:00
2019-09-16 14:48:30 +02:00
2019-08-27 14:58:42 +01:00
2019-07-08 16:00:26 +02:00
2019-04-30 15:29:00 +02:00
2019-04-30 15:29:00 +02:00
2019-08-19 17:13:26 +02:00
2019-04-30 15:29:00 +02:00
2019-06-12 13:18:33 +02:00
2019-08-19 17:13:26 +02:00
2019-08-19 17:13:26 +02:00
2019-08-16 16:28:02 -04:00
2019-08-19 17:13:26 +02:00
2019-02-25 15:03:18 +01:00
2019-08-19 17:13:26 +02:00
2019-09-10 08:58:43 +02:00
2019-08-16 13:31:52 +02:00
2019-06-12 13:18:33 +02:00
2019-08-16 16:28:03 -04:00
2019-08-19 17:13:26 +02:00
2019-06-12 13:20:20 +02:00
2019-06-12 13:18:33 +02:00
2019-08-19 17:13:26 +02:00
2019-04-30 15:29:00 +02:00
2019-09-03 14:55:35 +02:00
2019-09-10 08:58:43 +02:00
2019-09-16 14:48:30 +02:00
2019-06-12 13:18:33 +02:00
2019-06-12 13:18:33 +02:00
2018-08-28 18:21:38 +02:00