Re: [Qemu-devel] [PATCH 2/7] Enable I/O thread and VNC threads by default

2011-02-10 Thread Stefan Weil
Am 10.02.2011 10:54, schrieb Paolo Bonzini: On 02/09/2011 11:16 PM, Stefan Weil wrote: The patch is available here: http://repo.or.cz/w/qemu/ar7.git/commitdiff/aabf11dc0a938b84d76d7c147cbf0445d7bee297 [snip] diff --git a/os-win32.c b/os-win32.c index b214e6a..7778366 100644 --- a/os-win32.c

Re: [Qemu-devel] [PATCH 2/7] Enable I/O thread and VNC threads by default

2011-02-10 Thread Paolo Bonzini
On 02/09/2011 11:16 PM, Stefan Weil wrote: The patch is available here: http://repo.or.cz/w/qemu/ar7.git/commitdiff/aabf11dc0a938b84d76d7c147cbf0445d7bee297 diff --git a/hosts/w32/include/signal.h b/hosts/w32/include/signal.h new file mode 100644 index 000..e45f03c --- /dev/null +++ b/host

Re: [Qemu-devel] [PATCH 2/7] Enable I/O thread and VNC threads by default

2011-02-10 Thread Paolo Bonzini
On 02/09/2011 11:16 PM, Stefan Weil wrote: I decided to create a new directory structure hosts/w32, so files can be moved from the root to hosts/posix, hosts/w32, or hosts/xxx. Include chains reduce code modifications and conditional compilations. And people who don't want to see w32 support can

Re: [Qemu-devel] [PATCH 2/7] Enable I/O thread and VNC threads by default

2011-02-09 Thread Stefan Weil
Am 09.02.2011 18:13, schrieb Blue Swirl: I think win32 situation is somewhat similar (but not nearly as bad as) to kqemu's. It was useful for some users, but there were no maintenance and when it got in the way, it was removed because nobody could fix it. But I'd prefer a solution where somebody

[Qemu-devel] [PATCH 2/7] Enable I/O thread and VNC threads by default

2011-01-24 Thread Anthony Liguori
Leave the disable options for now to help with testing but these will be removed once we're confident in the thread implementations. Disabled code bit rots. These have been in tree long enough that we need to either commit to making them work or just remove them entirely. Signed-off-by: Anthony