<[EMAIL PROTECTED]> wrote:
>
> > The rescue disks aren't an OEM copy of WinXP Home, they
> > are a set of 6 CD's containing a very fixed version of
> > Partition Quest's partition restorer. I went down into
>
> Ahh...
>
> Yeah, you got screwed.
>
> I thought those kinds of practices went out w
On Sunday 01 May 2005 21:15, Flavio Visentin wrote:
> > This is not correct.
> > If the blr is not at the end of the function, things will break.
>
> [SNIP]
>
> > This basically only ever worked because gcc could be coerced into
> > generating relatively simple code. GCC4 contains much more aggress
On Sunday 01 May 2005 21:29, Jonas Maebe wrote:
> On 01 May 2005, at 19:04, Paul Brook wrote:
> > This is not correct.
> > If the blr is not at the end of the function, things will break.
> > dyngen assumes the last instruction is the only return instruction in
> > the
> > function. This allows it
On 01 May 2005, at 19:04, Paul Brook wrote:
This is not correct.
If the blr is not at the end of the function, things will break.
dyngen assumes the last instruction is the only return instruction in
the
function. This allows it to remove the blr insn and concatenate
multiple
functions together.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> This is not correct.
> If the blr is not at the end of the function, things will break.
[SNIP]
> This basically only ever worked because gcc could be coerced into generating
> relatively simple code. GCC4 contains much more aggressive high level
On 4/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Ben;
> Unfortunately, there aren't too many disk imaging programs I'd recommend.
> Both Norton Ghost (the old version) and DriveImage (the old version) have
> problems. And I certainly wouldn't recommend the new versions. None of the
I'm workin on the GUI for cocoa.m...
I'm able to save/stop/start WMs from the GUI
- if i stop qemu, am I able to change vars like memory/images/network
and start qemu with a different VM without terminating qemu?
I'm able to change images for cdrom/floppy from the GUI
- is it possible to load a i
Ben;
> The rescue disks aren't an OEM copy of WinXP Home, they
> are a set of 6 CD's containing a very fixed version of
> Partition Quest's partition restorer. I went down into
Ahh...
Yeah, you got screwed.
I thought those kinds of practices went out with Win98.
But yeah, I guess some manufac
I'm starting a Knoppix 3.8 instance from a CD iso image using:
qemu -cdrom /export/src/iso/KNOPPIX_V3.8.1-2005-04-08-EN.iso -user-net
-enable-audio -boot d knoppix.img -k en-us
with the intention of getting it up and running so I can
use a savevm/loadvm feature. What I did was boot Knoppix,
ope
Does anyone know the interaction between using snapshot
and a savevm'd state. I'd like to do some testing without
having to lug around several copies of an image file,
so I'm thinking that i'd like to use a snapshot with
a savevm state file to restart an image. This way, if
something blows up ba
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Fabrice Bellard wrote:
>
> I like the idea, but your patch may not compile for win32. Maybe
> creating a generic "dummy:[size]" block device would be interesting
> instead ?
>
> Fabrice.
>
How about this? With this patch you can specify e.g. '-hda
Ben;
>> > the bat files that manipulate this thing, and there is
>> > a bios checker to make sure that the bios of the laptop
>>
>> I'm pretty sure the 'bios checker' is probably checking for the digital
>> signature in the BIOS.
>
> It just looks for a string. You wanna see the bat files?
> I
On Saturday 30 April 2005 12:10, David Woodhouse wrote:
> GCC 4 occasionally generates functions with the 'blr' somewhere in the
> middle and a branch at the end.
>
> --- qemu-0.7.0/dyngen.c.orig 2005-04-30 11:59:05.0 +0100
> +++ qemu-0.7.0/dyngen.c 2005-04-30 12:00:11.0 +010
Filip Navara <[EMAIL PROTECTED]>
Support for creating VMDK images.
Index: block-vmdk.c
===
RCS file: /cvsroot/qemu/qemu/block-vmdk.c,v
retrieving revision 1.5
diff -u -p -r1.5 block-vmdk.c
--- block-vmdk.c 26 Apr 2005 21:08:00 - 1.
The arm semihosting open syscall does not pass the "mode" argument when
creating a file. The patch below fixes this.
Paul
Index: arm-semi.c
===
RCS file: /cvsroot/qemu/qemu/linux-user/arm-semi.c,v
retrieving revision 1.2
diff -u -p
GCC 4 occasionally generates functions with the 'blr' somewhere in the
middle and a branch at the end.
--- qemu-0.7.0/dyngen.c.orig2005-04-30 11:59:05.0 +0100
+++ qemu-0.7.0/dyngen.c 2005-04-30 12:00:11.0 +0100
@@ -1396,11 +1395,13 @@ void gen_code(const char *name, host_ulo
#
Hi,
Typo in the documentation: s/peripherial/peripheral/g
diff -X excl -rduNp qemu.oorig/qemu-doc.texi qemu/qemu-doc.texi
--- qemu.oorig/qemu-doc.texi2005-03-13 10:43:05.0 +0100
+++ qemu/qemu-doc.texi 2005-04-30 14:46:24.762300960 +0200
@@ -22,7 +22,7 @@ QEMU has two operating modes:
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/30 16:10:35
Modified files:
. : Changelog vl.c vl.h
hw : ide.c
Log message:
Windows 2000 install disk full hack (ori
Hi,
I commited a patch to correct the Windows 2000 disk full problem based
on Vladimir N. Oleynik idea. Use the option '-win2k-hack' when
installing Windows 2000. The disk write speed will be slower but the
disk full problem should disapear. Do not use this option after Windows
is installed.
T
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/30 15:08:33
Modified files:
. : qemu-doc.texi qemu-tech.texi
Log message:
typos
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qem
> if i want to use qemu to run, os2, beos, windows... under linux, i can't
> use i386-user?
No, you need i386-softmmu to run a whole virtual machine. If you use the CVS
version of QEmu, you can also use the KQemu accelerator module to speed this
up.
If you wanted to (for instance) run i386 bin
Hi,
Bernd Schemmer wrote:
http://user.it.uu.se/~jerker/qemu/MB1Xqemu0_6_0__i386_solaris9_usr_local.pkg.gz
and installed it on Solaris 10 x86 - works very well except the network
emulation.
From the comments on
http://www.solariscentral.org/article.php/20040907100827529
I'm not sure if network e
Le 1 Mai 2005 06:31, Paul Brook a écrit :
> On Sunday 01 May 2005 05:58, Marc Collin wrote:
> > hi
> >
> > when we do a ./configure for qemu
> >
> > there is:
> >
> > target list i386-user arm-user armeb-user sparc-user ppc-user
> > i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu
> >
>
I got some help here a couple a days ago (thread "qemu.exe, qemumenu.bat and
qemu-forum doesn't work"), and I promised to make some more testing and
report the bugs I found. This is my report.
The first and major problem when running qemu on windows is that you get no
output at all. No error messa
The patch below fixes a but in the arm saturating add/subtract instructions.
We were writing the result back to the wrong register.
Paul
Index: target-arm/translate.c
===
RCS file: /cvsroot/qemu/qemu/target-arm/translate.c,v
retriev
On Sunday 01 May 2005 05:58, Marc Collin wrote:
> hi
>
> when we do a ./configure for qemu
>
> there is:
>
> target list i386-user arm-user armeb-user sparc-user ppc-user
> i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu
>
> for a x86 machine, what is the best for performance?
> i386-u
On 1 mai 05, at 06:24, Karl Magdsick wrote:
http://fabrice.bellard.free.fr/qemu/kqemu-doc.html indicates kqemu is
only for x86 Linux 2.4.x and Linux 2.6.x, not PPC Xnu 7.9.x. Qemu
0.6.0 might also be too old to take advantage of kqemu.
If he used the installer from Free OS Zoo, this would seem to
27 matches
Mail list logo