mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00
Some minor optimizations for COLO
Signed-off-by: Lei Rao <lei.rao@intel.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
02abee3d51
commit
ae4c209935
2 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ static bool packet_matches_str(const char *str,
|
|||
return false;
|
||||
}
|
||||
|
||||
return !memcmp(str, buf, strlen(str));
|
||||
return !memcmp(str, buf, packet_len);
|
||||
}
|
||||
|
||||
static void notify_remote_frame(CompareState *s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue