|
Re: [PATCH] hv: vlapic: add combined constraint to enable APICv
By
Xu, Anthony
·
#19328
·
|
|
Re: [PATCH] HV: correct COM_IRQ default config type
That is good! Thanks!
Eddie
That is good! Thanks!
Eddie
|
By
Eddie Dong
·
#19327
·
|
|
Re: [PATCH] HV: correct COM_IRQ default config type
By
Geoffroy Van Cutsem
·
#19326
·
|
|
Re: [PATCH] HV: correct COM_IRQ default config type
Do we need to update doc too?
Acked-by: Eddie Dong <eddie.dong@...>
Thx Eddie
Do we need to update doc too?
Acked-by: Eddie Dong <eddie.dong@...>
Thx Eddie
|
By
Eddie Dong
·
#19325
·
|
|
Re: [PATCH 1/2] HV: PAE: Add stac()/clac() in local_gva2gpa_pae
Acked-by: Eddie Dong <eddie.dong@...>
Acked-by: Eddie Dong <eddie.dong@...>
|
By
Eddie Dong
·
#19324
·
|
|
Re: [PATCH] hv: vlapic: add combined constraint to enable APICv
By
Eddie Dong
·
#19323
·
|
|
Re: [PATCH] HV: correct COM_IRQ default config type
+1
By
Geoffroy Van Cutsem
·
#19322
·
|
|
Re: [PATCH 1/1] modify acrnd.c by liuyg
hi Like,
I make a mistake,I will redefines commit and submit patch.
hi Like,
I make a mistake,I will redefines commit and submit patch.
|
By
liuygzhuli
·
#19321
·
|
|
Re: [PATCH 1/1] modify acrnd.c by liuyg
Hi Yonggang,
wakeup_reason is used at a couple of places in acrnd and acrnctl, please go through the code and handle all of them.
Thanks.
Ps. please refine your commit title and message.
Maybe
Hi Yonggang,
wakeup_reason is used at a couple of places in acrnd and acrnctl, please go through the code and handle all of them.
Thanks.
Ps. please refine your commit title and message.
Maybe
|
By
Yan, Like
·
#19320
·
|
|
[PATCH 1/1] modify acrnd.c by liuyg
---
tools/acrn-manager/acrnd.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/tools/acrn-manager/acrnd.c b/tools/acrn-manager/acrnd.c
index 9cc10b28..6ccc5393 100644
---
---
tools/acrn-manager/acrnd.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/tools/acrn-manager/acrnd.c b/tools/acrn-manager/acrnd.c
index 9cc10b28..6ccc5393 100644
---
|
By
liuygzhuli
·
#19319
·
|
|
Re: [RFC PATCH v1 11/11] implement NMI interrupt window
Are we enabling NMI-exiting?
If that is not the case, NMI interrupt window cannot be used.
The following is from SDM in VM-Entry checks. Section 26.2.1.1
* If the "NMI exiting" VM-execution control
Are we enabling NMI-exiting?
If that is not the case, NMI interrupt window cannot be used.
The following is from SDM in VM-Entry checks. Section 26.2.1.1
* If the "NMI exiting" VM-execution control
|
By
Grandhi, Sainath
·
#19318
·
|
|
[PATCH] HV: correct COM_IRQ default config type
change the config type of COM_IRQ from "hex" to "int"; make
it consistent with its default value.
Signed-off-by: Minggui Cao <minggui.cao@...>
---
hypervisor/arch/x86/Kconfig | 2 +-
1 file
change the config type of COM_IRQ from "hex" to "int"; make
it consistent with its default value.
Signed-off-by: Minggui Cao <minggui.cao@...>
---
hypervisor/arch/x86/Kconfig | 2 +-
1 file
|
By
Minggui Cao
·
#19317
·
|
|
ACRN Project Technical Community Meeting Minutes - 3/6/2019
Meeting Minutes Archive: https://drive.google.com/drive/u/2/folders/111m6iU3PjSZebOOKzLagYPUWMvseGLeU
ACRN Project TCM - 6th March 2019
Location
Online conference link: https://zoom.us/j/45717121
Meeting Minutes Archive: https://drive.google.com/drive/u/2/folders/111m6iU3PjSZebOOKzLagYPUWMvseGLeU
ACRN Project TCM - 6th March 2019
Location
Online conference link: https://zoom.us/j/45717121
|
By
Wang, Hongbo
·
#19316
·
|
|
Re: [PATCH] hv: vlapic: add combined constraint to enable APICv
OK.
OK.
If the platform doesn't support APICv, we didn't set them.
OK.
OK.
If the platform doesn't support APICv, we didn't set them.
|
By
Li, Fei1
·
#19315
·
|
|
[PATCH v2] add an IRQ chip to gpio-virtio GPIO chip.
use two virtqueues for irq function, one for handling irq chip
operations and one for handling interrupt. The irqchip supports
level and edge trigger modes.
v2: replace spin_lock_irqsave with
use two virtqueues for irq function, one for handling irq chip
operations and one for handling interrupt. The irqchip supports
level and edge trigger modes.
v2: replace spin_lock_irqsave with
|
By
Liu Yuan
·
#19314
·
|
|
Re: [PATCH] hv: vlapic: add combined constraint to enable APICv
By
Xu, Anthony
·
#19313
·
|
|
Re: [PATCH 1/2] HV: PAE: Add stac()/clac() in local_gva2gpa_pae
By
Kaige Fu
·
#19312
·
|
|
[PATCH] HV: Modularize bsp folder
V1:
Remove usage of hypervisor.h from inside
BSP folder.
Replace with only the required header files.
V2:
Added vm.h to ptdev.h to fix 4 potential
MISRA-C violations.
Tracked-On:
V1:
Remove usage of hypervisor.h from inside
BSP folder.
Replace with only the required header files.
V2:
Added vm.h to ptdev.h to fix 4 potential
MISRA-C violations.
Tracked-On:
|
By
Arindam Roy <arindam.roy@...>
·
#19311
·
|
|
[PATCH] HV: Modularize bsp folder
Remove usage of hypervisor.h from inside
BSP folder.
Replace with only the required header files.
Tracked-On: #2893
Signed-off-by: Arindam Roy <arindam.roy@...>
---
Remove usage of hypervisor.h from inside
BSP folder.
Replace with only the required header files.
Tracked-On: #2893
Signed-off-by: Arindam Roy <arindam.roy@...>
---
|
By
Arindam Roy <arindam.roy@...>
·
#19310
·
|
|
Re: [PATCH] hv: Remove multiple definitions for dmar translation structures
It is coding style change.
Binbin/Jason,
Comments?
Anthony
It is coding style change.
Binbin/Jason,
Comments?
Anthony
|
By
Xu, Anthony
·
#19309
·
|