[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] colo-compare bugfixes
From: |
Lukas Straub |
Subject: |
[PATCH 0/3] colo-compare bugfixes |
Date: |
Wed, 8 Apr 2020 20:33:45 +0200 |
Hello Everyone,
Here are fixes for bugs that I found in my tests.
Regards,
Lukas Straub
Lukas Straub (3):
net/colo-compare.c: Create event_bh with the right AioContext
chardev/char.c: Use qemu_co_sleep_ns if in coroutine
net/colo-compare.c: Fix deadlock
chardev/char.c | 7 +++-
net/colo-compare.c | 85 +++++++++++++++++++++++++++++++++++++++-------
2 files changed, 79 insertions(+), 13 deletions(-)
--
2.20.1
pgpZjas2BzL9P.pgp
Description: OpenPGP digital signature
- [PATCH 0/3] colo-compare bugfixes,
Lukas Straub <=
- [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext, Lukas Straub, 2020/04/08
- RE: [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext, Zhang, Chen, 2020/04/22
- Re: [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext, Lukas Straub, 2020/04/22
- RE: [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext, Zhang, Chen, 2020/04/22
- Re: [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext, Lukas Straub, 2020/04/22
- RE: [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext, Zhang, Chen, 2020/04/23
- Re: [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext, Derek Su, 2020/04/24
- RE: [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext, Zhang, Chen, 2020/04/26
[PATCH 2/3] chardev/char.c: Use qemu_co_sleep_ns if in coroutine, Lukas Straub, 2020/04/08