Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

domd: use drmkms in non weston build for libsdl2 #89

Open
wants to merge 3 commits into
base: kirkstone
Choose a base branch
from

Commits on Sep 20, 2024

  1. dom0: do not build qemu

    In most products dom0 used as a control domain and
    not as backend domain.
    
    Signed-off-by: Andrii Chepurnyi <[email protected]>
    arminn committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9bbcfdf View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. domd: use drmkms in non weston build for libsdl2

    In our configuration, QEMU uses libsdl2 as a backend for display.
    At the same time, in weston build, libsdl2 uses weston window for
    display output. In non weston build it is proposed to use drmkms
    for the display output.
    
    Signed-off-by: Andrii Chepurnyi <[email protected]>
    arminn committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1451508 View commit details
    Browse the repository at this point in the history
  2. dom0: reorganize doma/domu prerequestetives

    Introduce new property XT_DOMD_DISPLAY_SYSTEM, which will hint
    display system in DomD to chose appropriate domain dependancies for start.
    I.e. if weston used - we assume that prior guest start, weston should be
    ready and running to give possibility for gues draw into window.
    
    Signed-off-by: Andrii Chepurnyi <[email protected]>
    arminn committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    64ec206 View commit details
    Browse the repository at this point in the history