[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : Re: [PATCH 1/1] modules: load modules from /var/run/qem
From: |
Siddhi Katage |
Subject: |
RE: [External] : Re: [PATCH 1/1] modules: load modules from /var/run/qemu/<version> directory firstly |
Date: |
Tue, 24 Jan 2023 17:44:34 +0000 |
Hi ,
Please ignore this patch as it is not based on top of current master branch.
I apologize for mistake and the inconvenience caused.
I will resend the correct patch .
Thank you,
Siddhi Katage
-----Original Message-----
From: Philippe Mathieu-Daudé <philmd@linaro.org>
Sent: Tuesday, January 24, 2023 1:26 PM
To: Siddhi Katage <siddhi.katage@oracle.com>; qemu-devel@nongnu.org
Cc: Joe Jin <joe.jin@oracle.com>; Dongli Zhang <dongli.zhang@oracle.com>;
christian.ehrhardt@canonical.com; berrange@redhat.com; pbonzini@redhat.com
Subject: [External] : Re: [PATCH 1/1] modules: load modules from
/var/run/qemu/<version> directory firstly
On 23/1/23 19:48, Siddhi Katage wrote:
> From: Siddhi Katage <siddhi.katage@oracle.com>
>
> An old running QEMU will try to load modules with new build-id
> first,this will fail as expected ,then QEMU will fallback to load the
> old modules that matches its build-id from /var/run/qemu/<version> directory .
> Make /var/run/qemu/<version> directory as first search path to load modules.
>
> Fixes: bd83c861c0 ("modules: load modules from versioned /var/run
> dir")
> Signed-off-by: Siddhi Katage <siddhi.katage@oracle.com>
> ---
> util/module.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>