Merge lp://staging/~afrantzis/mir/platform-operation-auth-fd into lp://staging/mir
Proposed by
Alexandros Frantzis
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~afrantzis/mir/platform-operation-auth-fd |
Merge into: | lp://staging/mir |
Diff against target: |
1379 lines (+489/-428) 22 files modified
src/client/mir_connection.cpp (+0/-27) src/client/mir_connection.h (+0/-3) src/client/mir_connection_api.cpp (+49/-1) src/include/platform/mir/graphics/nested_context.h (+3/-1) src/platforms/mesa/include/mir_toolkit/mesa/platform_operation.h (+60/-0) src/platforms/mesa/server/ipc_operations.cpp (+57/-11) src/platforms/mesa/server/nested_authentication.cpp (+74/-25) src/server/frontend/session_mediator.cpp (+18/-27) src/server/graphics/default_configuration.cpp (+1/-33) src/server/graphics/nested/host_connection.h (+2/-5) src/server/graphics/nested/mir_client_host_connection.cpp (+39/-20) src/server/graphics/nested/mir_client_host_connection.h (+2/-1) tests/include/mir_test_doubles/mock_nested_context.h (+45/-0) tests/include/mir_test_doubles/stub_host_connection.h (+6/-1) tests/integration-tests/test_drm_auth_magic.cpp (+9/-53) tests/unit-tests/client/test_mir_connection.cpp (+1/-39) tests/unit-tests/frontend/test_session_mediator.cpp (+0/-25) tests/unit-tests/graphics/mesa/test_drm_helper.cpp (+17/-1) tests/unit-tests/graphics/mesa/test_guest_platform.cpp (+12/-10) tests/unit-tests/graphics/mesa/test_ipc_operations.cpp (+39/-12) tests/unit-tests/graphics/mesa/test_nested_authentication.cpp (+55/-90) tests/unit-tests/graphics/mesa/test_platform.cpp (+0/-43) |
To merge this branch: | bzr merge lp://staging/~afrantzis/mir/platform-operation-auth-fd |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mir development team | Pending | ||
Review via email: mp+247720@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2015-01-27.
Commit message
mesa: Add auth_fd platform operation
Description of the change
mesa: Add auth_fd platform operation
This MP adds a new Mesa platform operation needed for resolving bug 1379266.
It's also a nice example of how the new platform operation infrastructure allows adding new operations without affecting the mir core code at all.
To post a comment you must log in.