qemu/include
Kevin Wolf 80fa2c756b job: Add reference counting
This moves reference counting from BlockJob to Job.

In order to keep calling the BlockJob cleanup code when the job is
deleted via job_unref(), introduce a new JobDriver.free callback. Every
block job must use block_job_free() for this callback, this is asserted
in block_job_create().

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
2018-05-23 14:30:49 +02:00
..
2018-05-23 14:30:49 +02:00
2018-05-15 10:04:22 +01:00
2018-03-27 10:17:45 -05:00
2018-05-23 14:30:49 +02:00
2018-05-09 00:13:37 +02:00
2018-04-27 11:36:34 +02:00