|
[PATCH 1/8] ACRN:DM:VDISPLAY: Refine display API to support multi scanout_window
Currenly it can support only one display_win. When virtio-gpu wants to display
the framebuffer from Guest_vm, it will render it into the default win. In order
to support multi-window, the scanout_id
Currenly it can support only one display_win. When virtio-gpu wants to display
the framebuffer from Guest_vm, it will render it into the default win. In order
to support multi-window, the scanout_id
|
By
Zhao, Yakui
·
#36469
·
|
|
[PATCH 0/8] ACRN:DM:VGPU Add the support of Multi-display for guest_vm
Virtio-gpu is added to support the display for Guest VM. The Virtio-gpu driver in guest vm
will try to submit the cmd of framebuffer that needs to be displayed. The virtio-gpu BE driver
will call the
Virtio-gpu is added to support the display for Guest VM. The Virtio-gpu driver in guest vm
will try to submit the cmd of framebuffer that needs to be displayed. The virtio-gpu BE driver
will call the
|
By
Zhao, Yakui
·
#36468
·
|
|
Re: [PATCH] misc: add assert to check the vBDF conflict
OK, Let's check Service VM only.
>
OK, Let's check Service VM only.
>
|
By
chenli.wei
·
#36467
·
|
|
Re: [PATCH] misc: add assert to check the vBDF conflict
"chenli.wei" <chenli.wei@...> writes:
Aren't the vBDF of passthrough devices of a pre-launched VM allocated by
the config tools rather than specified by users?
--
Best Regards
Junjie
"chenli.wei" <chenli.wei@...> writes:
Aren't the vBDF of passthrough devices of a pre-launched VM allocated by
the config tools rather than specified by users?
--
Best Regards
Junjie
|
By
Junjie Mao
·
#36466
·
|
|
[PATCH v1 3/3] dm: vdisplay: multi-vdisplay support.
From: Sun Peng <peng.p.sun@...>
Allow one VM have more than 1 virtual display for output. Till now, the
max virtual display number is 2. So guest VM can use dual display for
mirror and
From: Sun Peng <peng.p.sun@...>
Allow one VM have more than 1 virtual display for output. Till now, the
max virtual display number is 2. So guest VM can use dual display for
mirror and
|
By
Sun, Peng
·
#36465
·
|
|
[PATCH v1 2/3] dm: vdisplay: refine vdisplay core concept abstractions
From: Sun Peng <peng.p.sun@...>
Add new concept "vscreen" to abstract all specs about screen in a
display server. This can provide convenience to add more screens
for one
From: Sun Peng <peng.p.sun@...>
Add new concept "vscreen" to abstract all specs about screen in a
display server. This can provide convenience to add more screens
for one
|
By
Sun, Peng
·
#36464
·
|
|
[PATCH v1 1/3] dm: vdisplay: multi-local-mornitor support.
From: Sun Peng <peng.p.sun@...>
To support full screen mode on one of multi-local-mornitor which
connected to SOS by monitor ID that customer specify. The monitor ID is
specified in
From: Sun Peng <peng.p.sun@...>
To support full screen mode on one of multi-local-mornitor which
connected to SOS by monitor ID that customer specify. The monitor ID is
specified in
|
By
Sun, Peng
·
#36463
·
|
|
Re: [PATCH 4/4] hv: change 'DISABLED' settings to 'ENABLED'
Acked-by: Eddie Dong <eddie.dong@...>
Acked-by: Eddie Dong <eddie.dong@...>
|
By
Eddie Dong
·
#36462
·
|
|
Re: [PATCH] misc: add assert to check the vBDF conflict
I thinks the pre-launched VM's vBDF setting should also be checked if we don't check every VM.
I thinks the pre-launched VM's vBDF setting should also be checked if we don't check every VM.
|
By
chenli.wei
·
#36461
·
|
|
Re: [PATCH 0/4] change 'DISABLED' style settings to 'ENABLED' style
"Zhou, Wu" <wu.zhou@...> writes:
The names "AC_ENABLED" and "GP_ENABLED" are quite vague as AC and GP are
names of exceptions and it is not straightforward to say what it means
to enable
"Zhou, Wu" <wu.zhou@...> writes:
The names "AC_ENABLED" and "GP_ENABLED" are quite vague as AC and GP are
names of exceptions and it is not straightforward to say what it means
to enable
|
By
Junjie Mao
·
#36460
·
|
|
Re: [PATCH] config_tools: fix vBDF schema pattern issue
Kunhui-Li <kunhuix.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
Kunhui-Li <kunhuix.li@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#36459
·
|
|
Re: [PATCH] misc: add assert to check the vBDF conflict
Chenli Wei <chenli.wei@...> writes:
Shall we check only the BDFs of ivshmem/vUART devices for the service
VM? To other VMs the BDFs are generated by the config tools which should
be able
Chenli Wei <chenli.wei@...> writes:
Shall we check only the BDFs of ivshmem/vUART devices for the service
VM? To other VMs the BDFs are generated by the config tools which should
be able
|
By
Junjie Mao
·
#36458
·
|
|
Re: [PATCH] vUART and IVSHMEM widgets don't generate address
Chuang Ke <chuangx.ke@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
One minor coding style issue below.
Mind the indentation.
--
Best Regards
Junjie Mao
Chuang Ke <chuangx.ke@...> writes:
Reviewed-by: Junjie Mao <junjie.mao@...>
One minor coding style issue below.
Mind the indentation.
--
Best Regards
Junjie Mao
|
By
Junjie Mao
·
#36457
·
|
|
[PATCH] config_tools: fix vBDF schema pattern issue
add escape charater to fix vBDF pattern match any character issue
for vUART and ivshmem.
Tracked-On: #7925
Signed-off-by: Kunhui-Li <kunhuix.li@...>
---
misc/config_tools/schema/types.xsd | 2
add escape charater to fix vBDF pattern match any character issue
for vUART and ivshmem.
Tracked-On: #7925
Signed-off-by: Kunhui-Li <kunhuix.li@...>
---
misc/config_tools/schema/types.xsd | 2
|
By
Kunhui Li
·
#36456
·
|
|
[PATCH 4/4] hv: change 'DISABLED' settings to 'ENABLED'
In order to improve DX, 'DISABLED' style configurator settings are
changed to 'ENABLED' style. The meaning of the MACROs are reversed,
so in the hv code we have to change '#ifndef' -> '#ifdef'
In order to improve DX, 'DISABLED' style configurator settings are
changed to 'ENABLED' style. The meaning of the MACROs are reversed,
so in the hv code we have to change '#ifndef' -> '#ifdef'
|
By
Zhou, Wu
·
#36455
·
|
|
[PATCH 3/4] config-tools: change 'DISABLED' settings to 'ENABLED' in config xml
In order to improve DX, 'DISABLED' style configurator settings are
changed to 'ENABLED' style. The config xml files need too be changed
accordingly.
Including:
- MCE_ON_PSC_DISABLED ->
In order to improve DX, 'DISABLED' style configurator settings are
changed to 'ENABLED' style. The config xml files need too be changed
accordingly.
Including:
- MCE_ON_PSC_DISABLED ->
|
By
Zhou, Wu
·
#36454
·
|
|
[PATCH 2/4] doc: change 'DISABLED' settings to 'ENABLED'
In order to improve DX, 'DISABLED' style configurator settings are changed
to 'ENABLED' style.
- MCE_ON_PSC_DISABLED -> MCE_ON_PSC_ENABLED
- ENFORCE_TURNOFF_AC -> AC_ENABLED
Tracked-On:
In order to improve DX, 'DISABLED' style configurator settings are changed
to 'ENABLED' style.
- MCE_ON_PSC_DISABLED -> MCE_ON_PSC_ENABLED
- ENFORCE_TURNOFF_AC -> AC_ENABLED
Tracked-On:
|
By
Zhou, Wu
·
#36453
·
|
|
[PATCH 1/4] config-tools: change 'DISABLED' settings to 'ENABLED'
Some configurator settings are defined as 'feature DISABLED' style, which
could cause confusion to developers. This patch is to change them into
straightforward 'ENABLED' style.
Including:
-
Some configurator settings are defined as 'feature DISABLED' style, which
could cause confusion to developers. This patch is to change them into
straightforward 'ENABLED' style.
Including:
-
|
By
Zhou, Wu
·
#36452
·
|
|
[PATCH 0/4] change 'DISABLED' style settings to 'ENABLED' style
Some configurator settings are defined as 'feature DISABLED' style,
which could cause confusion to developers. This patch set is to change
them into straightforward 'ENABLED' style.
Including:
-
Some configurator settings are defined as 'feature DISABLED' style,
which could cause confusion to developers. This patch set is to change
them into straightforward 'ENABLED' style.
Including:
-
|
By
Zhou, Wu
·
#36451
·
|
|
[PATCH] misc: add assert to check the vBDF conflict
From: Chenli Wei <chenli.wei@...>
The current ACRN-Configurator just check the conflict of user setting.
have not check the conflict with native PCI device's bdf.
This patch add an assert to
From: Chenli Wei <chenli.wei@...>
The current ACRN-Configurator just check the conflict of user setting.
have not check the conflict with native PCI device's bdf.
This patch add an assert to
|
By
chenli.wei
·
#36450
·
|