[Qemu-devel] [Bug 1087590] Re: gdbstub step instruction locks up on OS X

2013-05-21 Thread Niel van der Westhuizen
** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1087590 Title: gdbstub step instruction locks up on OS X Status in QEMU: Fix Released Bug de

[Qemu-devel] GSoC Idea: Motorola DSP56k

2013-04-20 Thread Niel van der Westhuizen
Hey, So I've been hacking away on an Xbox target in qemu ( https://github.com/espes/xqemu). The Xbox APU contains a Motorola DSP56362 core, and there's API and tooling for applications to generate and load custom "effects" consisting of DSP code, so a reasonable emulation of it seems to be require

Re: [Qemu-devel] SoC Idea: Xbox target

2013-04-16 Thread Niel van der Westhuizen
On 16 April 2013 18:27, Stefan Hajnoczi wrote: > What is the current status of the xbox target and what would a 12-week > GSoC project accomplish? The scope of the project needs to be clearly > defined so this information is critical. > Currently it runs the bios to completion (which includes t

[Qemu-devel] SoC Idea: Xbox target

2013-04-15 Thread Niel van der Westhuizen
Hey, So I've been lazily hacking away on https://github.com/espes/xqemu for the last few months. It's a target for the original Xbox in Qemu - it's kind of a neat fit, since the Xbox was mostly an nForce 420 PC. It'd be awesome to have helping out on this as a listed Summer of Code project idea. (

Re: [Qemu-devel] [PATCH 01/18] console: fix displaychangelisteners interface

2013-03-18 Thread Niel van der Westhuizen
On 12 March 2013 21:32, Gerd Hoffmann wrote: > diff --git a/ui/cocoa.m b/ui/cocoa.m > index ca42413..b1fb30e 100644 > --- a/ui/cocoa.m > +++ b/ui/cocoa.m > @@ -1030,6 +1034,14 @@ static void cocoa_cleanup(void) > g_free(dcl); > } > > +static const DisplayChangeListenerOps dcl_ops = { > +

[Qemu-devel] [Bug 1087590] Re: gdbstub step instruction locks up on OS X

2012-12-07 Thread Niel van der Westhuizen
(Though note it seems to always freeze on boot with '--with- coroutine=sigaltstack') -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1087590 Title: gdbstub step instruction locks up on OS X Status i

[Qemu-devel] [Bug 1087590] Re: gdbstub step instruction locks up on OS X

2012-12-07 Thread Niel van der Westhuizen
(new backtrace:) Thread 9 (process 58073): #0 0x7fff93dcd0fa in __psynch_cvwait () #1 0x7fff931c0f89 in _pthread_cond_wait () #2 0x000100202cf3 in qemu_sem_timedwait (sem=0x100996618, ms=1) at qemu-thread-posix.c:214 #3 0x000100230b0e in worker_thread (unused=0x0) at threa

[Qemu-devel] [Bug 1087590] Re: gdbstub step instruction locks up on OS X

2012-12-07 Thread Niel van der Westhuizen
Yes. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1087590 Title: gdbstub step instruction locks up on OS X Status in QEMU: New Bug description: OS X 10.8.2 (Darwin Niels-MacBook-Air.local

[Qemu-devel] [Bug 1087590] [NEW] gdbstub step instruction locks up on OS X

2012-12-07 Thread Niel van der Westhuizen
Public bug reported: OS X 10.8.2 (Darwin Niels-MacBook-Air.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64) -Only seems to occur with a drive attached -To reproduce (from current git master): ./configure --cc=clang --enable-d