Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-10-24 | char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit | Marc-André Lureau | 1 | -17/+3 |
2016-10-24 | char: use qemu_chr_fe* functions with CharBackend argument | Marc-André Lureau | 1 | -15/+19 |
2016-10-24 | colo: claim in find_and_check_chardev | Marc-André Lureau | 1 | -6/+7 |
2016-10-24 | char: remaining switch to CharBackend in frontend | Marc-André Lureau | 1 | -23/+23 |
2016-10-10 | net: don't poke at chardev internal QemuOpts | Daniel P. Berrange | 1 | -28/+2 |
2016-09-27 | colo-compare: add TCP, UDP, ICMP packet comparison | Zhang Chen | 1 | -4/+143 |
2016-09-27 | colo-compare: introduce packet comparison thread | Zhang Chen | 1 | -0/+233 |
2016-09-27 | colo-compare: track connection and enqueue packet | Zhang Chen | 1 | -10/+43 |
2016-09-27 | net/colo.c: add colo.c to define and handle packet | Zhang Chen | 1 | -4/+110 |
2016-09-27 | colo-compare: introduce colo compare initialization | Zhang Chen | 1 | -0/+270 |