Paul Sheer wrote:
[snip]
> qemu can already boot all the x86 unix platforms imaginable
>
> win98/nt/xp,linux-x86,XXXbsd,solaris-x86
>
> plus all the linux platforms:
>
> linux-*
>
> right?
No. Linux runs on about 25 different architectures, qemu runs only
a subset of them.
Thiemo
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 16:42:13
Modified files:
. : monitor.c qemu-doc.texi sdl.c vl.c vl.h
hw : adb.c ps2.c slavio_serial.c usb-hid.c
Log message:
Dynamic handling of guest
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 16:54:16
Modified files:
target-ppc : helper.c translate.c
Log message:
PPC32 Trace Exception and Trap instruction, by Jason Wessel.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcv
Hi. i need to perform software builds on solaris-sparc and i'm trying
to avoid buying a real sparc for this. So qemu would be really helpful.
You could also try setting up a cross compiler.
Jumping to entry point...
device auxio size -1
hangs here with 100% CPU
Thanks for the report. Maybe
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 17:39:04
Modified files:
. : qemu-doc.texi vl.c vl.h
hw : pc.c
Log message:
Add -option-rom option to allow loading of PCI option ROMs, by Anthony
Lig
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 17:41:07
Modified files:
. : Makefile qemu-doc.texi vl.c
pc-bios: README
Log message:
Add -boot n option for x86 using PXE, by Anthony Liguori.
CVSWeb URL
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 17:44:41
Modified files:
. : block-raw.c vl.h
Log message:
patch for block-raw.c for Solaris, by Ben Taylor.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-ra
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 18:52:57
Modified files:
hw : fdc.c
Log message:
Fix comment, by Volker Ruppert.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/fdc.c?cvsroot=qemu&r1=1.20&r2=1.21
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 18:56:04
Modified files:
. : block-bochs.c
Log message:
Support for Bochs "growing" images, by Volker Ruppert.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 18:58:35
Modified files:
. : vl.h
hw : ide.c
Log message:
Fix for hard disk translation hints, by Volker Ruppert.
CVSWeb URLs:
http://cvs.savannah.gnu
Don Kitchen wrote:
> I just compiled CVS and have experienced a regression with some windows
> qcow images (2000 pro and server). The images work with cvs I compiled back
> in July, but current cvs produces blue screen with INACCESSIBLE_BOOT_DEVICE.
Could you try to find out which change in qemu t
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 20:55:49
Modified files:
linux-user : syscall.c
Log message:
Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 21:25:54
Modified files:
. : configure
Log message:
Configure check for alsa, by Bernhard Fischer.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=
Mark B wrote:
> Apologies for the missed semi-colon - I edited the vendor id after the fact.
>
> Looks like I chopped the call to init as well. You'll need this:
Please post an updated (complete) patch to this mailing list.
Thiemo
___
Qemu-devel ma
Hi!
This patch corrects mips*_bios.bin names.
It allows to use arbitrary BIOS file size also.
--
-=AV=-
mips_bios.patch
Description: Binary data
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 22:01:59
Modified files:
. : console.c monitor.c vl.c vl.h
Log message:
Reinitialize monitor upon reconnect, by Anthony Liguori.
CVSWeb URLs:
http://cvs.savannah.gnu.org/v
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/05 23:48:51
Added files:
pc-bios: pxe-ne2k_pci.bin pxe-pcnet.bin pxe-rtl8139.bin
Log message:
Add new Etherboot ROMs for PXE boot.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs
Am Dienstag, den 02.01.2007, 23:48 -0800 schrieb Don Kitchen:
> I just compiled CVS and have experienced a regression with some windows
> qcow images (2000 pro and server). The images work with cvs I compiled back
> in July, but current cvs produces blue screen with INACCESSIBLE_BOOT_DEVICE.
>
> I
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/06 01:37:51
Modified files:
hw : mips_r4k.c
Log message:
Different MIPS BIOS binary names per endianness, and more relaxed size
rules for the binaries, by Alec Voropay.
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/06 02:24:15
Modified files:
hw : mips_r4k.c
Log message:
Unbreak the last patch.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_r4k.c?cvsroot=qemu&r1=1.30&r2=1.
The following patch adds support to the VNC server for the
PointerTypeChange. This is a new encoding I've defined specifically for
virtualization. It allows a VNC client to support a server that has a
relative mouse (such as a PS/2 mouse in QEMU). If you're familiar with
the mouse being offs
The following patch adds an info vnc monitor command. When writing a
front-end, it's useful to be able to determine 1) if a client is current
connected to the VNC server and 2) what the VNC server is actually
listening on.
Regards,
Anthony Liguori
diff -r 64e6128482fb monitor.c
--- a/monitor
22 matches
Mail list logo