qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Restrict virtio-gpu-udmabuf stubs to !Linux
@ 2021-08-23 10:04 Philippe Mathieu-Daudé
  2021-08-23 10:04 ` [PATCH v2 1/2] hw/display: " Philippe Mathieu-Daudé
  2021-08-23 10:04 ` [PATCH v2 2/2] ui/console: Restrict udmabuf_fd() to Linux Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-08-23 10:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: Maxim R ., Paolo Bonzini, Philippe Mathieu-Daudé,
	Gerd Hoffmann

Annoying problem when stubs take over module symbols.

See https://gitlab.com/qemu-project/qemu/-/issues/553

Philippe Mathieu-Daudé (2):
  hw/display: Restrict virtio-gpu-udmabuf stubs to !Linux
  ui/console: Restrict udmabuf_fd() to Linux

 include/ui/console.h                                  |  2 ++
 .../display/virtio-gpu-udmabuf-stubs.c                |  0
 ui/udmabuf.c                                          | 11 -----------
 hw/display/meson.build                                |  3 ++-
 stubs/meson.build                                     |  1 -
 ui/meson.build                                        |  6 ++++--
 6 files changed, 8 insertions(+), 15 deletions(-)
 rename stubs/virtio-gpu-udmabuf.c => hw/display/virtio-gpu-udmabuf-stubs.c (100%)

-- 
2.31.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-23 10:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23 10:04 [PATCH v2 0/2] Restrict virtio-gpu-udmabuf stubs to !Linux Philippe Mathieu-Daudé
2021-08-23 10:04 ` [PATCH v2 1/2] hw/display: " Philippe Mathieu-Daudé
2021-08-23 10:04 ` [PATCH v2 2/2] ui/console: Restrict udmabuf_fd() to Linux Philippe Mathieu-Daudé

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).