Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
target-arm: fix sorting issue of KVM cpreg list
The compare_u64 function was not sorting the KVM cpreg_list in the right way due to the wrong returned value. Since we are comparing two 64bit values we can't simply return their difference if the returned type is int. Signed-off-by: Alvise Rigo <[email protected]> Message-id: [email protected] [PMM: fixed coding style, indent and commit message formatting] Signed-off-by: Peter Maydell <[email protected]>
- Loading branch information