From f1a1329ff84ca4482cf7636e4c5cc701233ae806 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Fri, 11 Feb 2022 21:01:31 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20Update=20patch=20and=20changelog=20with?= =?UTF-8?q?=20!244=20usb=20uhci=E5=BC=80=E9=94=80=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=A1=A5=E4=B8=81=E5=9B=9E=E5=90=88=20=20!244?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hw/usb: reduce the vpcu cost of UHCI when VNC disconnect Signed-off-by: Chen Qun --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index be0430f..caeeba6 100644 --- a/qemu.spec +++ b/qemu.spec @@ -75,6 +75,7 @@ Patch0062: target-arm-Update-the-ID-registers-of-Kunpeng-920.patch Patch0063: freeclock-add-qmp-command-to-get-time-offset-of-vm-i.patch Patch0064: freeclock-set-rtc_date_diff-for-arm.patch Patch0065: freeclock-set-rtc_date_diff-for-X86.patch +Patch0066: hw-usb-reduce-the-vpcu-cost-of-UHCI-when-VNC-disconn.patch BuildRequires: flex BuildRequires: gcc @@ -519,6 +520,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Fri Feb 11 2022 Chen Qun +- hw/usb: reduce the vpcu cost of UHCI when VNC disconnect + * Fri Feb 11 2022 Chen Qun - freeclock: add qmp command to get time offset of vm in seconds - freeclock: set rtc_date_diff for arm