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
*
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2018-06-12
1
-1
/
+1
*
colo: use local path for local headers
Michael S. Tsirkin
2018-06-01
1
-1
/
+1
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+0
*
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
colo: compare the packet based on the tcp sequence number
Mao Zhongyi
2018-01-29
1
-118
/
+225
*
colo: modified the payload compare function
Mao Zhongyi
2018-01-29
1
-44
/
+44
*
misc: remove headers implicitly included
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
colo-compare: fix the dangerous assignment
Mao Zhongyi
2017-11-20
1
-1
/
+1
*
colo-compare: Fix comments
Mao Zhongyi
2017-11-13
1
-3
/
+5
*
colo-compare: compare the packet in a specified Connection
Mao Zhongyi
2017-11-13
1
-5
/
+8
*
colo-compare: Insert packet into the suitable position of packet queue directly
Mao Zhongyi
2017-11-13
1
-18
/
+22
*
colo-compare: Use IOThread to Check old packet regularly and Process pactkets...
Wang Yong
2017-09-08
1
-38
/
+45
*
net/colo-compare.c: Fix comments and scheme
Zhang Chen
2017-09-08
1
-28
/
+31
*
net/colo-compare.c: Adjust net queue pop order for performance
Zhang Chen
2017-09-08
1
-2
/
+2
*
net/colo-compare.c: Optimize unpredictable tcp options comparison
Zhang Chen
2017-09-08
1
-12
/
+27
*
trace: add trace_event_get_state_backends()
Stefan Hajnoczi
2017-08-01
1
-5
/
+6
*
net/colo-compare.c: Add vnet packet's tcp/udp/icmp compare
Zhang Chen
2017-07-17
1
-2
/
+6
*
net/colo-compare.c: Make colo-compare support vnet_hdr_len
Zhang Chen
2017-07-17
1
-7
/
+53
*
net/colo-compare.c: Introduce parameter for compare_chr_send()
Zhang Chen
2017-07-17
1
-7
/
+7
*
net/colo.c: Make vnet_hdr_len as packet property
Zhang Chen
2017-07-17
1
-2
/
+6
*
net/net.c: Add vnet_hdr support in SocketReadState
Zhang Chen
2017-07-17
1
-2
/
+2
*
char: add backend hotswap handler
Anton Nefedov
2017-07-14
1
-4
/
+6
*
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
2017-06-02
1
-5
/
+3
*
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
chardev: move headers to include/chardev
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
COLO-compare: Improve tcp compare trace event readability
Zhang Chen
2017-05-23
1
-11
/
+22
*
Revert "COLO-compare: Optimize tcp compare trace event"
Peter Maydell
2017-04-26
1
-17
/
+12
*
COLO-compare: Optimize tcp compare trace event
Zhang Chen
2017-04-25
1
-12
/
+17
*
COLO-compare: Optimize tcp compare for option field
Zhang Chen
2017-04-25
1
-1
/
+26
*
colo-compare: Fix old packet check bug.
Zhang Chen
2017-04-24
1
-4
/
+11
*
COLO-compare: Fix trace_event print bug
Zhang Chen
2017-03-14
1
-8
/
+25
*
COLO-compare: Fix icmp and udp compare different packet always dump bug
Zhang Chen
2017-03-06
1
-6
/
+12
*
COLO-compare: Optimize compare_common and compare_tcp
Zhang Chen
2017-03-06
1
-14
/
+36
*
COLO-compare: Rename compare function and remove duplicate codes
Zhang Chen
2017-03-06
1
-11
/
+7
*
net/colo-compare: Fix memory free error
Zhang Chen
2017-03-06
1
-1
/
+1
*
colo-compare: Fix removing fds been watched incorrectly in finalization
zhanghailiang
2017-03-06
1
-9
/
+11
*
colo-compare: kick compare thread to exit after some cleanup in finalization
zhanghailiang
2017-03-06
1
-10
/
+29
*
colo-compare: use g_timeout_source_new() to process the stale packets
zhanghailiang
2017-03-06
1
-40
/
+22
*
colo-compare: sort TCP packet queue by sequence number
Zhang Chen
2017-02-15
1
-0
/
+19
*
char: rename CharDriverState Chardev
Marc-André Lureau
2017-01-27
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2016-10-31
1
-8
/
+0
|
\
|
*
colo-compare: remove unused struct CompareChardevProps and 'props' variable
zhanghailiang
2016-10-28
1
-8
/
+0
*
|
net: split colo_compare_pkt_info into two trace events
Alex Bennée
2016-10-28
1
-10
/
+11
|
/
*
colo-proxy: fix memory leak
Zhang Chen
2016-10-26
1
-19
/
+15
*
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
1
-4
/
+6
*
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
2016-10-24
1
-17
/
+3
*
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
1
-15
/
+19
*
colo: claim in find_and_check_chardev
Marc-André Lureau
2016-10-24
1
-6
/
+7
*
char: remaining switch to CharBackend in frontend
Marc-André Lureau
2016-10-24
1
-23
/
+23
*
net: don't poke at chardev internal QemuOpts
Daniel P. Berrange
2016-10-10
1
-28
/
+2
[next]