|
[PATCH] HV: Modularize vlapic to reduce usage of acrn_vm
Hi Jason, In future in case one needs locking, then vlapic just needs to know the hw info part, instead of the whole acrn_vm. Just trying to reduce the dependency on acrn_vm. If not ok, will drop the
Hi Jason, In future in case one needs locking, then vlapic just needs to know the hw info part, instead of the whole acrn_vm. Just trying to reduce the dependency on acrn_vm. If not ok, will drop the
|
By
...
· #23734
·
|
|
[PATCH] HV: Modularize vlapic to reduce usage of acrn_vm
V1: In order to modularize vlapic, reduce the usage of acrn_vm. Its ovserved most of the functionality in vlapic can be achieved by using the substructure vm_hw_info inside acrn_vm, instead of using t
V1: In order to modularize vlapic, reduce the usage of acrn_vm. Its ovserved most of the functionality in vlapic can be achieved by using the substructure vm_hw_info inside acrn_vm, instead of using t
|
By
...
· #23579
·
|
|
[PATCH] HV: Modularize vlapic to reduce usage of acrn_vm
V1: In order to modularize vlapic, reduce the usage of acrn_vm. Its ovserved most of the functionality in vlapic can be achieved by using the substructure vm_hw_info inside acrn_vm, instead of using t
V1: In order to modularize vlapic, reduce the usage of acrn_vm. Its ovserved most of the functionality in vlapic can be achieved by using the substructure vm_hw_info inside acrn_vm, instead of using t
|
By
...
· #22997
·
|
|
[PATCH] RFC: Modularize vlapic to reduce usage of acrn_vm
In order to modularize vlapic, reduce the usage of acrn_vm. Its ovserved most of the functionality in vlapic can be achieved by using the substructure vm_hw_info inside acrn_vm, instead of using the w
In order to modularize vlapic, reduce the usage of acrn_vm. Its ovserved most of the functionality in vlapic can be achieved by using the substructure vm_hw_info inside acrn_vm, instead of using the w
|
By
...
· #22843
·
|
|
[PATCH] DM: Fix minor issue of USB vendor ID
Thanks Anthony. But the fix was in the bug itself. :) Arindam
Thanks Anthony. But the fix was in the bug itself. :) Arindam
|
By
...
· #22107
·
|
|
[PATCH] DM: Fix minor issue of USB vendor ID
Provide a minor fix for following is: Emulated USB controller Vendor ID and Device ID are swapped https://github.com/projectacrn/acrn-hypervisor/issues/3053 Signed-off-by: Arindam Roy <arindam.roy@int
Provide a minor fix for following is: Emulated USB controller Vendor ID and Device ID are swapped https://github.com/projectacrn/acrn-hypervisor/issues/3053 Signed-off-by: Arindam Roy <arindam.roy@int
|
By
...
· #22091
·
|
|
[PATCH] HV:Modularize vpic code to remove usage of acrn_vm
V1:Initial Patch Modularize vpic. The current patch reduces the usage of acrn_vm inside the vpic.c file. Due to the global natire of register_pio_handler, where acrn_vm is being passed, some usage rem
V1:Initial Patch Modularize vpic. The current patch reduces the usage of acrn_vm inside the vpic.c file. Due to the global natire of register_pio_handler, where acrn_vm is being passed, some usage rem
|
By
...
· #22090
·
|
|
[PATCH] HV:Modularize vpic code to remove usage of acrn_vm
Modularize vpic. The current patch reduces the usage of acrn_vm inside the vpic.c file. Due to the global natire of register_pio_handler, where acrn_vm is being passed, some usage remains. These needs
Modularize vpic. The current patch reduces the usage of acrn_vm inside the vpic.c file. Due to the global natire of register_pio_handler, where acrn_vm is being passed, some usage remains. These needs
|
By
...
· #21900
·
|
|
[PATCH] RFC: Modify is_sos_vm to use vm_id
V2: In many functions, acrn_vm is being directly used. This patch is an example patch, to get comments from reviewers, whether the proposed design choice is a good idea. This patch uses vm_type to che
V2: In many functions, acrn_vm is being directly used. This patch is an example patch, to get comments from reviewers, whether the proposed design choice is a good idea. This patch uses vm_type to che
|
By
...
· #20067
·
|
|
[PATCH] RFC: Modify is_sos_vm to use vm_id
In many functions, acrn_vm is being directly used. This patch is an example patch, to get comments from reviewers, whether the proposed design choice is a good idea. This patch uses vm_id to check whe
In many functions, acrn_vm is being directly used. This patch is an example patch, to get comments from reviewers, whether the proposed design choice is a good idea. This patch uses vm_id to check whe
|
By
...
· #19938
·
|
|
[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: #2694 Signed-off-by:
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: #2694 Signed-off-by:
|
By
...
· #19566
·
|
|
[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: #2893 Signed-off-by:
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: #2893 Signed-off-by:
|
By
...
· #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@...> --- hypervisor/bsp/include/bsp_ex
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@...> --- hypervisor/bsp/include/bsp_ex
|
By
...
· #19310
·
|
|
[PATCH] Subject: [PATCH] HV: Modularize boot folder
Hi Eddie, Is this good to go? Thanks, Arindam
Hi Eddie, Is this good to go? Thanks, Arindam
|
By
...
· #19270
·
|
|
[PATCH] Subject: [PATCH] HV: Modularize boot folder
Hi Eddie, For SOS vm, there is actually no translation happening, if we go through the wrapper functions. Hence removed them altogether. Arindam
Hi Eddie, For SOS vm, there is actually no translation happening, if we go through the wrapper functions. Hence removed them altogether. Arindam
|
By
...
· #19145
·
|
|
[PATCH] Subject: [PATCH] HV: Modularize boot folder
In order to remove the usage of hypervisor.h, modularize the boot folder. Current changes include modifications to remove usage of acrn_vm structure pointer, from some of the call, and remove calls to
In order to remove the usage of hypervisor.h, modularize the boot folder. Current changes include modifications to remove usage of acrn_vm structure pointer, from some of the call, and remove calls to
|
By
...
· #19131
·
|
|
[PATCH] HV: Modularize boot folder
In order remove the usage of hypervisor.h, modularize the boot folder. Current changes include modifications to remove usage of acrn_vm structure pointer, from some of the call, and remove calls to hy
In order remove the usage of hypervisor.h, modularize the boot folder. Current changes include modifications to remove usage of acrn_vm structure pointer, from some of the call, and remove calls to hy
|
By
...
· #18824
·
|
|
[PATCH] HV: Modularize vtd.c to remove acrn_vm usage
This patch is a modified one. It removes the usage of acrn_vm struct from inside vtd.c. It also puts struct iommu_domain inside vtd.h, from vtd.c. It modifies the signature of init_iommu_domain in ord
This patch is a modified one. It removes the usage of acrn_vm struct from inside vtd.c. It also puts struct iommu_domain inside vtd.h, from vtd.c. It modifies the signature of init_iommu_domain in ord
|
By
...
· #18364
·
|
|
[PATCH] HV: Modularize vtd.c to remove acrn_vm usage
This patch is a modified one. It removes the usage of acrn_vm struct from inside vtd.c. It also puts struct iommu_domain inside vtd.h, from vtd.c. It modifies the signature of init_iommu_domain in ord
This patch is a modified one. It removes the usage of acrn_vm struct from inside vtd.c. It also puts struct iommu_domain inside vtd.h, from vtd.c. It modifies the signature of init_iommu_domain in ord
|
By
...
· #18356
·
|
|
[PATCH] HV: Modularize vtd.c to remove acrn_vm usage
This patch is a modified one. It removes the usage of acrn_vm struct from inside vtd.c. It also puts struct iommu_domain inside vtd.h, from vtd.c. It modifies the signature of init_iommu_domain in ord
This patch is a modified one. It removes the usage of acrn_vm struct from inside vtd.c. It also puts struct iommu_domain inside vtd.h, from vtd.c. It modifies the signature of init_iommu_domain in ord
|
By
...
· #18348
·
|