|
[PATCH] config_tools: add placeholders in input widgets
The configurator today shows "Please Input" as the placeholder of input widgets, which is far from informative. This patch specifies element or type specific placeholders in the XML schema by reusing
The configurator today shows "Please Input" as the placeholder of input widgets, which is far from informative. This patch specifies element or type specific placeholders in the XML schema by reusing
|
By
Junjie Mao
·
|
|
[PATCH v6 3/4] hv: move the MAX_VUART_NUM_PER_VM to offline tool 3 messages
Current code limit the MAX vUART number to 8 which is not enough for Service VM which should config S5 UART for each user VM. We could count how many vUARTs we need by offline tool, so remove the defi
Current code limit the MAX vUART number to 8 which is not enough for Service VM which should config S5 UART for each user VM. We could count how many vUARTs we need by offline tool, so remove the defi
|
By
chenli.wei
·
|
|
[PATCH v6 4/4] hv: refine the define of *PIO_IDX 6 messages
The current code define *PIO_IDX by macro, it's not a good style and the UART PIO was in the middle of these macro which should move to the end to conveniently modify. This patch change these macro to
The current code define *PIO_IDX by macro, it's not a good style and the UART PIO was in the middle of these macro which should move to the end to conveniently modify. This patch change these macro to
|
By
chenli.wei
·
|
|
[PATCH v6 2/4] misc: define the MAX_VUART_NUM_PER_VM by offline tool 3 messages
The current code define MAX_VUART_NUM_PER_VM for all VM and it's a hard code which can't match our vUART logic which need dynamic setting. This patch move the define of MAX_VUART_NUM_PER_VM to offline
The current code define MAX_VUART_NUM_PER_VM for all VM and it's a hard code which can't match our vUART logic which need dynamic setting. This patch move the define of MAX_VUART_NUM_PER_VM to offline
|
By
chenli.wei
·
|
|
[PATCH v6 1/4] misc: add vUART channel for s5 feature 2 messages
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
|
By
chenli.wei
·
|
|
[PATCH v6 0/4] Add vUART channel for s5 feature
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
|
By
chenli.wei
·
|
|
[PATCH v5 2/4] misc: define the MAX_VUART_NUM_PER_VM by offline tool 3 messages
The current code define MAX_VUART_NUM_PER_VM for all VM and it's a hard code which can't match our vUART logic which need dynamic setting. This patch move the define of MAX_VUART_NUM_PER_VM to offline
The current code define MAX_VUART_NUM_PER_VM for all VM and it's a hard code which can't match our vUART logic which need dynamic setting. This patch move the define of MAX_VUART_NUM_PER_VM to offline
|
By
chenli.wei
·
|
|
[PATCH v5 1/4] misc: add vUART channel for s5 feature 2 messages
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
|
By
chenli.wei
·
|
|
[PATCH v5 4/4] hv: refine the define of *PIO_IDX
The current code define *PIO_IDX by macro, it's not a good style and the UART PIO was in the middle of these macro which should move to the end to conveniently modify. This patch change these macro to
The current code define *PIO_IDX by macro, it's not a good style and the UART PIO was in the middle of these macro which should move to the end to conveniently modify. This patch change these macro to
|
By
chenli.wei
·
|
|
[PATCH v5 3/4] hv: move the MAX_VUART_NUM_PER_VM to offline tool
Current code limit the MAX vUART number to 8 which is not enough for Service VM which should config S5 UART for each user VM. We could count how many vUARTs we need by offline tool, so remove the defi
Current code limit the MAX vUART number to 8 which is not enough for Service VM which should config S5 UART for each user VM. We could count how many vUARTs we need by offline tool, so remove the defi
|
By
chenli.wei
·
|
|
[PATCH v5 0/4] Add vUART channel for s5 feature
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
"S5" is one of the ACPI sleep states which means the function to shut down the VMs. On ACRN, the User VM must be shut down before powering off the Service VM, so we need a vUART channel to communicate
|
By
chenli.wei
·
|
|
[PATCH v4 3/3] ACRN: DM: Fix the virtio negotiated features bug. 2 messages
The virtio negotiated features bit is 64bit and the front end driver will write the value in two steps the high 32bit and low 32bit. The patch fix the features bit set flow. Signed-off-by: Liu Long <l
The virtio negotiated features bit is 64bit and the front end driver will write the value in two steps the high 32bit and low 32bit. The patch fix the features bit set flow. Signed-off-by: Liu Long <l
|
By
Long Liu
·
|
|
[PATCH v4 2/3] ACRN: DM: Implement the vhost vsock 2 messages
Implement the vhost vsock in ACRN device model. The patch handles the vhost_vsock kernel module and implement vsock based on the vhost. Signed-off-by: Liu Long <long.liu@...> --- devicemodel/Makefile
Implement the vhost vsock in ACRN device model. The patch handles the vhost_vsock kernel module and implement vsock based on the vhost. Signed-off-by: Liu Long <long.liu@...> --- devicemodel/Makefile
|
By
Long Liu
·
|
|
[PATCH v4 1/3] ACRN: DM: Expose the vhost kernel ioctrl API 2 messages
The patch expose the vhost kernel ioctrl API and remove the virtio_net operation functions to the virtio_net code module. Signed-off-by: Liu Long <long.liu@...> --- devicemodel/hw/pci/virtio/vhost.c |
The patch expose the vhost kernel ioctrl API and remove the virtio_net operation functions to the virtio_net code module. Signed-off-by: Liu Long <long.liu@...> --- devicemodel/hw/pci/virtio/vhost.c |
|
By
Long Liu
·
|
|
[PATCH v4 0/3] Implement vsock in ACRN device-model
v3->v4: 1. Swap the patch order of patch 1 and patch 2. 2. Clear the feature bit before set the value in pci write. 3. Fix the comments of V3. Liu Long (3): ACRN: DM: Expose the vhost kernel ioctrl AP
v3->v4: 1. Swap the patch order of patch 1 and patch 2. 2. Clear the feature bit before set the value in pci write. 3. Fix the comments of V3. Liu Long (3): ACRN: DM: Expose the vhost kernel ioctrl AP
|
By
Long Liu
·
|
|
[PATCH v4 2/2] misc: modify the generate logic of vcat config
The current code generate vcat info by count the CLOS MASK and the scenario xml should set multiple times. It is not an ideal solution, so we add an "virtual_cat_number" element to set the virtual CLO
The current code generate vcat info by count the CLOS MASK and the scenario xml should set multiple times. It is not an ideal solution, so we add an "virtual_cat_number" element to set the virtual CLO
|
By
chenli.wei
·
|
|
[PATCH v4 1/2] misc: refine CLOS module for expansibility
This patch refine CLOS module by the following aspects: 1 Unified CACHE_ID type to Hex Format 2 Rewrite policy merge with RDT Class 3 Modify the logic of generate CPU mask v3-->v4: 1. fix the RdtPolic
This patch refine CLOS module by the following aspects: 1 Unified CACHE_ID type to Hex Format 2 Rewrite policy merge with RDT Class 3 Modify the logic of generate CPU mask v3-->v4: 1. fix the RdtPolic
|
By
chenli.wei
·
|
|
[PATCH v4 0/2] Refine for RDT
1 Unified CACHE_ID type to Hex Format 2 Rewrite policy merge with RDT Class 3 Modify the logic of generate CPU mask 4 Modify the generate logic of vcat config Chenli Wei (2): misc: refine CLOS module
1 Unified CACHE_ID type to Hex Format 2 Rewrite policy merge with RDT Class 3 Modify the logic of generate CPU mask 4 Modify the generate logic of vcat config Chenli Wei (2): misc: refine CLOS module
|
By
chenli.wei
·
|
|
[PATCH v3 2/2] misc: modify the generate logic of vcat config
The current code generate vcat info by count the CLOS MASK and the scenario xml should set multiple times. It is not an ideal solution, so we add an "virtual_cat_number" element to set the virtual CLO
The current code generate vcat info by count the CLOS MASK and the scenario xml should set multiple times. It is not an ideal solution, so we add an "virtual_cat_number" element to set the virtual CLO
|
By
chenli.wei
·
|
|
[PATCH v3 1/2] misc: refine CLOS module for expansibility
This patch refine CLOS module by the following aspects: 1 Unified CACHE_ID type to Hex Format 2 Rewrite policy merge with RDT Class 3 Modify the logic of generate CPU mask v2-->v3: 1. Add some new cla
This patch refine CLOS module by the following aspects: 1 Unified CACHE_ID type to Hex Format 2 Rewrite policy merge with RDT Class 3 Modify the logic of generate CPU mask v2-->v3: 1. Add some new cla
|
By
chenli.wei
·
|