mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00: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:
@ -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)
|
||||
|
Reference in New Issue
Block a user