From: dongwon.kim@intel.com
To: qemu-devel@nongnu.org
Cc: philmd@linaro.org, marcandre.lureau@redhat.com
Subject: [PATCH 0/3] ui/console: initialize QemuDmaBuf in ui/console
Date: Wed, 20 Mar 2024 13:50:15 -0700 [thread overview]
Message-ID: <20240320205018.3351984-1-dongwon.kim@intel.com> (raw)
From: Dongwon Kim <dongwon.kim@intel.com>
QemuDmaBuf struct is defined and primarily used by ui/console/gl so it is
better to handle its creation, initialization and access within ui/console
rather than within hw modules such as hw/display/virtio-gpu and
hw/vfio/display.
To achieve this, new methods for allocating, initializing the struct, and
accessing certain fields necessary for hardware modules have been introduced
in ui/console.c.
(3rd patch)
Furthermore, modifications have been made to hw/display/virtio-gpu and
hw/vfio/display to utilize these new methods instead of setting up the struct
independently.
(1st and 2nd patches)
Dongwon Kim (3):
hw/virtio: intialize QemuDmaBuf using the function from ui/console
hw/vfio: intialize QemuDmaBuf using the function from ui/console
ui/console: add methods for allocating, intializing and accessing
QemuDmaBuf
hw/display/virtio-gpu-udmabuf.c | 27 +++++++---------
hw/vfio/display.c | 35 ++++++++++++---------
include/hw/vfio/vfio-common.h | 2 +-
include/hw/virtio/virtio-gpu.h | 2 +-
include/ui/console.h | 10 ++++++
ui/console.c | 55 +++++++++++++++++++++++++++++++++
6 files changed, 98 insertions(+), 33 deletions(-)
--
2.34.1
next reply other threads:[~2024-03-20 20:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-20 20:50 dongwon.kim [this message]
2024-03-20 20:50 ` [PATCH 1/3] hw/virtio: initialize QemuDmaBuf using the function from ui/console dongwon.kim
2024-03-20 20:50 ` [PATCH 2/3] hw/vfio: intialize " dongwon.kim
2024-03-20 20:50 ` [PATCH 3/3] ui/console: add methods for allocating, intializing and accessing QemuDmaBuf dongwon.kim
2024-03-21 9:58 ` Philippe Mathieu-Daudé
2024-03-21 6:57 ` [PATCH 0/3] ui/console: initialize QemuDmaBuf in ui/console Philippe Mathieu-Daudé
2024-03-21 7:01 ` Kim, Dongwon
2024-03-21 7:04 ` Philippe Mathieu-Daudé
2024-03-21 9:41 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240320205018.3351984-1-dongwon.kim@intel.com \
--to=dongwon.kim@intel.com \
--cc=marcandre.lureau@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).