** 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
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
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
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. (
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 = {
> +
(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
(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
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
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