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

hcnmgr: Fix hexdump format. #72

Closed
wants to merge 1 commit into from

Conversation

hramrach
Copy link
Contributor

When the file contrains multiple consecutive same bytes the /1 format
shows them abbreviated with *. To avoid this problem use 4/1 format.

Also put the hexdump invocation into a function.

Signed-off-by: Michal Suchanek msuchanek@suse.de

When the file contains multiple consecutive bytes of the same value
hexdump squeezes them replacing all but first with *

Use the -v argument to avoid this problem.

Also put the hexdump invocation into a function.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
@mcao-zz
Copy link

mcao-zz commented Nov 11, 2021

Tested-by: Mingming Cao mmc@linux.vnet.ibm.com

@tyreld
Copy link
Member

tyreld commented Nov 30, 2021

Fixed in commit a8420c2

@tyreld tyreld closed this Nov 30, 2021
@tyreld
Copy link
Member

tyreld commented Nov 30, 2021

Corrected commit id on next branch 4d56ac2

@tyreld tyreld added this to the Release 1.3.10 milestone Jan 27, 2022
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

Successfully merging this pull request may close these issues.

None yet

3 participants