I think the changelog is missing one important thing:
Initial KQemu support (if I'm not mistaken, it used to be in CVS only, and I
suppose it IS supported now).
Greets,
Rudi
Fabrice Bellard wrote:
> Hi,
>
> QEMU version 0.7.0 is out.
>
> Changelog:
>
>- better BIOS translation and HDD geom
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 19:55:58
Modified files:
. : dyngen.c
Log message:
win32 fix (Filip Navara)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu
Hi,
QEMU version 0.7.0 is out.
Changelog:
- better BIOS translation and HDD geometry auto-detection
- user mode networking bug fix
- undocumented FPU ops support
- Cirrus VGA: support for 1280x1024x[8,15,16] modes
- 'pidfile' option
- .dmg disk image format support (Johannes Schindelin)
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:49:23
Modified files:
. : Makefile
Log message:
tarbin fix
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 19:55:02
Modified files:
. : block.c
Log message:
BSD fix
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/block.c.diff
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:25:20
Modified files:
target-arm : op.c translate.c
Log message:
ARM thumb fixes
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:15:00
Modified files:
. : arm-dis.c disas.c
Log message:
ARM thumb disassembly (Paul Brook)
CVSWeb URLs:
http://savannah.gnu.org/c
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:17:58
Modified files:
. : Changelog Makefile Makefile.target block.c vl.h
Added files:
. : block-vpc.c
Log message:
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:11:21
Modified files:
linux-user : main.c
linux-user/arm : syscall.h
Log message:
ARM Thumb syscalls (Paul Brook)
CVSWeb URLs:
htt
An alpha version of kqemu for x86_64 will be released in the next few days.
Fabrice.
Rudi Lippert wrote:
I am using QEMU (not KQemu) on AMD64 and I would gladly test KQemu on my
computer.
If you (Fabrice) could build KQemu for AMD64, I will inform you of any
success or failure I experience. In the
KQEMU on AMD64 is coming soon... (don't know when though)..
Thanks,
Hetz
On 4/27/05, Rudi Lippert <[EMAIL PROTECTED]> wrote:
> I am using QEMU (not KQemu) on AMD64 and I would gladly test KQemu on my
> computer.
> If you (Fabrice) could build KQemu for AMD64, I will inform you of any
> success o
I am using QEMU (not KQemu) on AMD64 and I would gladly test KQemu on my
computer.
If you (Fabrice) could build KQemu for AMD64, I will inform you of any
success or failure I experience. In the meantime, I'd suggest you provide a
proper error message for users trying to build QEMU with KQemu suppor
I have no idea what it did, but now qemu behaves like it should have done
from the beginning :-). Now error messages are finally printed. Thanks a
lot!
The was a network problem, "GetNetworkParams failed. ret = 0032. Could
not get DNS address". GetNetworkParams is not supported in NT4, so that
Regarding problem 2 and 3 - this is a problem with KQEMU regarding
running 16 bit applications. Last time I talked to fabrice, he knows
about this problem (thats why you cannot use KQEMU with win9x as guest
OS).
Thanks,
Hetz
> 2) ntvdm crashes, no matter what app I try to launch with it (ntvdm i
I just saw Fabrice did commit a slightly changed version of the
BSD block.c patch, but its a bit broken (imbalanced brackets).
Here's a fix:
Index: block.c
===
RCS file: /cvsroot/qemu/qemu/block.c,v
retrieving revision 1.19
diff -u -r
Hi.
I've finally successfully installed Windows 2000 and SP4 from scratch with
kqemu under linux. I applied the IDE patch recently mentioned and that got
around the disk-full problem. This is on latest CVS. I have an observation,
and a couple of problems hopefully someone can help me with.
Hi,
> > my question is, can u implemet to read and write in a normal
> > direcktory-struckure for mounting in qemu normaly direktorys als
> > harddisks to direcktly changing div. files in the Orderingsystems
> > look there:
> >
> > [...]
>
> I played with this idea last December. I even produced
Hi,
On Wed, 27 Apr 2005, blackcrack wrote:
> my question is, can u implemet to read and write in a normal
> direcktory-struckure for mounting in qemu normaly direktorys als
> harddisks to direcktly changing div. files in the Orderingsystems look
> there:
>
> [...]
I played with this idea last De
Hello,
When running qemu 0.6.1, it at first accepts all keyboard input. But after
clicking on the window with the mouse and also after releasing witl ctrl-Alt,
the screen does not accept keyboard input any more. Is this a bug?
Is there an example somewhere of how to let two qemu sessions commun
Hi.
If someone is interesting, I have updated the version
of mine really works qemu 0.7.0+kqemu with my patches:
no_user_mode, nosdl and internal_vde (1 nics max)
configuration:
i386_32-i386_32-softmmu with kqemu, no slirp, no audio, no floppy,
no DMA (for increase speed of emulation)
i386_64 not t
Hy,
my question is, can u implemet to read and write in a normal
direcktory-struckure for mounting in qemu normaly direktorys als harddisks
to
direcktly changing div. files in the Orderingsystems look there:
in Linux:
qemu -hda -fmt fat /home/user/win1 (;))
qemu -hda -fmt fat /home/user/win3
Filip Navara wrote:
Fabrice Bellard wrote:
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by:Fabrice Bellard <[EMAIL PROTECTED]>05/04/26
20:38:17
Modified files:
target-i386: op.c ops_sse.h
Log message:
removed switches in op.c (Paul Brook)
CVSWeb URLs:
htt
Fabrice Bellard wrote:
CVSROOT:/cvsroot/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 20:38:17
Modified files:
target-i386: op.c ops_sse.h
Log message:
removed switches in op.c (Paul Brook)
CVSWeb URLs:
http://sa
Hi,
Attached is a patch for read only support of such images. I tested this
with an Ubuntu 4.10 and Windows 2000 install.
Some technical notes:
* looks like VPC creates always 16 GB images, and I didnt found a way to
change this. Also imho it will grow above 16gigs, as it has a duplicate
sparse
Hi,
Wednesday, April 27, 2005 3:03 PM Antony T Curtis wrote:
> kazu wrote:
>
> >Hi,
> >
> >A patch below supports NE2000 for a OS/2 Warp guest. The problem is that
PCI
> >bus isn't asserted when NE2000 is asserted. This patch is made by
lukewarm.
> >I heard th
25 matches
Mail list logo