[PATCH v3] ui/sdl: Mouse event optimization

2024-11-04 Thread Lei Huang
Use a convergence factor to make the VM's input global coordinates more closely approach the global coordinates of host. Change-Id: I2c3f12f1fe7dfb9306d1fc40c4fd4d299937f4c6 Signed-off-by: Lei Huang --- ui/sdl2.c | 45 + 1 file changed, 37 inser

Re: [PATCH v2] ui/sdl: Mouse event optimization

2024-10-31 Thread Lei Huang
>On Thu, 31 Oct 2024, Lei Huang wrote: >>> On Wed, 30 Oct 2024, Lei Huang wrote: >>>> Use a convergence factor to make the VM's input >>>> global coordinates more closely approach the global >>>> coordinates of host. >>>> >>>

Re: [PATCH v2] ui/sdl: Mouse event optimization

2024-10-31 Thread Lei Huang
>On Wed, 30 Oct 2024, Lei Huang wrote: >> Use a convergence factor to make the VM's input >> global coordinates more closely approach the global >> coordinates of host. >> >> Change-Id: I2c3f12f1fe7dfb9306d1fc40c4fd4d299937f4c6 >> Signed

[PATCH v2] ui/sdl: Mouse event optimization

2024-10-29 Thread Lei Huang
Use a convergence factor to make the VM's input global coordinates more closely approach the global coordinates of host. Change-Id: I2c3f12f1fe7dfb9306d1fc40c4fd4d299937f4c6 Signed-off-by: Lei Huang --- ui/sdl2.c | 32 ++-- 1 file changed, 30 insertions(

Re: [PATCH] ui/sdl: Mouse event optimization

2024-10-29 Thread Lei Huang
>On Tue, 29 Oct 2024, Lei Huang wrote: >>> On Fri, 25 Oct 2024, Lei Huang wrote: >>>> Use a convergence factor to make the VM's input >>>> global coordinates more closely approach the global >>>> coordinates of DOM0. >>> >>> Do

Re: [PATCH] ui/sdl: Mouse event optimization

2024-10-28 Thread Lei Huang
> On Fri, 25 Oct 2024, Lei Huang wrote: > > Use a convergence factor to make the VM's input > > global coordinates more closely approach the global > > coordinates of DOM0. > > Dom0 is some Xen terminology. Do you mean "host" which is more often used

[PATCH] ui/sdl: Mouse event optimization

2024-10-24 Thread Lei Huang
Use a convergence factor to make the VM's input global coordinates more closely approach the global coordinates of DOM0. Change-Id: I2c3f12f1fe7dfb9306d1fc40c4fd4d299937f4c6 Signed-off-by: Lei Huang --- ui/sdl2.c | 32 ++-- 1 file changed, 30 insertions(

[PATCH v2 1/1] virtio-gpu: customize EDID for vms

2024-08-01 Thread Lei Huang
y1=960" Change-Id: I5d5742d280186ffd5dee9eba7697f06a2b09b123 Signed-off-by: Lei Huang --- hw/display/virtio-gpu-base.c | 41 -- hw/display/virtio-gpu.c| 1 + include/hw/virtio/virtio-gpu.h | 26 + 3 files changed, 61 insert

[PATCH v2 0/1] Brief description of the patch series

2024-08-01 Thread Lei Huang
file for resolutions like 3840x2160@120Hz. The following patches are included in this series: 1. [PATCH 1/1] virtio-gpu: customize EDID for vms Thank you for reviewing these patches. Best regards, Lei Huang lei.hu...@amd.com Lei Huang (1): virtio-gpu: customize EDID for vms hw/display/virti

[PATCH 0/1] Brief description of the patch series

2024-07-25 Thread Lei Huang
file for resolutions like 3840x2160@120Hz. The following patches are included in this series: 1. [PATCH 1/1] virtio-gpu: customize EDID for vms Thank you for reviewing these patches. Best regards, Lei Huang lei.hu...@amd.com Lei Huang (1): virtio-gpu: customize EDID for vms hw/display/virti

[PATCH 1/1] virtio-gpu: customize EDID for vms

2024-07-25 Thread Lei Huang
y1=960" Change-Id: I5d5742d280186ffd5dee9eba7697f06a2b09b123 Signed-off-by: Lei Huang --- hw/display/virtio-gpu-base.c | 41 -- hw/display/virtio-gpu.c| 1 + include/hw/virtio/virtio-gpu.h | 26 + 3 files changed, 61 insert