[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH 5/9] Force single queue in crash/hibernate path
Remove "multi-queue-num-queues" from frontend area when the crashump driver is active. This will force the backend to use a single queue, which the crashdump frontend is supplying Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx> --- src/xencrsh/frontend.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xencrsh/frontend.c b/src/xencrsh/frontend.c index 0fbbbeb..e9902ce 100644 --- a/src/xencrsh/frontend.c +++ b/src/xencrsh/frontend.c @@ -738,6 +738,8 @@ FrontendClose( "feature-online-resize"); (VOID) StoreRemove(NULL, Frontend->FrontendPath, "feature-surprise-remove"); + (VOID)StoreRemove(NULL, Frontend->FrontendPath, + "multi-queue-num-queues"); return STATUS_SUCCESS; -- 2.16.2.windows.1 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |