the OpenBSD 5.5 installation finished in 3 minutes on my system.
I haven't tried to profile the code.
- Michael
On Tue, Jun 24, 2014 at 07:22:59AM +0200, Paolo Bonzini wrote:
> Il 24/06/2014 03:41, Michael W. Bombardieri ha scritto:
> >Hi,
> >
> >Thanks for adding m
Hi,
Thanks for adding me to this thread.
I am not familiar with the qemu source code but I am aware
of the coroutine crash and I can test a patch if you have
one.
qemu 1.5.1 was the last version I was able to build and use
on win32. Later versions build without error but exhibit the
coroutine cr
Hi,
My newly built qemu/win32 binary (v1.6.1) crashes in qemu-system-i386 and
qemu-system-x86_64 when
booting from an install CD.
C:\Program Files\qemu>qemu-system-x86_64 -boot d -vnc 0.0.0.0:20 -cdrom
NetBSD-6.1.2-amd64.iso
Assertion failed: qemu_in_coroutine(), file qemu-corou
On Sun, Mar 31, 2013 at 12:48:04AM +, Peter Maydell wrote:
>
> Hi Michael; thanks for the patch. However I think we should
> fix this by having a configure check for sem_timedwait [or
> whatever the functions we need are], rather than by piling
> up another OS ifdef check.
>
> (If you want to
Hi,
This morning I tried building Qemu 1.4.0 on my
Lenovo ThinkPad T61 running OpenBSD/i386 5.1.
The thread code didn't build due to a missing
library function. Looking at the code, #if
statements for NetBSD should also be followed
for OpenBSD. Using the following patch I was
able to build Qemu us
Hi,
The following patch removes variable 'found' from lookup_feature().
We can just return true/false (found/not found) directly.
Does this look OK?
- Michael
diff --git a/target-i386/cpu.c b/target-i386/cpu.c
index a0640db..9147aaf 100644
--- a/target-i386/cpu.c
+++ b/target-i386/cpu.c
@@ -319
Hi,
Thanks for your work on Qemu!
My friend Prashant Satish has provided Qemu binaries for
1.4.0 hosted here:
http://www.omledom.com/
Currently there is no support for SDL in the build but
more binary releases are to come.
Would it be possible for this mirror to be added to:
http://wiki.qe