/openbmc/qemu/include/sysemu/ |
H A D | block-backend.h | diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|
/openbmc/qemu/block/ |
H A D | commit.c | diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|
H A D | backup.c | diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|
H A D | qcow2.c | diff a7a6a2bffcc4410da29427a87808272cca91e335 Thu May 11 10:03:37 CDT 2017 Alberto Garcia <berto@igalia.com> qcow2: remove extra local_error variable
Commit d7086422b1c1e75e320519cfe26176db6ec97a37 added a local_err variable global to the qcow2_amend_options() function, so there's no need to have this other one.
Signed-off-by: Alberto Garcia <berto@igalia.com> Message-id: 20170511150337.21470-1-berto@igalia.com Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com> diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|
H A D | block-backend.c | diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|
H A D | mirror.c | diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|
/openbmc/qemu/ |
H A D | blockjob.c | diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|
H A D | blockdev.c | diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|
H A D | block.c | diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|
/openbmc/qemu/nbd/ |
H A D | server.c | diff d7086422b1c1e75e320519cfe26176db6ec97a37 Fri Jan 13 12:02:32 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Add error parameter to blk_insert_bs()
Now that blk_insert_bs() requests the BlockBackend permissions for the node it attaches to, it can fail. Instead of aborting, pass the errors to the callers.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Fam Zheng <famz@redhat.com>
|