[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2][RFC?] Remove SIGUSR2 from posix-aio
From: |
Frediano Ziglio |
Subject: |
[Qemu-devel] [PATCH 0/2][RFC?] Remove SIGUSR2 from posix-aio |
Date: |
Mon, 19 Sep 2011 13:54:15 +0200 |
Now that iothread is always compiled sending a signal seems only an
additional step. This patch also avoid writing to two pipe (one from signal
and one in qemu_service_io).
Tested and works correctly with KVM enabled. Performances are only sligthly
better (as I expected). strace output is more readable.
Doubts:
- any sense having two patches and not only last one?
- comment is perhaps wrong as is also affect main core
- is ok if KVM is disabled? more testing required
Frediano Ziglio (2):
block: avoid storing a constant in qemu_paiocb structure
block: avoid SIGUSR2
cpus.c | 5 -----
posix-aio-compat.c | 17 ++++-------------
2 files changed, 4 insertions(+), 18 deletions(-)
- [Qemu-devel] [PATCH 0/2][RFC?] Remove SIGUSR2 from posix-aio,
Frediano Ziglio <=