/openbmc/qemu/block/ |
H A D | cloop.c | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | bochs.c | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | dmg.c | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | crypto.c | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | vvfat.c | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | qcow.c | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | iscsi.c | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | qcow2.c | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
/openbmc/qemu/include/block/ |
H A D | block.h | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | block_int.h | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
/openbmc/qemu/ |
H A D | block.c | diff 5411541270f1d9e8eb1fb442fa4908c4398d5d88 Thu Jun 23 17:37:26 CDT 2016 Eric Blake <eblake@redhat.com> block: Use bool as appropriate for BDS members
Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous.
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|