[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [win-pv-devel] [PATCH 5/9] Force single queue in crash/hibernate path
> -----Original Message----- > From: win-pv-devel [mailto:win-pv-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On > Behalf Of Owen Smith > Sent: 29 May 2018 11:07 > To: win-pv-devel@xxxxxxxxxxxxxxxxxxxx > Cc: Owen Smith <owen.smith@xxxxxxxxxx> > Subject: [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> There's some whitespace inconsistency introduced in this. I'll fix it up. Acked-by: Paul Durrant <paul.durrant@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 _______________________________________________ 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 |