|
Re: [PATCH] dm: passthru: enable NHLT table for audio passthru
By
Geoffroy Van Cutsem
·
#11872
·
|
|
[PATCH] dm: passthru: enable NHLT table for audio passthru
cVAS audio driver depends on the NHLT table for topology.
Enable NHLT table in DM for audio passthrough.
Also increase the size reserved for NHLT in ACPI table from 2048B to 2560B.
Signed-off-by:
cVAS audio driver depends on the NHLT table for topology.
Enable NHLT table in DM for audio passthrough.
Also increase the size reserved for NHLT in ACPI table from 2048B to 2560B.
Signed-off-by:
|
By
Wu, Binbin
·
#11871
·
|
|
[PATCH] HV: modify code for intr storm detect & handling
This patch is to enhance the feature of "interrupt storm
mitigation"; when interrupt storm happens on one UOS
it should keep as smaller effect to SOS as possible.
Add variables in PTdev entry & VM,
This patch is to enhance the feature of "interrupt storm
mitigation"; when interrupt storm happens on one UOS
it should keep as smaller effect to SOS as possible.
Add variables in PTdev entry & VM,
|
By
Minggui Cao
·
#11870
·
|
|
[PATCH v2 2/2] DM: update tap device name
From: Li Zhijian <zhijianli88@...>
we already supported dynamic tap device name
Signed-off-by: Li Zhijian <zhijianli88@...>
---
devicemodel/samples/apl-mrb/launch_uos.sh | 40
From: Li Zhijian <zhijianli88@...>
we already supported dynamic tap device name
Signed-off-by: Li Zhijian <zhijianli88@...>
---
devicemodel/samples/apl-mrb/launch_uos.sh | 40
|
By
Li Zhijian
·
#11869
·
|
|
[PATCH v2 1/2] DM: use dynamic tap name
From: Li Zhijian <zhijianli88@...>
if 2 UOS use the a same tap device as backend, there is no any
warnings/errors before, that means 2 UOS send/receive packets to/from
the same tap device. it's
From: Li Zhijian <zhijianli88@...>
if 2 UOS use the a same tap device as backend, there is no any
warnings/errors before, that means 2 UOS send/receive packets to/from
the same tap device. it's
|
By
Li Zhijian
·
#11868
·
|
|
Re: [PATCH] dm: workaroud for DM crash when doing fastboot reboot
Acked-by: Yu Wang <yu1.wang@...>
Acked-by: Yu Wang <yu1.wang@...>
|
By
Yu Wang
·
#11867
·
|
|
[PATCH] dm: workaroud for DM crash when doing fastboot reboot
This is temperory workaround for DM crash when doing fastboot
reboot. In fastboot, it will disable USB host functionality by
disable device respsone to one PCI bar. While DM code just release
the bar
This is temperory workaround for DM crash when doing fastboot
reboot. In fastboot, it will disable USB host functionality by
disable device respsone to one PCI bar. While DM code just release
the bar
|
By
Yin, Fengwei <fengwei.yin@...>
·
#11866
·
|
|
Re: [PATCH] dm: virtio_net: remove netmap/vale backend support
Thanks for declaration. If we keep it, can this part of code
be excluded from the code coverage statistics for this moment ?
since we can't use/test it for now
Thanks for declaration. If we keep it, can this part of code
be excluded from the code coverage statistics for this moment ?
since we can't use/test it for now
|
By
Jie Deng
·
#11865
·
|
|
Re: [PATCH v2] x86: config: enable VHOST & VHOST_NET
Acked-by: Eddie Dong <eddie.dong@...>
Acked-by: Eddie Dong <eddie.dong@...>
|
By
Eddie Dong
·
#11864
·
|
|
[PATCH v2] x86: config: enable VHOST & VHOST_NET
Enable VHOST_NET & VHOST to accelerate guest networking with
virtio_net.
v2: enabled as modules instead of built-in.
Tracked-On: projectacrn/acrn-hypervisor#1240
Signed-off-by: Jian Jun Chen
Enable VHOST_NET & VHOST to accelerate guest networking with
virtio_net.
v2: enabled as modules instead of built-in.
Tracked-On: projectacrn/acrn-hypervisor#1240
Signed-off-by: Jian Jun Chen
|
By
Jian Jun Chen
·
#11863
·
|
|
Re: [PATCH v2] sos: vhm: add hypercall to set guest vcpu state
Let us not limit to BSP only. It could be reused some time later for AP.
Vm_id is probably needed for the hypercall.
Thx Eddie
Let us not limit to BSP only. It could be reused some time later for AP.
Vm_id is probably needed for the hypercall.
Thx Eddie
|
By
Eddie Dong
·
#11862
·
|
|
Re: [PATCH v2] sos: vhm: add hypercall to set guest vcpu state
By
Zhao, Yakui
·
#11861
·
|
|
ACRN Project Technical Community Meeting: @ Weekly 9PM-10PM (China-Shanghai), 6AM-7AM (US-West Coast), 3PM-4PM (Europe-London)
Agenda of 9/19: RemoveDynamic Memory Allocation Code in ACRN
Description: One of ACRN’s goal is to achieve Functional Safety. According to IEC 61508:2010, ISO 26262:2011, it’s not allowed to use
Agenda of 9/19: RemoveDynamic Memory Allocation Code in ACRN
Description: One of ACRN’s goal is to achieve Functional Safety. According to IEC 61508:2010, ISO 26262:2011, it’s not allowed to use
|
By
Wang, Hongbo
·
#11860
·
|
|
[PATCH] dm: fix the issue when guest tries to disable memory range access
According to PCI spec 3.0 section 6.2.2 "Device Control", guest
could write the command register to control device response to
io/mem access.
The origial code register/unregister the memory range
According to PCI spec 3.0 section 6.2.2 "Device Control", guest
could write the command register to control device response to
io/mem access.
The origial code register/unregister the memory range
|
By
Yin, Fengwei <fengwei.yin@...>
·
#11859
·
|
|
[PATCH v2] hv: Fix two minor issues in instruction emulation code
1. The wrong operand size is assigned in instruction decode phase
if the operand size is 1 byte.
According to the SDM, the bit 0(w bit) of opcode should be checked
first to detect whether
1. The wrong operand size is assigned in instruction decode phase
if the operand size is 1 byte.
According to the SDM, the bit 0(w bit) of opcode should be checked
first to detect whether
|
By
Yin, Fengwei <fengwei.yin@...>
·
#11858
·
|
|
Re: [PATCH v2] sos: vhm: add hypercall to set guest vcpu state
Oops. Let me check.
Regards
Yin, Fengwei
Oops. Let me check.
Regards
Yin, Fengwei
|
By
Yin, Fengwei <fengwei.yin@...>
·
#11857
·
|
|
Re: [PATCH v2] sos: vhm: add hypercall to set guest vcpu state
Reviewed-by: Eddie Dong <eddie.dong@...>
BTW, seems you are not using TAB...
Reviewed-by: Eddie Dong <eddie.dong@...>
BTW, seems you are not using TAB...
|
By
Eddie Dong
·
#11856
·
|
|
Re: [PATCH 1/2] DM: use dynamic tap name
Good. Thanks.
By
Jie Deng
·
#11855
·
|
|
Re: [PATCH] dm: virtio_net: remove netmap/vale backend support
This is not priority patch for now. Let us hold for a while...
Thx Eddie
This is not priority patch for now. Let us hold for a while...
Thx Eddie
|
By
Eddie Dong
·
#11854
·
|
|
Re: [PATCH v2] HV: Refined tss
Not sure if it is really not used.
Not sure if it is really not used.
|
By
Eddie Dong
·
#11853
·
|