Skip to content

Commit

Permalink
Enable Xen grant tables to be turned into DMA-BUFs
Browse files Browse the repository at this point in the history
This is needed by the GUI daemon.  Fixes QubesOS/qubes-issues#6743.
  • Loading branch information
DemiMarie authored and marmarek committed Jun 29, 2021
1 parent 12fd596 commit 975e091
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config-qubes
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ CONFIG_SECURITY_APPARMOR=y
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
CONFIG_XEN_UNPOPULATED_ALLOC=y

################################################################################
## Allow grant tables to be turned into dma-bufs and back. Needed by GUI daemon.
CONFIG_XEN_GRANT_DMA_ALLOC=y
CONFIG_XEN_GNTDEV_DMABUF=y

################################################################################
## Help crash debugging by saving crash messages to EFI variables

Expand Down

0 comments on commit 975e091

Please sign in to comment.