From 2b21a27465c6a92675954f42a7f6481da66310ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 29 Jan 2025 16:54:42 +0400 Subject: [PATCH] chore(rdp): update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- qemu-rdp/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qemu-rdp/README.md b/qemu-rdp/README.md index af0ced8..649f988 100644 --- a/qemu-rdp/README.md +++ b/qemu-rdp/README.md @@ -46,6 +46,9 @@ Some ideas to improve the project: - [ ] more types clipboard redirection - [ ] file system redirection - [ ] multimonitor +- [ ] more efficient bitmap sharing with the dmabuf & mmap interfaces +- [ ] VM status / simple management or communication +- [ ] make it work on Win32 (untested, shouldn't be too hard) - tons of other stuff from RDP features, and a lot of bug fixes🐛 ## Contributing @@ -80,7 +83,7 @@ This project is licensed under the MIT License - see the [LICENSE](https://opens ## Acknowledgments - Thanks to contributors, especially [Mihnea -Buzatu](https://github.com/mihneabuz) would did the initial work during GSoC +Buzatu](https://github.com/mihneabuz) who did the initial work during GSoC 2023 - Credits to [IronRDP](https://github.com/Devolutions/IronRDP) - Red Hat!