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

RFC: rpc-proxy, xenmgr, updatemgr: Use rpc-autogen bindings module #184

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

Commits on Jun 14, 2021

  1. rpc-proxy: Use rpc-autogen bindings module

    dbus-gen generates a set of bindings for the currently supported API.
    Use the built module instead of relying on generating the bindings from
    the IDL in the source tree.
    
    Signed-off-by: Eric Chanudet <[email protected]>
    Eric Chanudet committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    4d6e496 View commit details
    Browse the repository at this point in the history
  2. updatemgr: Use rpc-autogen bindings module

    dbus-gen generates a set of bindings for the currently supported API.
    Use the built module instead of relying on generating the bindings from
    the IDL in the source tree.
    
    Signed-off-by: Eric Chanudet <[email protected]>
    Eric Chanudet committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    e4b9991 View commit details
    Browse the repository at this point in the history
  3. xenmgr: Use rpc-autogen bindings module

    dbus-gen generates a set of bindings for the currently supported API.
    Use the built module instead of relying on generating the bindings from
    the IDL in the source tree.
    
    Signed-off-by: Eric Chanudet <[email protected]>
    Eric Chanudet committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    3a7553a View commit details
    Browse the repository at this point in the history