[Qemu-devel] [PATCH] Fix compilation for non-POSIX system (w64)

2011-06-23 Thread Stefan Weil
compatfd.h is only needed with CONFIG_POSIX. Compilation fails in compatfd.h for at least one non-POSIX systems (w64). Signed-off-by: Stefan Weil --- cpus.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cpus.c b/cpus.c index 0699f37..8501254 100644 --- a/cpus.c +++ b/

[Qemu-devel] Kemari status?

2011-06-23 Thread Christian Brunner
Does anyone know what happened to kemari? Back in March it was on the list for a possible merge in qemu 0.15. In April the last update was sent to this list. After that everything remained silent. I think it's a really interesting project and I wonder why it isn't picked up. Thanks, Christian

[Qemu-devel] serial input with -serial stdio

2011-06-23 Thread Edgar E. Iglesias
Hi, Tried to stream 2K of data into a guest via an emulated serial port backed by -serial stdio but it failed. Looks like data flows for a while, then suddenly even though the last call to can_rceive returns +, nothing comes. It works OK through TCP ports (-serial tcp::xxx,server + nc). I know th

[Qemu-devel] SPARC64 support on FreeBSD, has it improved as of yet?

2011-06-23 Thread Super Bisquit
The last time I asked, Blue Swirl was somewhat working on the port. Has anything been improved since? Thanks

Re: [Qemu-devel] [PATCH v2 0/3] kvm:showing a splash picture when start

2011-06-23 Thread Wayne Xia
2011-6-23 20:29, Jan Kiszka : On 2011-06-23 14:05, Daniel P. Berrange wrote: On Thu, Jun 23, 2011 at 01:24:01PM +0200, Jan Kiszka wrote: On 2011-06-23 13:20, Wayne Xia wrote: 2011-6-23 18:03, Jan Kiszka On 2011-06-23 11:18, Wayne Xia wrote: Hi, these 3 patch simply enable qemu-kvm to

[Qemu-devel] Actual TB code doesn't look like what was intended (TCG issue)?

2011-06-23 Thread Max Filippov
Hello guys. I'm running qemu on x86_64 host. It's clean build from git sources dated 2011.05.19, commit 1fddfba129f5435c80eda14e8bc23fdb888c7187 I have the following output from "log trace,op,out_asm": Trace 0x4000a310 [d0026c92] OP: 0xd0c0 movi_i32 tmp1,$0xfff4 add_i32 tmp0,ar9,

Re: [Qemu-devel] unix domain socket communication with guests

2011-06-23 Thread Amit Shah
On (Thu) 23 Jun 2011 [17:37:50], Joel Uckelman wrote: > On Tue, Jun 21, 2011 at 10:47 AM, Amit Shah wrote: > > On (Mon) 20 Jun 2011 [18:24:38], Joel Uckelman wrote: > >> I'm trying to set up a unix domain socket with a guest on one end and > >> the host on the other, where the server is running on

Re: [Qemu-devel] struct TimerState

2011-06-23 Thread Nilay Vaish
On Wed, 22 Jun 2011, Andreas F?rber wrote: Am 21.06.2011 um 12:24 schrieb Nilay Vaish: Is there a way to know how many cycles the virtual machine has been running for? No. QEMU's emulation is not cycle-accurate. The instruction counter (icount) gives you an indication of how much workload

Re: [Qemu-devel] [Qemu-trivial] [PATCH] fix MinGW compilation when --enable-vnc-jpeg is specified

2011-06-23 Thread Stefan Hajnoczi
On Thu, Jun 23, 2011 at 4:05 PM, Stefan Weil wrote: > Am 23.06.2011 15:52, schrieb Stefan Hajnoczi: >> >> On Sat, Jun 18, 2011 at 10:35:57AM +0200, Stefan Weil wrote: >>> >>> Am 18.06.2011 07:13, schrieb Roy Tam: This patch fix conflicting types for 'INT32' in basetsd.h in including

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Avoid double definitions of PRI*64

2011-06-23 Thread Stefan Hajnoczi
On Thu, Jun 23, 2011 at 3:32 PM, Stefan Weil wrote: > Am 23.06.2011 15:35, schrieb Stefan Hajnoczi: >> >> On Thu, Jun 23, 2011 at 10:15:58AM +0200, Jan Kiszka wrote: >>> >>> From: Jan Kiszka >>> >>> Recent mingw32 provide those defines. > > ... and all of those defines are wrong, because QEMU doe

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Avoid double definitions of PRI*64

2011-06-23 Thread Stefan Weil
Am 24.06.2011 07:41, schrieb Stefan Hajnoczi: On Thu, Jun 23, 2011 at 3:32 PM, Stefan Weil wrote: Am 23.06.2011 15:35, schrieb Stefan Hajnoczi: On Thu, Jun 23, 2011 at 10:15:58AM +0200, Jan Kiszka wrote: From: Jan Kiszka Recent mingw32 provide those defines. ... and all of those defines

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Avoid double definitions of PRI*64

2011-06-23 Thread Stefan Hajnoczi
On Fri, Jun 24, 2011 at 7:11 AM, Stefan Weil wrote: > Am 24.06.2011 07:41, schrieb Stefan Hajnoczi: >> >> On Thu, Jun 23, 2011 at 3:32 PM, Stefan Weil wrote: >>> >>> Am 23.06.2011 15:35, schrieb Stefan Hajnoczi: On Thu, Jun 23, 2011 at 10:15:58AM +0200, Jan Kiszka wrote: > > Fro

<    1   2