summaryrefslogtreecommitdiff
path: root/net/colo-compare.c
AgeCommit message (Expand)Author
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24colo: claim in find_and_check_chardevMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-10net: don't poke at chardev internal QemuOptsDaniel P. Berrange
2016-09-27colo-compare: add TCP, UDP, ICMP packet comparisonZhang Chen
2016-09-27colo-compare: introduce packet comparison threadZhang Chen
2016-09-27colo-compare: track connection and enqueue packetZhang Chen
2016-09-27net/colo.c: add colo.c to define and handle packetZhang Chen
2016-09-27colo-compare: introduce colo compare initializationZhang Chen