Re: [PATCH] Added parameter to take screenshot with screendump as PNG

2022-02-22 Thread Daniel P . Berrangé
On Tue, Feb 22, 2022 at 03:27:58PM +, Kshitij Suri wrote: > Currently screendump only supports PPM format, which is un-compressed and not > standard. Added an "format" parameter to qemu monitor screendump capabilites > to support PNG image capture using libpng. The param was added in QAPI schem

[PULL 7/7] hid: Implement support for side and extra buttons

2022-02-22 Thread Laurent Vivier
From: Noah Bergbauer Simply set the respective bits and update the descriptor accordingly. Signed-off-by: Noah Bergbauer Acked-by: Gerd Hoffmann Message-Id: <20211126140437.79745-1-n...@statshelix.com> Signed-off-by: Laurent Vivier --- hw/input/hid.c | 2 ++ hw/usb/dev-hid.c | 6 +++--- 2

<    1   2   3   4