|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH 3/3] Force crashdump driver to use single ring
Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx>
---
src/xencrsh/frontend.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/xencrsh/frontend.c b/src/xencrsh/frontend.c
index c2e40e3..78c90d9 100644
--- a/src/xencrsh/frontend.c
+++ b/src/xencrsh/frontend.c
@@ -666,6 +666,11 @@ __WriteRing(
if (!NT_SUCCESS(Status))
goto abort;
+ Status = StoreWrite(Transaction, Frontend->FrontendPath,
+ "multi-queue-num-queues", "1");
+ if (!NT_SUCCESS(Status))
+ goto abort;
+
Status = StoreTransactionEnd(Transaction, TRUE);
if (Status == STATUS_RETRY)
continue;
--
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 |