"Andreas Färber" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The following part of configure is triggered on a fully-updated
> Solaris 10 8/07 amd64:
>
> #
> # Solaris specific configure tool chain decisions
> #
> if test "$solaris" = "yes" ; then
>#
># gcc for solaris 10/fcs in /usr/sf
> -The host kernel was configured with dynamic tick & hi-res timers, to
> allow the desired timer resolution. USB 2.0 microframe is 125usec.
Requiring a 8kHz timer is a non-starter.
The 100kHz "retry" timer is even more bogus.
Qemu isn't capable of this kind of realtime response. You need to fi
On Monday 07 January 2008 14:38:54 Julian Seward wrote:
> > [discussion about where to host a bugzilla]
>
> Perhaps a more important question is, is there interest in making
> a stable branch, tracking bugs and producing bug-fix-only releases
> from the stable branch? As is traditional in (eg) gcc
On Monday 07 January 2008 14:19:27 Stefan Weil wrote:
> Hi,
>
> I just wanted to run QEMU CVS with EFI BIOS:
>
> i386-softmmu/qemu -snapshot -L efi-bios -hda efi-bios/efi.disk
> linux.img -net nic,model=i82551 -net user
>
> i82551 is part of the E100 emulator (eepro100.c).
>
> It does not work - n
Hi,
The following part of configure is triggered on a fully-updated
Solaris 10 8/07 amd64:
#
# Solaris specific configure tool chain decisions
#
if test "$solaris" = "yes" ; then
#
# gcc for solaris 10/fcs in /usr/sfw/bin doesn't compile qemu
correctly
# override the check with --dis
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 08/01/08 00:00:20
Modified files:
. : configure
Log message:
Mac OS X build fix, by Andreas Faerber.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1
On Monday 07 January 2008 05:27:19 Edgar E. Iglesias wrote:
> Hello,
>
> I needed this or similar to build recent qemu's with gcc-4.
>
> Best regards
Is that all you needed, and did the result work?
The 0.9.1 build I did yesterday grabbed gcc 3.4 during the ./configure stage,
which is only insta
Hello,
The attached patch removes the dyngen.dSYM directory and adds it to
the CVS ignore list.
This directory is generated starting with OS X v10.5 when compiling
with -g (the default).
Thanks,
Andreas
Leopard-dyngen.dSYM.diff
Description: Binary data
Am 12.12.2007 um 13:08 schrieb Alexander Graf:
On Dec 12, 2007, at 12:39 PM, Andreas Färber wrote:
Am 11.11.2007 um 13:40 schrieb Andreas Färber:
Building CVS HEAD on OS X (here sparc-softmmu) currently results
in unresolved symbols:
gcc-3.3 -g-o qemu-img qemu-img.o qemu-img-block.
On Sun, Jan 06, 2008 at 11:44:50PM +0100, Juergen Lock wrote:
> Hi!
>
> Yesterday (so, just before the qemu version commit...) I prepared a
> FreeBSD qemu-devel port update using the 2008-01-05_05 snapshot,
> http://people.freebsd.org/~nox/qemu/qemu-devel-20080105.patch
> and I already got
Am 07.01.2008 um 21:38 schrieb Julian Seward:
Perhaps a more important question is, is there interest in making
a stable branch, tracking bugs and producing bug-fix-only releases
from the stable branch? As is traditional in (eg) gcc, etc? If not,
I don't think there is much point in having a
> [discussion about where to host a bugzilla]
Perhaps a more important question is, is there interest in making
a stable branch, tracking bugs and producing bug-fix-only releases
from the stable branch? As is traditional in (eg) gcc, etc? If not,
I don't think there is much point in having a b
Hi,
I just wanted to run QEMU CVS with EFI BIOS:
i386-softmmu/qemu -snapshot -L efi-bios -hda efi-bios/efi.disk
linux.img -net nic,model=i82551 -net user
i82551 is part of the E100 emulator (eepro100.c).
It does not work - no output on serial console nor VGA screen.
Or do I have to press some
> +/* Some generally useful CD-ROM information */
> +#define CD_MINS 99 /* max. minutes per CD */
> +#define CD_SECS 60 /* seconds per minute */
> +#define CD_FRAMES 75 /* frames per second */
> +#define CD_FRAMESIZE204
The following patch re-implements the "GET CONFIGURATION" MMC-6 command to
match the published SPEC.
This is a re-write of the original patch series published but including the
feedback received :
http://lists.gnu.org/archive/html/qemu-devel/2007-11/msg00849.html
Important changes from the pre
Hi,
Windows doesn't implement localtime_r() and gmtime_r() functions, which
lead to ARM target breakage.
I added a very simple implementation of them (however not thread-safe),
which leads to fix ARM target and to simplification of code in a few
other files.
Bonus is that it also fixes a p
Hello,
I needed this or similar to build recent qemu's with gcc-4.
Best regards
--
Edgar E. Iglesias
Axis Communications AB
diff --git a/linux-user/main.c b/linux-user/main.c
index e3a2374..164fdb9 100644
--- a/linux-user/main.c
+++ b/linux-user/main.c
@@ -53,7 +53,8 @@ asm(".globl __preinit_ar
On Jan 6, 2008 11:03 PM, Fabrice Bellard <[EMAIL PROTECTED]> wrote:
> Hi,
>
> QEMU version 0.9.1 is out ! You can get it from:
>
> http://bellard.org/qemu/download.html .
>
> Fabrice.
>
working great on WinXP as host, using or not kqemu.
thanks and have a good year ahead!
--
Christian
--
http://
18 matches
Mail list logo