Re: [Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host

2012-02-01 Thread Stefan Weil
Am 01.02.2012 23:16, schrieb Kenneth Salerno: Another strange problem I've been having with newer builds from Git lately is I can only execute qemu-system-*.exe correctly from within gdb (i.e. "/usr/bin/gdb.exe ./i386-softmmu/qemu-system-i386.exe; gdb>run -L ./pc-bios"). If I run qemu-system-*.

Re: [Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host

2012-02-01 Thread Kenneth Salerno
rwise die complaining about exception code 0xc005 at address 0x7c91b21a in ntdll.dll... "--help" works though... Any suggestions are appreciated. Thanks. Ken --- On Sat, 8/6/11, Blue Swirl wrote: > From: Blue Swirl > Subject: Re: [Qemu-devel] 0.15.0-rc2 (any version

Re: [Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host

2011-08-06 Thread Blue Swirl
On Sat, Aug 6, 2011 at 1:33 PM, Anthony Liguori wrote: > On 08/05/2011 10:25 PM, TeLeMan wrote: >> >> On Sat, Aug 6, 2011 at 04:46, Blue Swirl  wrote: >>> >>> On Fri, Aug 5, 2011 at 8:09 PM, Kenneth Salerno >>>  wrote: Hi, I'm not sure if any defaults (build or runtime) have c

Re: [Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host

2011-08-06 Thread Anthony Liguori
On 08/05/2011 10:25 PM, TeLeMan wrote: On Sat, Aug 6, 2011 at 04:46, Blue Swirl wrote: On Fri, Aug 5, 2011 at 8:09 PM, Kenneth Salerno wrote: Hi, I'm not sure if any defaults (build or runtime) have changed since 0.14.1, but I can no longer get the following to work anymore for QEMU versio

Re: [Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host

2011-08-06 Thread Stefan Weil
Am 06.08.2011 01:17, schrieb Kenneth Salerno: With this patch it gets caught up in tcg/tcg.c line 1646: if (ts->val_type == TEMP_VAL_REG) ... else if (ts->val_type == TEMP_VAL_MEM) ... else if (ts->val_type == TEMP_VAL_CONST) } else { <--- we get here by changing unsigned int to unsigne

Re: [Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host

2011-08-05 Thread TeLeMan
On Sat, Aug 6, 2011 at 04:46, Blue Swirl wrote: > On Fri, Aug 5, 2011 at 8:09 PM, Kenneth Salerno > wrote: >> Hi, >> >> I'm not sure if any defaults (build or runtime) have changed since 0.14.1, >> but I can no longer get the following to work anymore for QEMU versions >> 0.15.0-rc2 or recent d

Re: [Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host

2011-08-05 Thread Kenneth Salerno
--- On Fri, 8/5/11, Jan Kiszka wrote: > From: Jan Kiszka > Subject: Re: 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on > Windows XP host > To: "Blue Swirl" , "Kenneth Salerno" > > Cc: qemu-devel@nongnu.org > Date: Friday, August 5, 2011, 5:43 PM > On 2011-08-05 22:46, Blue S

Re: [Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host

2011-08-05 Thread Jan Kiszka
On 2011-08-05 22:46, Blue Swirl wrote: > On Fri, Aug 5, 2011 at 8:09 PM, Kenneth Salerno > wrote: >> Hi, >> >> I'm not sure if any defaults (build or runtime) have changed since 0.14.1, >> but I can no longer get the following to work anymore for QEMU versions >> 0.15.0-rc2 or recent development

Re: [Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host

2011-08-05 Thread Blue Swirl
On Fri, Aug 5, 2011 at 8:09 PM, Kenneth Salerno wrote: > Hi, > > I'm not sure if any defaults (build or runtime) have changed since 0.14.1, > but I can no longer get the following to work anymore for QEMU versions > 0.15.0-rc2 or recent development builds: > >  -device e1000,netdev=mynet0 -netde

[Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host

2011-08-05 Thread Kenneth Salerno
Hi, I'm not sure if any defaults (build or runtime) have changed since 0.14.1, but I can no longer get the following to work anymore for QEMU versions 0.15.0-rc2 or recent development builds: -device e1000,netdev=mynet0 -netdev type=user,id=mynet0 ... Works great in 0.14.1 however. >From th