Home
last modified time | relevance | path

Searched hist:"7 a3b7f6b" (Results 1 – 1 of 1) sorted by relevance

/qemu/util/
H A Dcutils.cdiff 7a3b7f6b Sat Oct 24 09:14:38 GMT 2020 Sunil Muthuswamy <sunilmut@microsoft.com> win32: boot broken when bind & data dir are the same

With upstream commit#ea1edcd7da1a "vl: relocate paths to data
directories", the data dir logic was unified between POSIX &
Win32. That patch moved to using 'get_relocated_path()', to
find the data dir. There is a latent bug in get_relocated_path
which can cause it to spin indefinitely, when the bind dir is
the same as the passed in dir (in this case, it was the data
dir).

Signed-off-by: Sunil Muthuswamy <sunilmut@microsoft.com>
Message-Id: <SN4PR2101MB08802BF242C429A15DDB32ACC01B0@SN4PR2101MB0880.namprd21.prod.outlook.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>