Re: [PATCH] x86: Pick up local arch trace header

2009-09-20 Thread Jan Kiszka
Aidan Marks wrote: Hi Jan thanks, applied your patch, getting further, but now missing mmutrace.h... vger kvm-kmod-devel-88 # make make -C /lib/modules/2.6.31-gentoo/build M=`pwd` \ LINUXINCLUDE=-I`pwd`/include -Iinclude \ -Iarch/x86/include

Re: [PATCH] x86: Pick up local arch trace header

2009-09-20 Thread Aidan Marks
Il 20/09/09 18:56, Jan Kiszka ha scritto: Aidan Marks wrote: Hi Jan thanks, applied your patch, getting further, but now missing mmutrace.h... vger kvm-kmod-devel-88 # make make -C /lib/modules/2.6.31-gentoo/build M=`pwd` \ LINUXINCLUDE=-I`pwd`/include -Iinclude \

Re: [PATCH] x86: Pick up local arch trace header

2009-09-20 Thread Aidan Marks
Il 20/09/09 21:42, Jan Kiszka ha scritto: Aidan Marks wrote: Il 20/09/09 18:56, Jan Kiszka ha scritto: Aidan Marks wrote: Hi Jan thanks, applied your patch, getting further, but now missing mmutrace.h... vger kvm-kmod-devel-88 # make make -C /lib/modules/2.6.31-gentoo/build M=`pwd` \

Re: [PATCH] x86: Pick up local arch trace header

2009-09-20 Thread Jan Kiszka
Aidan Marks wrote: Il 20/09/09 21:42, Jan Kiszka ha scritto: Aidan Marks wrote: Il 20/09/09 18:56, Jan Kiszka ha scritto: Aidan Marks wrote: Hi Jan thanks, applied your patch, getting further, but now missing mmutrace.h... vger kvm-kmod-devel-88 # make make -C

Re: [PATCH] x86: Pick up local arch trace header

2009-09-20 Thread Aidan Marks
Il 20/09/09 23:24, Jan Kiszka ha scritto: Aidan Marks wrote: Il 20/09/09 21:42, Jan Kiszka ha scritto: Aidan Marks wrote: Il 20/09/09 18:56, Jan Kiszka ha scritto: Aidan Marks wrote: Hi Jan thanks, applied your patch, getting further, but now missing mmutrace.h... vger

[KVM-AUTOTEST PATCH v3] [RFC] KVM test: client parallel test execution

2009-09-20 Thread Michael Goldish
(Difference from previous version: - Put most of the code in a separate module - Wait for workers to finish freeing their used resources before starting tests that require those resources) This patch adds a control.parallel file that runs several test execution pipelines in parallel. The

[KVM-AUTOTEST PATCH 1/4] KVM test: allow setting shell line separator string in the config file

2009-09-20 Thread Michael Goldish
The shell line separator string is appended to strings sent by sendline(). The string is controlled by the parameter shell_linesep. It defaults to \n. Signed-off-by: Michael Goldish mgold...@redhat.com --- client/tests/kvm/kvm_tests.cfg.sample |1 + client/tests/kvm/kvm_utils.py |

[KVM-AUTOTEST PATCH 2/4] KVM test: rss.cpp: send characters to the console window rather than directly to STDIN

2009-09-20 Thread Michael Goldish
Some Windows programs behave badly when their STDIN is redirected to a pipe (most notably wmic). Therefore, keep STDIN unredirected, and send input to the console window as a series of WM_CHAR messages. Signed-off-by: Michael Goldish mgold...@redhat.com --- client/tests/kvm/deps/rss.cpp | 54

[KVM-AUTOTEST PATCH 3/4] KVM test: WinXP-64-rss.steps: modify first barrier

2009-09-20 Thread Michael Goldish
The start menu button seems to have two possible appearances. Therefore change the barrier to test the center of the screen (including the mouse cursor) instead. Signed-off-by: Michael Goldish mgold...@redhat.com --- client/tests/kvm/steps/WinXP-64-rss.steps |2 +- 1 files changed, 1

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree

2009-09-20 Thread qemu-kvm
The Buildbot has detected a new failure of disable_kvm_x86_64_out_of_tree on qemu-kvm. Full details are available at: http://buildbot.b1-systems.de/qemu-kvm/builders/disable_kvm_x86_64_out_of_tree/builds/11 Buildbot URL: http://buildbot.b1-systems.de/qemu-kvm/ Buildslave for this Build:

Re: [PATCH -v3] QEMU-KVM: MCE: Relay UCR MCE to guest

2009-09-20 Thread Huang Ying
On Sat, 2009-09-19 at 01:05 +0800, Marcelo Tosatti wrote: On Fri, Sep 18, 2009 at 03:58:59PM +0800, Huang Ying wrote: UCR (uncorrected recovery) MCE is supported in recent Intel CPUs, where some hardware error such as some memory error can be reported without PCC (processor context

[PATCH -v4] QEMU-KVM: MCE: Relay UCR MCE to guest

2009-09-20 Thread Huang Ying
UCR (uncorrected recovery) MCE is supported in recent Intel CPUs, where some hardware error such as some memory error can be reported without PCC (processor context corrupted). To recover from such MCE, the corresponding memory will be unmapped, and all processes accessing the memory will be

Re: Extending virtio_console to support multiple ports

2009-09-20 Thread Rusty Russell
On Tue, 1 Sep 2009 02:07:05 am Anthony Liguori wrote: Amit Shah wrote: Functionally speaking, both virtio-console and virtio-serial do the same thing. In fact, virtio-console is just a subset of virtio-serial. If there are problems converging the two drivers in Linux, then I suggest you