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

Port clone.py logic into translate.cc #18

Open
knikolla opened this issue Feb 15, 2024 · 0 comments
Open

Port clone.py logic into translate.cc #18

knikolla opened this issue Feb 15, 2024 · 0 comments
Assignees

Comments

@knikolla
Copy link
Contributor

Currently there is a Python script called clone.py that clones an LSVD image. This script reimplements the LSVD data structures and is at risk of falling out of date.

Implementing this as part of the C++ codebase would allow it to use the data structures directly.

translate.cc is used by imgtool which is used to perform LSVD image manipulation.

int translate_clone_image(sptr<backend> objstore, const char *source,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant