Re: [PATCH v2 11/11] qemu: Make auto dump path generation embed driver aware

2020-03-30 Thread Daniel P . Berrangé
On Thu, Mar 26, 2020 at 04:15:15PM +0100, Michal Privoznik wrote: > So far, libvirt generates the following path for automatic dumps: > > $autoDumpPath/$id-$shortName-$timestamp > > where $autoDumpPath is where libvirt stores dumps of guests (e.g. > /var/lib/libvirt/qemu/dump), $id is domain ID

[PATCH v2 11/11] qemu: Make auto dump path generation embed driver aware

2020-03-26 Thread Michal Privoznik
So far, libvirt generates the following path for automatic dumps: $autoDumpPath/$id-$shortName-$timestamp where $autoDumpPath is where libvirt stores dumps of guests (e.g. /var/lib/libvirt/qemu/dump), $id is domain ID and $shortName is shortened version of domain name. So for instance, the gene