[Qemu-devel] sparc-linux-user fails to build on Linux/ppc

2007-11-27 Thread Thiemo Seufer
Some recent change broke compilation of sparc-linux-user on Linux/ppc. Thiemo make -C i386-linux-user all make[1]: Entering directory `/home/ths/qemu/qemu-work/i386-linux-user' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/ths/qemu/qemu-work/i386-linux-user' make -C

[Qemu-devel] [PATCH] [repost] Collecting block device statistics (v2)

2007-11-27 Thread Richard W.M. Jones
This is an updated patch for collecting block device statistics. Thanks to several people on #qemu channel for giving me feedback about the first version[1]. This patch collects per-block-device statistics and allows them to be displayed in the monitor through a 'info blockstats' command.

[Qemu-devel] another patch against head

2007-11-27 Thread Hotmail
The following is another patch against the head that lets me build it on Windows, as well as makes the adlib.c file debuggable. Index: Makefile === RCS file: /sources/qemu/qemu/Makefile,v retrieving revision 1.136 diff -r1.136

[Qemu-devel] [security bug]code_gen_buffer can be overflowed

2007-11-27 Thread TeLeMan
dyngen_code() can generate more than CODE_GEN_MAX_SIZE bytes, code_gen_buffer can be overflowed. I hope this security bug will be fixed soon. -- View this message in context: http://www.nabble.com/-security-bug-code_gen_buffer-can-be-overflowed-tf4886083.html#a13985284 Sent from the QEMU - Dev