Searched hist:"1 d42f48c3a468fbf53660970d7372d0f0f9d0529" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | diff 1d42f48c3a468fbf53660970d7372d0f0f9d0529 Wed Jun 12 10:24:39 CDT 2019 Max Reitz <mreitz@redhat.com> block: Re-evaluate backing file handling in reopen
Reopening a node's backing child needs a bit of special handling because the "backing" child has different defaults than all other children (among other things). Adding filter support here is a bit more difficult than just using the child access functions. In fact, we often have to directly use bs->backing because these functions are about the "backing" child (which may or may not be the COW backing file).
Signed-off-by: Max Reitz <mreitz@redhat.com>
|