|
Re: [PATCH v3] HV: fix "missing for discarded return value" for vm related api
OK, this is my fault. I am not aware the code here has been changed to prepare_vm() recently.
I will fix it in my next version.
The purpose here is want to return a failure.
Is it better to return a
OK, this is my fault. I am not aware the code here has been changed to prepare_vm() recently.
I will fix it in my next version.
The purpose here is want to return a failure.
Is it better to return a
|
By
Victor Sun
·
#10417
·
|
|
Re: [PATCH v2 1/3] HV: Add the emulation of CPUID with 0x16 leaf
By
Zhao, Yakui
·
#10416
·
|
|
Re: [PATCH] HV: hv_main: Add #ifdef HV_DEBUG before debug specific code
#ifdef
In general we should do in different patch for bug fix. But this one is simple for those compile option --- this looks like MISRAC patches, we can do together to save
In general we should do in different patch for bug fix. But this one is simple for those compile option --- this looks like MISRAC patches, we can do together to save
|
By
Eddie Dong
·
#10415
·
|
|
Re: [PATCH v3] HV: fix "missing for discarded return value" for vm related api
By
Eddie Dong
·
#10414
·
|
|
Re: [PATCH] HV: hv_main: Add #ifdef HV_DEBUG before debug specific code
#ifdef
Absolutely, we should do it. This should be done in another patch, right?
>
>
>
Absolutely, we should do it. This should be done in another patch, right?
>
>
>
|
By
Kaige Fu
·
#10413
·
|
|
Re: [PATCH 1/6] DM USB: xHCI: fix an xHCI issue to enable UOS s3 feature
Acked-by: Yu Wang <yu1.wang@...>
Acked-by: Yu Wang <yu1.wang@...>
|
By
Yu Wang
·
#10412
·
|
|
Re: [PATCH v3 1/1] vbs: fix virtio_vq_index_get func handling of multi VQ concurrent request.
Haven't fix the v2 comment... Please add one log followed v2 suggestion
Haven't fix the v2 comment... Please add one log followed v2 suggestion
|
By
Yu Wang
·
#10411
·
|
|
Re: [PATCH] tools: acrntrace: Add ring buffer mode
Can you please also modify the documentation (README.rst [1]) to reflect these changes?
[1] https://github.com/projectacrn/acrn-hypervisor/blob/master/tools/acrntrace/README.rst
Thanks,
Geoffroy
Can you please also modify the documentation (README.rst [1]) to reflect these changes?
[1] https://github.com/projectacrn/acrn-hypervisor/blob/master/tools/acrntrace/README.rst
Thanks,
Geoffroy
|
By
Geoffroy Van Cutsem
·
#10410
·
|
|
Re: [PATCH 1/2] vhm: add ioeventfd support for ACRN hypervisor service module
Is it better to be "(p->wildcard || p->data == data)" ?
Is it better to be "(p->wildcard || p->data == data)" ?
|
By
Jie Deng
·
#10409
·
|
|
[PATCH 4/6] DM USB: xHCI: refine port assignment logic
The variable native_assign_ports in struct pci_xhci_vdev is used
to record wether certain root hub port in SOS is assgned to UOS.
The logic is zero reserve and nonzero assignement.
In this patch, the
The variable native_assign_ports in struct pci_xhci_vdev is used
to record wether certain root hub port in SOS is assgned to UOS.
The logic is zero reserve and nonzero assignement.
In this patch, the
|
By
Wu, Xiaoguang
·
#10408
·
|
|
[PATCH 6/6] DM USB: xHCI: enable xHCI SOS S3 support
This patch enable the support for SOS S3 from the perspective
of USB xHCI.
Signed-off-by: Xiaoguang Wu <xiaoguang.wu@...>
Reviewed-by: Liang Yang <liang3.yang@...>
---
This patch enable the support for SOS S3 from the perspective
of USB xHCI.
Signed-off-by: Xiaoguang Wu <xiaoguang.wu@...>
Reviewed-by: Liang Yang <liang3.yang@...>
---
|
By
Wu, Xiaoguang
·
#10407
·
|
|
[PATCH 5/6] DM USB: xHCI: change flow of creation of virtual USB device
The xHCI emulation greatly depends on the user space library libusb
which is based on the usbfs module in Linux kernel. The libusb will
bind usbfs to physical USB device which makes hardware control
The xHCI emulation greatly depends on the user space library libusb
which is based on the usbfs module in Linux kernel. The libusb will
bind usbfs to physical USB device which makes hardware control
|
By
Wu, Xiaoguang
·
#10406
·
|
|
[PATCH 3/6] DM USB: introduce struct usb_native_devinfo
Current design cannot get physical USB device information without
the creation of pci_xhci_dev_emu. This brings some dificulties in
certain situations, hence struct usb_native_devinfo is introduced
to
Current design cannot get physical USB device information without
the creation of pci_xhci_dev_emu. This brings some dificulties in
certain situations, hence struct usb_native_devinfo is introduced
to
|
By
Wu, Xiaoguang
·
#10405
·
|
|
[PATCH 1/6] DM USB: xHCI: fix an xHCI issue to enable UOS s3 feature
Current DM design use two variables to do the indexing of xHCI
Event Ring: er_enq_idx and er_events_cnt. They are members of
the struct pci_xhci_rtsregs.
In UOS, during the process of xHCI resuming,
Current DM design use two variables to do the indexing of xHCI
Event Ring: er_enq_idx and er_events_cnt. They are members of
the struct pci_xhci_rtsregs.
In UOS, during the process of xHCI resuming,
|
By
Wu, Xiaoguang
·
#10404
·
|
|
[PATCH 2/6] DM USB: xHCI: refine xHCI PORTSC Register related functions
PORTSC (Port Status and Control Register) register play a very
important role in USB sub-system. This patch is used to refine
related manipulation functions.
Signed-off-by: Xiaoguang Wu
PORTSC (Port Status and Control Register) register play a very
important role in USB sub-system. This patch is used to refine
related manipulation functions.
Signed-off-by: Xiaoguang Wu
|
By
Wu, Xiaoguang
·
#10403
·
|
|
[PATCH 0/6] USB xHCI S3 support
This patchset enable the USB xHCI S3 feature.
Xiaoguang Wu (6):
DM USB: xHCI: fix an xHCI issue to enable UOS s3 feature
DM USB: xHCI: refine xHCI PORTSC Register related functions
DM USB:
This patchset enable the USB xHCI S3 feature.
Xiaoguang Wu (6):
DM USB: xHCI: fix an xHCI issue to enable UOS s3 feature
DM USB: xHCI: refine xHCI PORTSC Register related functions
DM USB:
|
By
Wu, Xiaoguang
·
#10402
·
|
|
Re: [PATCH v3] HV: fix "missing for discarded return value" for vm related api
Hi Eddie/Anthony,
Do you have any comments on this one?
Hi Eddie/Anthony,
Do you have any comments on this one?
|
By
Victor Sun
·
#10401
·
|
|
Re: [PATCH] hv:Fix misra-c return value violations for vioapic APIs
By
Eddie Dong
·
#10400
·
|
|
Re: [PATCH] HV: handle trusty on vm reset
HI Eddie, do you mean misra violation that mingqiang addressed?
If so, please give me a ACK in my V2 patch.
BR,
Victor
HI Eddie, do you mean misra violation that mingqiang addressed?
If so, please give me a ACK in my V2 patch.
BR,
Victor
|
By
Victor Sun
·
#10399
·
|
|
Re: [PATCH v2] HV: handle trusty on vm reset
Acked-by: Eddie Dong <eddie.dong@...>
Acked-by: Eddie Dong <eddie.dong@...>
|
By
Eddie Dong
·
#10398
·
|