Displaying 20 results from an estimated 400000 matches similar to: "qemu test #2"
2007 Apr 22
6
QEMU on solaris/sparc to lunch linux
I downloaded the "QEMU 0.8.2 CVS20070120 + patches snapshot January 20th 2007" and it was compiled ok for "ppc-softmmu" but failed in the "sparc-softmmu" with the message:
../dyngen -o op.h op.o
dyngen: ret; restore; not found at end of op_ldstub_kernel
can someone tell me what to do or where can I find a QEMU software running on solaris/sparc to lunch linux
2007 Nov 04
3
OpenSolaris for sparc in qemu on linux x64
Hi,
i want to port an open-source project to sparc. I just downloaded OpenSolaris (sol-nv-b75-sparc-...iso), created an empty image for the hard disk, and tried to start qemu in a linux x64bit-host:
qemu-system-sparc -hda test.img -cdrom sol-nv-b75-sparc-v1.iso -boot d -nographic
The output says:
Nvram id QEMU_BIOS, version 1
CPUs: 1
nvram error detected, zapping pram
Welcome to OpenBIOS
2007 Jul 30
1
QEMU 0.9.0 packages available for Solaris 8 (-SDL, use vnc), 9&10 (+SDL)
All,
I''ve posted some QEMU 0.9.0 packages for x86_64 and SPARC on my website at
http://www.thoughtwave.net/downloads.html
Some of these include libSDL support compiled in (The Solaris 10+ version),
but I did not have libSDL available on my Solaris 9 machine.
Some include MTOOLS 3.9.10 which is invaluable for building floppy disk
images for RTOS development.
The packages install in
2008 Jun 22
5
New qemu source drop with improved kqemu module
I have uploaded a current source drop from the qemu subversion repository,
to the download area. Additionally, there is a new Kernel kqemu module
that will allow a 32-bit guest to run on a 64-bit host.
The current source base uses a different code generator from the orignial
Dyngen one. The new one is called "TCG" for "The Code Generator" and
is supposed to fix the
2008 Mar 06
0
Help with Qemu 0.8.2
Thanks, I have downloaded the thoughtwave build of Qemu 0.9.0 which does not appear to support kqemu as the Qemu project v0.8.2_cvs20070120_REV_2007.01.24 version does. I did find that running Win98se with kqemu accelerator enabled consistantly caused Solaris 10 8/07 to freeze completely; however Win2K worked perfectly.
I built and installed the tuntap devices for Solaris from the sources here
2009 Apr 25
0
qemu 0.10.2 and Solaris snv111 64 Bit /"unexpected erratum #100"
Hi
I''ve installed Solaris snv111 in a QEMU virtual machine using qemu
0.10.2 with kqemu 1.4 enabled. The installation worked without problems
but after rebooting from the virtual disk Solaris panics:
qemu usage:
/opt/qemu_0.10.x/bin/qemu-system-x86_64 -net user -net nic -usb
-usbdevice tablet -L /usr/local/share/qemu_0.9.x -boot c -m 1024 -net
nic,model=rtl8139 -net nic -net nic
2008 Jan 14
7
New QEMU 0.9.1 Solaris 10 Packages Available
All,
I''ve gone ahead and built the latest QEMU as a package.
The package is in the usual spot, at
http://www.thoughtwave.com/emulators.html
This is the 20080113 CVS head, built for x86 and sparc. Simply install the
most recent package, add /opt/thoughtwave/qemu/bin to your path, and the
wrapper scripts there will automagically run the right binaries for your
architecture.
Have fun
2011 Mar 12
1
Emulating SPARC Solaris 10 with QEMU on Windows 7
Hi,
What is the latest word on emulating SPARC Solaris 10 on Windows 7 using
QEMU?
Stephen (sdunford53 at gmail.com)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.opensolaris.org/pipermail/qemu-discuss/attachments/20110311/4fa6142c/attachment.html>
2007 Sep 15
0
SunOS 4.1.4 in qemu-system-sparc?
---- Dennis Clarke <dclarke at blastwave.org> wrote:
>
> > Another thing that might be fun would be NextStep on Sparc in qemu...
>
> Oh God.
>
> I actually have a copy of NeXT here in an unopened box. I was not too sure
> what to do with it.
>
> I tried out Sparc emulation a long time ago and it barely worked. I was
> able to load in Red Hat Linux
2007 Feb 14
1
Re: qemu-0.9.0 with initial tap interface
> >% gdiff ../kqemu-osol-1.3.0pre9/kqemu-solaris.c .
> >54c54
> >< static uint_t kqemu_busy = 0;
> >---
> >
> >
> >>static uint32_t kqemu_busy = 0;
> >>
> >>
> >73c73
> >< static uint_t upages_locked = 0;
> >---
> >
> >
> >>static uint32_t upages_locked = 0;
> >>
>
2006 Dec 07
6
cannot load kqemu modul on solaris 5.10 3/05
Hi @all
I want to load the precompile kqemu modul on my solaris 5.10 3/05, but this dont work.
MAKE
---
-bash-3.00# make install
cp kqemu-solaris-i386 kqemu
/usr/sbin/install -f /usr/kernel/drv -m 755 -u root -g sys kqemu
new owner is root
kqemu installed as /usr/kernel/drv/kqemu
cp kqemu-solaris-x86_64 kqemu
/usr/sbin/install -f /usr/kernel/drv/amd64 -m 755 -u root -g sys kqemu
new owner is
2007 Feb 15
4
Using setfacl to control access to /dev/kqemu
Solaris 10U3, latest kqemu, qemu-0.9.0-CVS plus TAP patch.
I''m aware that a fair amount of "rootish" access is required for the TAP and bridge
stuff, and I''m working on that. As kind of a secuirty thought, I figured
I''d use setfacl to give myself access to the /dev/kqemu device instead
of leaving it mode 664 or 666.
However, that didn''t work.
2007 Jun 19
1
patch enabling serial (tty) support
Folks,
First, let me thank everyone involved for making QEMU available on the
Solaris platform. It''s turning out to be really handy....
Here at work we''re required to use GroupWise calendaring (at least for
the time being), and I''m trying to get a bit more organized, so thought
I''d start (again) using a Palm handheld to take my calendar, etc. with me.
The new
2009 Jan 03
5
Shipping QEmu as part of Solaris Nevada (via SFWNV) ?
Hi!
----
Did anyone thought about shipping QEMu as part of Solaris Nevada (via
SFWNV) yet ?
----
Bye,
Roland
--
__ . . __
(o.\ \/ /.o) roland.mainz at nrubsig.org
\__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer
/O /==\ O\ TEL +49 641 3992797
(;O/ \/ \O;)
2006 Oct 22
0
Further QEMU 0.8.2 testing with sparcv8plus
This screen shot shows the full command and the Windows 98 boot :
http://www.blastwave.org/dclarke/stuff/thin/qemu_082_sparcv8plus_win98_boot.png
the disk is recognized as blank and a partition gets created fine
then format
http://www.blastwave.org/dclarke/stuff/thin/qemu_082_sparcv8plus_win98_fmtC.png
there are minor graphics cludges during the install
2008 May 23
3
LibMicro test for SNV89 HVM DomU at Ubuntu 8.04 Xen 3.2 Dom0
Both DomU and Dom0 (64-bit):-
bash-3.2# uname -a
SunOS dhcppc7 5.11 snv_89 i86pc i386 i86pc
bash-3.2# cd libMic*
bash-3.2# bin/fork -E -C 200 -L -S -W -N fork_100 -B 100 -C 100 > /tmp/fork.output
Running: fork_100 for 37.41568 seconds
bash-3.2# cd ..
bash-3.2# gunzip < libc_hwcap3.tar.gz | ( cd /tmp; tar xfv - )
x libc_hwcap3.so.1, 1646444 bytes, 3216 tape blocks
bash-3.2#
2007 Oct 01
1
Incorrect link to qemu-img
The page describing setting up HVM domains[1] contains an incorrect link
for downloading qemu-img. It has a link to
http://dlc.sun.com/osol/xen/download/current/qemu-img while it should be
http://dlc.sun.com/osol/xen/downloads/current/qemu-img (note the ''s'' on
downloads).
[1] http://opensolaris.org/os/community/xen/docs/HVMdomains.htm
--
Menno Lageman - Sun Microsystems -
2007 Feb 16
0
UPDATE: FROSUG February Meeting (2/22/2007)
***Meeting Update***
We will be having this month''s meeting at the Omni Interlocken Resort
in Broomfield and a conference call number is being provided for those
who can not make the meeting in person, see Meeting Details below for
more information.
In addition, we will be discussing Solaris Express Developer Edition
during the OpenSolaris Update and providing free SXDE DVDs.
Hope to
2008 Feb 22
6
Damm Small Solaris
Hi,
for what it''s worth:
There''s now a new Live CD for Solaris called Damm Small Solaris:
http://www.sunhelp.ru/archives/179-Damn_Small_Solaris_0.1.1_English_Page.html
In contrast to Belenix this Live CD works in Qemu - even without kqemu
load the performance is not so bad. One important missing are the
network driver for the network adapter emulated by Qemu. But they
2010 Jun 14
2
Using a .img to store a domu...problem with virt-install
Before I begin let me preface by saying I am a beginner so please excuse any foolishness on my part. If you follow this link http://hub.opensolaris.org/bin/view/Community+Group+xen/virtinstall ; you will see that there is supposedly an option for virt-install (--disk) where you can specify what you want to use as the disk for you dom0. For very specific reasons I need to use to have this as a .img