Re: [Qemu-devel] [PATCH v3 0/3] io-thread optimizations

2011-08-22 Thread Anthony Liguori
On 08/22/2011 10:46 AM, Jan Kiszka wrote: Rebased as requested, also fixing a compiler warning about last_io being write-only on !CONFIG_IOTHREAD. That "__attribute__ ((unused))" in patch 2 can be removed again when CONFIG_IOTHREAD becomes mandatory. Applied all. Thanks. Regards, Anthony Lig

Re: [Qemu-devel] [PATCH v3 0/3] io-thread optimizations

2011-08-22 Thread Edgar E. Iglesias
On Mon, Aug 22, 2011 at 05:46:00PM +0200, Jan Kiszka wrote: > Rebased as requested, also fixing a compiler warning about last_io being > write-only on !CONFIG_IOTHREAD. That "__attribute__ ((unused))" in patch > 2 can be removed again when CONFIG_IOTHREAD becomes mandatory. > > Jan Kiszka (3): >

[Qemu-devel] [PATCH v3 0/3] io-thread optimizations

2011-08-22 Thread Jan Kiszka
Rebased as requested, also fixing a compiler warning about last_io being write-only on !CONFIG_IOTHREAD. That "__attribute__ ((unused))" in patch 2 can be removed again when CONFIG_IOTHREAD becomes mandatory. Jan Kiszka (3): Do not drop global mutex for polled main loop runs Poll main loop aft