]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commitdiff
Force single queue in crash/hibernate path
authorOwen Smith <owen.smith@citrix.com>
Mon, 4 Jun 2018 13:57:43 +0000 (14:57 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 4 Jun 2018 15:25:00 +0000 (16:25 +0100)
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@citrix.com>
Add whitespace after cast for consistency with other code.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xencrsh/frontend.c

index 1e27c571614e41eb3937418351572030e1518253..c2e40e334099153e9fdd22385f608450bc67bb16 100644 (file)
@@ -737,6 +737,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;