[Qemu-devel] Supported OS: FreeBSD 5.3-RELEASE
Hello, For a couple of days ago, i have successfully tested FreeBSD (just the kernel boot). The kernel boots (from cd), and when I choosed the packages to install, the installer, makes the slices (bsdlabels ...). I aborted the installation, because I had no more time to do more ... The OS seems to work, but I dont have tested network features, sound or the XServer. The Version of QEMU is 0.7.0, not the actual CVS. I have patched the version to run on freebsd (lrintf, llrintf ..., I dont have used the patch from ports, because I dont know). marm ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] QEMU release 0.7.1
Hi, QEMU version 0.7.1 is out. More info at http://bellard.org/qemu Fabrice. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] Targetting a specific processor type
Mike Swanson wrote: I have a need currently to emulate specifically an 80486 processor, nothing lower or higher than that. Is it possible to configure QEMU in any way to simply emulate a 486, or compile it like that? It is currently not possible, but adding it would be possible: the first step is to modify the cpu init in target-i386/helper2.c to disable most of the cpuid bits. The second step is to modify target-i386/translate.c to test every cpuid bit (it is not done for all instructions: I did it mostly for MMX/SSE). Fabrice. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu ./qemu-img.c ./vl.c linux-user/main.c
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 18:44:56 Modified files: . : qemu-img.c vl.c linux-user : main.c Log message: copyright CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-img.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.132&tr2=1.133&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/linux-user/main.c.diff?tr1=1.69&tr2=1.70&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] Targetting a specific processor type
I have a need currently to emulate specifically an 80486 processor, nothing lower or higher than that. Is it possible to configure QEMU in any way to simply emulate a 486, or compile it like that? -- Mike ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu Makefile
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 18:44:35 Modified files: . : Makefile Log message: update tarbin target CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.diff?tr1=1.88&tr2=1.89&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu monitor.c
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 18:10:56 Modified files: . : monitor.c Log message: kqemu info CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/monitor.c.diff?tr1=1.35&tr2=1.36&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] Anyone familiar with the slirp code?
Jim C. Brown wrote: Well, I remember someone having issues with slirp and WinXP on an AMD64 host a few months ago, but you're right that seems to be fixed now. It was me I think - winxp guest on linux host. I recompiled Qemu with patch that was send by someone on the list and it's working now. I didn't try cvs, but I can do it if you are not sure that cvs version is correct. -- Pozdrowienia, Adrian Smarzewski ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu .cvsignore
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 18:11:33 Modified files: . : .cvsignore Log message: update CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/.cvsignore.diff?tr1=1.8&tr2=1.9&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu VERSION
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 18:14:03 Modified files: . : VERSION Log message: update CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/VERSION.diff?tr1=1.23&tr2=1.24&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu cpu-exec.c dyngen-exec.h vl.c
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 15:11:38 Modified files: . : cpu-exec.c dyngen-exec.h vl.c Log message: s390 bits CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/cpu-exec.c.diff?tr1=1.58&tr2=1.59&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/dyngen-exec.h.diff?tr1=1.25&tr2=1.26&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.131&tr2=1.132&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] qemu exec-all.h
How much is it useful? is it a good enough solution to install win9x with kqemu? Thanks, Hetz > Modified files: > . : exec-all.h > > Log message: > temporary work around for 16 bit code in kqemu ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu/hw apic.c
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 14:56:41 Modified files: hw : apic.c Log message: do not export fls_bit CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/apic.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu/target-i386 exec.h helper.c
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 14:33:17 Modified files: target-i386: exec.h helper.c Log message: fscale fix (bug noticed by Kuwanger, fix by malc) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/exec.h.diff?tr1=1.25&tr2=1.26&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/helper.c.diff?tr1=1.51&tr2=1.52&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu exec-all.h
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 14:14:53 Modified files: . : exec-all.h Log message: temporary work around for 16 bit code in kqemu CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/exec-all.h.diff?tr1=1.33&tr2=1.34&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu exec.c softmmu_template.h
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 12:55:09 Modified files: . : exec.c softmmu_template.h Log message: allow more than 32 bit of physical memory CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/exec.c.diff?tr1=1.61&tr2=1.62&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/softmmu_template.h.diff?tr1=1.11&tr2=1.12&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu exec.c
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 10:17:31 Modified files: . : exec.c Log message: 64 bit virtual addressing fix CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/exec.c.diff?tr1=1.60&tr2=1.61&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu/audio ossaudio.c
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/07/24 09:05:18 Modified files: audio : ossaudio.c Log message: open OSS audio device as write only (malc) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/ossaudio.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] es1370 emulation
looks like a new sound card, on PCI bus :) Christian On 7/24/05, Hetz Ben Hamo <[EMAIL PROTECTED]> wrote: > Mind sharing with us some info about this patch please? what does it > do, whats changed, etc.. > ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel