[PATCH for-8.0 v2 1/1] modules: load modules from /var/run/qemu/ directory firstly

2023-03-23 Thread Siddhi Katage
From: Siddhi Katage 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/ directory. Make /var/run/qemu/ directory as first search path to load modules

RE: [External] : Re: [PATCH 1/1] modules: load modules from /var/run/qemu/ directory firstly

2023-02-27 Thread Siddhi Katage
Hi , Can I know when this patch will be integrated to upstream? Thank you, Siddhi Katage -Original Message- From: Philippe Mathieu-Daudé Sent: Wednesday, January 25, 2023 5:52 AM To: Siddhi Katage ; qemu-devel@nongnu.org Cc: Joe Jin ; Dongli Zhang ; christian.ehrha...@canonical.com

[PATCH 1/1] modules: load modules from /var/run/qemu/ directory firstly

2023-01-24 Thread Siddhi Katage
From: Siddhi Katage 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/ directory. Make /var/run/qemu/ directory as first search path to load modules

RE: [External] : Re: [PATCH 1/1] modules: load modules from /var/run/qemu/ directory firstly

2023-01-24 Thread Siddhi Katage
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é Sent: Tuesday, January 24, 2023 1:26 PM

[PATCH 1/1] modules: load modules from /var/run/qemu/ directory firstly

2023-01-23 Thread Siddhi Katage
From: Siddhi Katage 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/ directory . Make /var/run/qemu/ directory as first search path to load modules