index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
colo-compare.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/colo-compare.c: Update the default value comments
Zhang Chen
2022-02-14
1
-1
/
+1
*
net/colo-compare.c: Optimize compare order for performance
Zhang Chen
2022-02-14
1
-13
/
+13
*
net/colo-compare.c: Fix incorrect return when input wrong size
Zhang Chen
2021-11-19
1
-1
/
+1
*
net/colo-compare.c: Fix ACK track reverse issue
Zhang Chen
2021-11-19
1
-2
/
+4
*
Optimized the function of fill_connection_key.
Rao, Lei
2021-11-03
1
-1
/
+1
*
Some minor optimizations for COLO
Rao, Lei
2021-11-03
1
-1
/
+1
*
Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()
Rao, Lei
2021-06-11
1
-1
/
+1
*
Add the function of colo_compare_cleanup
Rao, Lei
2021-06-11
1
-0
/
+10
*
Remove some duplicate trace code.
Rao, Lei
2021-06-11
1
-13
/
+0
*
net/colo-compare.c: Optimize removal of secondary packet
Lukas Straub
2021-03-22
1
-1
/
+1
*
net/colo-compare.c: Fix memory leak for non-tcp packet
Lukas Straub
2021-03-22
1
-0
/
+1
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
net/colo-compare.c: Increase default queued packet scan frequency
Zhang Chen
2020-11-11
1
-1
/
+1
*
net/colo-compare.c: Add secondary old packet detection
Zhang Chen
2020-11-11
1
-9
/
+16
*
net/colo-compare.c: Change the timer clock type
Zhang Chen
2020-11-11
1
-3
/
+3
*
net/colo-compare.c: Fix compare_timeout format issue
Zhang Chen
2020-11-11
1
-6
/
+6
*
colo-compare: check mark in mutual exclusion
Li Zhijian
2020-11-11
1
-4
/
+2
*
Optimize seq_sorter function for colo-compare
Rao, Lei
2020-11-11
1
-5
/
+2
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-09-12
1
-12
/
+6
|
\
|
*
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
2020-09-11
1
-12
/
+12
|
*
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
2020-09-11
1
-6
/
+6
*
|
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-09-11
1
-4
/
+5
|
\
\
|
*
|
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
|
*
|
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+3
|
|
/
*
/
net/colo: Match is-enabled probe to tracepoint
Roman Bolshakov
2020-09-09
1
-20
/
+22
|
/
*
colo-compare: Remove superfluous NULL-pointer checks for s->iothread
Lukas Straub
2020-08-04
1
-6
/
+2
*
net/colo-compare.c: Expose compare "max_queue_size" to users
Zhang Chen
2020-07-15
1
-1
/
+42
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-6
/
+2
*
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
2020-07-10
1
-12
/
+8
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-4
/
+2
*
colo-compare: Fix memory leak in packet_enqueue()
Derek Su
2020-06-18
1
-8
/
+15
*
net/colo-compare.c: Correct ordering in complete and finalize
Lukas Straub
2020-06-18
1
-22
/
+23
*
net/colo-compare.c: Check that colo-compare is active
Lukas Straub
2020-06-18
1
-6
/
+29
*
net/colo-compare.c: Only hexdump packets if tracing is enabled
Lukas Straub
2020-06-18
1
-4
/
+6
*
net/colo-compare.c: Fix deadlock in compare_chr_send
Lukas Straub
2020-06-18
1
-45
/
+148
*
net/colo-compare.c: Create event_bh with the right AioContext
Lukas Straub
2020-06-18
1
-1
/
+2
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-12
/
+8
*
net/colo-compare.c: Expose "expired_scan_cycle" to users
Zhang Chen
2020-03-31
1
-3
/
+45
*
net/colo-compare.c: Expose "compare_timeout" to users
Zhang Chen
2020-03-31
1
-2
/
+45
*
COLO-compare: Fix incorrect `if` logic
Fan Yang
2019-10-29
1
-3
/
+3
*
net/colo-compare.c: Fix memory leak and code style issue.
Zhang Chen
2019-07-29
1
-7
/
+20
*
COLO-compare: Add colo-compare remote notify support
Zhang Chen
2019-07-02
1
-10
/
+44
*
COLO-compare: Make the compare_chr_send() can send notification message.
Zhang Chen
2019-07-02
1
-8
/
+33
*
COLO-compare: Add remote notification chardev handler frame
Zhang Chen
2019-07-02
1
-0
/
+39
*
COLO-compare: Add new parameter to communicate with remote colo-frame
Zhang Chen
2019-07-02
1
-0
/
+21
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+1
*
net/colo-compare.c: Fix a crash in COLO Primary.
Lukas Straub
2019-05-17
1
-2
/
+1
*
net/colo-compare.c: Remove duplicated code
Zhang Chen
2019-03-05
1
-8
/
+0
*
net: do not depend on slirp internals
Marc-André Lureau
2019-01-14
1
-5
/
+6
*
colo: check chardev can switch context
Marc-André Lureau
2018-12-12
1
-0
/
+6
[next]