|
[PATCH v2 3/3] dm: fix uninitialized heap access risk in virtio GPU
From: Yonghua Huang <yonghua.huang@...> This patch fix potential uninitialized heap use in virtio_gpu.c file. Signed-off-by: Yonghua Huang <yonghua.huang@...> --- devicemodel/hw/pci/virtio/virtio_gpu.
From: Yonghua Huang <yonghua.huang@...> This patch fix potential uninitialized heap use in virtio_gpu.c file. Signed-off-by: Yonghua Huang <yonghua.huang@...> --- devicemodel/hw/pci/virtio/virtio_gpu.
|
By
Yonghua Huang
·
|
|
[PATCH v2 1/3] dm: fix NULL pointer dereference risk in vhost vsock
From: Yonghua Huang <yonghua.huang@...> Pointer 'vsock->vhost_vsock' returned from call to function 'vhost_vsock_init' may be NULL and will be dereferenced when calling 'vhost_vsock_set_guest_cid()'.
From: Yonghua Huang <yonghua.huang@...> Pointer 'vsock->vhost_vsock' returned from call to function 'vhost_vsock_init' may be NULL and will be dereferenced when calling 'vhost_vsock_set_guest_cid()'.
|
By
Yonghua Huang
·
|
|
[PATCH v1] config-tools: improve the message of 95-usb.py
From: yuchuyang <yu-chu.yang@...> Improve the logging message of extracting USB device information. Signed-off-by: yuchuyang <yu-chu.yang@...> --- .../board_inspector/extractors/95-usb.py | 30 +++++++
From: yuchuyang <yu-chu.yang@...> Improve the logging message of extracting USB device information. Signed-off-by: yuchuyang <yu-chu.yang@...> --- .../board_inspector/extractors/95-usb.py | 30 +++++++
|
By
Yang, Yu-chu
·
|
|
[PATCH 3/3] dm: fix uninitialized heap access risk in virtio GPU
2 messages
From: Yonghua Huang <yonghua.huang@...> This patch fix potential uninitialized heap use in virtio_gpu.c file. Signed-off-by: Yonghua Huang <yonghua.huang@...> --- devicemodel/hw/pci/virtio/virtio_gpu.
From: Yonghua Huang <yonghua.huang@...> This patch fix potential uninitialized heap use in virtio_gpu.c file. Signed-off-by: Yonghua Huang <yonghua.huang@...> --- devicemodel/hw/pci/virtio/virtio_gpu.
|
By
Yonghua Huang
·
|
|
[PATCH 2/3] dm:ivi:fix NULL pointer dereference risk in vdisplay
2 messages
From: Yonghua Huang <yonghua.huang@...> this patch fix several issues that NULL pointers maybe be dereferenced in display module. Signed-off-by: Yonghua Huang <yonghua.huang@...> --- devicemodel/hw/pc
From: Yonghua Huang <yonghua.huang@...> this patch fix several issues that NULL pointers maybe be dereferenced in display module. Signed-off-by: Yonghua Huang <yonghua.huang@...> --- devicemodel/hw/pc
|
By
Yonghua Huang
·
|
|
[PATCH v2] config-tools: generate config_summary.rst
2 messages
From: yuchuyang <yu-chu.yang@...> Generate config_summary.rst when saving scneario XML and launch scripts. v1->v2 1. config.vue: fix the error message. generate -> generation 2. remove scneario name f
From: yuchuyang <yu-chu.yang@...> Generate config_summary.rst when saving scneario XML and launch scripts. v1->v2 1. config.vue: fix the error message. generate -> generation 2. remove scneario name f
|
By
Yang, Yu-chu
·
|
|
[PATCH v1] config-tools: generate config_summary.rst
2 messages
From: yuchuyang <yu-chu.yang@...> Generate config_summary.rst when saving scneario XML and launch scripts. Tracked-On: #8300 Signed-off-by: yuchuyang <yu-chu.yang@...> --- .../packages/configurator/sr
From: yuchuyang <yu-chu.yang@...> Generate config_summary.rst when saving scneario XML and launch scripts. Tracked-On: #8300 Signed-off-by: yuchuyang <yu-chu.yang@...> --- .../packages/configurator/sr
|
By
Yang, Yu-chu
·
|
|
[PATCH] extend uio driver to supports msix
This patch extends UIO PCI generic driver to support MSI-X interrupt. Tracked-On:projectacrn/acrn-hypervisor#5407 Signed-off-by: Yonghua Huang <yonghua.huang@...> Signed-off-by: Yuan Liu <yuan1.liu@..
This patch extends UIO PCI generic driver to support MSI-X interrupt. Tracked-On:projectacrn/acrn-hypervisor#5407 Signed-off-by: Yonghua Huang <yonghua.huang@...> Signed-off-by: Yuan Liu <yuan1.liu@..
|
By
Yonghua Huang
·
|
|
[PATCH v2] config-tools: generate success message of board inspector
2 messages
From: yuchuyang <yu-chu.yang@...> Success message should be generated even there is no warning. Remove the condition "len(warning_list) != 0". v1->v2 Do not add "else", instead remove len(warning_list
From: yuchuyang <yu-chu.yang@...> Success message should be generated even there is no warning. Remove the condition "len(warning_list) != 0". v1->v2 Do not add "else", instead remove len(warning_list
|
By
Yang, Yu-chu
·
|
|
[PATCH v1] config-tools: add board inspector success message
2 messages
From: yuchuyang <yu-chu.yang@...> Add success message of board inspector when there is no warning, error and critical issue. Signed-off-by: yuchuyang <yu-chu.yang@...> --- misc/config_tools/board_insp
From: yuchuyang <yu-chu.yang@...> Add success message of board inspector when there is no warning, error and critical issue. Signed-off-by: yuchuyang <yu-chu.yang@...> --- misc/config_tools/board_insp
|
By
Yang, Yu-chu
·
|
|
[PATCH v2] config-tools: fix virio GPU rendering issue
2 messages
From: yuchuyang <yu-chu.yang@...> Fix the following issues: 1. <gpu> and <displays> elements are added to scenario XML when they are not configured. 2. Virtio GPU components disappears after switching
From: yuchuyang <yu-chu.yang@...> Fix the following issues: 1. <gpu> and <displays> elements are added to scenario XML when they are not configured. 2. Virtio GPU components disappears after switching
|
By
Yang, Yu-chu
·
|
|
[PATCH] config tool: combine multiple xhci to one line
2 messages
generate one line of parameter in launch scipt for multiple xchi configs in scenario.xml. Signed-off-by: hangliu1 <hang1.liu@...> --- misc/config_tools/launch_config/launch_cfg_gen.py | 5 ++++- 1 file
generate one line of parameter in launch scipt for multiple xchi configs in scenario.xml. Signed-off-by: hangliu1 <hang1.liu@...> --- misc/config_tools/launch_config/launch_cfg_gen.py | 5 ++++- 1 file
|
By
hangliu1
·
|
|
[PATCH] static_allocator: skip ACPI objects referring all functions of a PCI device
According to section 6.1.1, ACPI Spec 6.4, _ADR of a device object under PCI/PCIe bus can use a special function number 0xFFFF to refer to all functions of a certain device. Such objects will have the
According to section 6.1.1, ACPI Spec 6.4, _ADR of a device object under PCI/PCIe bus can use a special function number 0xFFFF to refer to all functions of a certain device. Such objects will have the
|
By
Junjie Mao
·
|
|
[PATCH] debian/rules: adapt to configurator-generated work folders
When building debian packages using one or more work folders generated by the configurator, the build system will use the name of the work folder as the scenario name because the configurator always n
When building debian packages using one or more work folders generated by the configurator, the build system will use the name of the work folder as the scenario name because the configurator always n
|
By
Junjie Mao
·
|
|
[PATCH v1] config-tools: fix virio GPU rendering issue
2 messages
From: yuchuyang <yu-chu.yang@...> Fix the following issues: 1. <gpu> and <displays> elements are added to scenario XML when they are not configured. 2. Virtio GPU components disappears after switching
From: yuchuyang <yu-chu.yang@...> Fix the following issues: 1. <gpu> and <displays> elements are added to scenario XML when they are not configured. 2. Virtio GPU components disappears after switching
|
By
Yang, Yu-chu
·
|
|
[PATCH v1] config-tools: rerendering the data after importing different board XML
2 messages
From: yuchuyang <yu-chu.yang@...> Switch tag in order to trigger the component rerendering after importing different board XML. Signed-off-by: yuchuyang <yu-chu.yang@...> --- .../configurator/packages
From: yuchuyang <yu-chu.yang@...> Switch tag in order to trigger the component rerendering after importing different board XML. Signed-off-by: yuchuyang <yu-chu.yang@...> --- .../configurator/packages
|
By
Yang, Yu-chu
·
|
|
[PATCH] misc: rename common.py to avoid private library conflict
From: Chenli Wei <chenli.wei@...> The offline tool use a utility libary and use "common" to named it, this name conflict with some customer's local library, so we rename it to a better and clear name.
From: Chenli Wei <chenli.wei@...> The offline tool use a utility libary and use "common" to named it, this name conflict with some customer's local library, so we rename it to a better and clear name.
|
By
chenli.wei
·
|
|
[PATCH v3 2/2] HV: remove rewrite of PMU guest flag in acrn dm
2 messages
Exclude "GUEST_FLAG_PMU_PASSTHROUGH" from DM_OWNED_GUEST_FLAG_MASK in case device model rewrite the value in release mode, reserve it in debug mode. Signed-off-by: hangliu1 <hang1.liu@...> Tracked-On:
Exclude "GUEST_FLAG_PMU_PASSTHROUGH" from DM_OWNED_GUEST_FLAG_MASK in case device model rewrite the value in release mode, reserve it in debug mode. Signed-off-by: hangliu1 <hang1.liu@...> Tracked-On:
|
By
hangliu1
·
|
|
[PATCH v2 2/2] HV: remove rewrite of PMU guest flag in acrn dm
3 messages
Exclude "GUEST_FLAG_PMU_PASSTHROUGH" from DM_OWNED_GUEST_FLAG_MASK in case device model rewrite the value in release mode. Signed-off-by: hangliu1 <hang1.liu@...> Tracked-On:#6690 --- hypervisor/inclu
Exclude "GUEST_FLAG_PMU_PASSTHROUGH" from DM_OWNED_GUEST_FLAG_MASK in case device model rewrite the value in release mode. Signed-off-by: hangliu1 <hang1.liu@...> Tracked-On:#6690 --- hypervisor/inclu
|
By
hangliu1
·
|
|
[PATCH v3 1/2] config tool:add debug mode limitation for PMU
In release mode, "GUEST_FLAG_PMU_PASSTHROUGH" is not generated for specific VM. Signed-off-by: hangliu1 <hang1.liu@...> Tracked-On:#6690 --- misc/config_tools/static_allocators/guest_flags.py | 2 +- 1
In release mode, "GUEST_FLAG_PMU_PASSTHROUGH" is not generated for specific VM. Signed-off-by: hangliu1 <hang1.liu@...> Tracked-On:#6690 --- misc/config_tools/static_allocators/guest_flags.py | 2 +- 1
|
By
hangliu1
·
|