Hi QEMU developers.
Thank you for the great product!
I've found that it is impossible to pass cdrom device (neither
\\.\cdrom0 nor \\.\d: ) to QEMU when it runs on Windows 2003 AS.
It always returns "could not open hard disk image " . I tried double
backslashes, forwardslashes, drive letter, cd
Hi,
It is comile fix for win32.
Regards,
Kazu
Index: block-vvfat.c
===
RCS file: /sources/qemu/qemu/block-vvfat.c,v
retrieving revision 1.3
diff -u -r1.3 block-vvfat.c
--- block-vvfat.c 18 Dec 2005 18:29:50 - 1.3
+++ block-vvfa
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/19 01:42:33
Modified files:
. : cpu-exec.c
Log message:
workaround for gcc bug on PowerPC
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewc
Dan mentioned he was seeing very poor network performance when using user-net.
It turns out this is because packets were getting dropped (the NIC buffers
were full), and the slirp code doesn't throttle properly when this occurs.
You end up with a bunch of packets getting sent to the guest, half
Antti P Miettinen <[EMAIL PROTECTED]> writes:
> Looks like the kernel somehow ends up thinking that we are loading
> something from zero. Hmm.. the value being loaded to r1 is zero. So
> could this be related to crossing a page boundary in the middle of an
> instruction? But anyway - I'll try to de
Daniel Jacobowitz <[EMAIL PROTECTED]> writes:
> It appears to work fairly well.
I can confirm that. I'm currently debugging a segmentation fault in
compiling one source file of firefox. Something that the current ARM
sysemu can do is e.g.
- boot debian/sid NFS root
- compile gcc far enough to prod
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 20:34:32
Modified files:
. : qemu-doc.texi vl.c vl.h
hw : pc.c
Log message:
suppressed -enable-audio and simplifi
In message: <[EMAIL PROTECTED]>
Paul Brook <[EMAIL PROTECTED]> writes:
: > Given all these improvements in arm support, what's the status of
: > system level support for arm, and what system is emulated?
:
: Short answer is it should work. A default linux kernel config doesn't quite
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 20:11:37
Modified files:
. : qemu-doc.texi
Log message:
MIPS, ARM and SMP updates
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qe
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 20:03:27
Modified files:
linux-user : syscall.c
Log message:
log typos
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/linux-user/s
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 19:28:08
Modified files:
tests : qruncom.c Makefile
Log message:
qruncom compile fixes (initial patch by Even Rouault)
CVSWeb URLs:
http:
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 19:18:45
Modified files:
. : cocoa.m
Log message:
(Joachim Henke)
- suppress unwanted kernel logs
- avoids passing mod
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 19:14:49
Modified files:
. : configure
Log message:
better help option support (Bernhard Fischer)
CVSWeb URLs:
http://cvs.savannah.gn
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 19:09:37
Modified files:
. : vl.c
Log message:
avoid echo on pty devices (David Decotigny) - fixes in the command line
help
CVSWeb U
On Sunday 18 December 2005 12:54, Daniel Jacobowitz wrote:
> Emulation of something with PCI and an IDE controller is pretty
> high up on my list :
Does qemu do StrongARM emulations? There is a nice
StrongARM PCI motherboard from CATS with IDE controllers, etc.
--
Lose, v., experience a loss, ge
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 18:31:45
Modified files:
. : Changelog qemu-doc.texi
Log message:
update
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/C
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 18:29:50
Modified files:
. : block-vvfat.c
Log message:
Major overhaul of the virtual FAT driver for read/write support
(Johannes Sch
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 18:28:15
Modified files:
. : block-qcow.c block.c block_int.h
Log message:
qcow_make_empty() support (Johannes Schindelin)
CVSWeb URL
In message: <[EMAIL PROTECTED]>
Daniel Jacobowitz <[EMAIL PROTECTED]> writes:
: On Sun, Dec 18, 2005 at 04:51:02PM +, Paul Brook wrote:
: > Something like the attached patch.
:
: After getting myself, and probably Paul, completely confused about
: array indexing, I agree that this
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 18:02:24
Modified files:
. : vl.c
Log message:
use IPPROTO_IP instead of SOL_IP
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu
On Sun, Dec 18, 2005 at 10:42:16AM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Daniel Jacobowitz <[EMAIL PROTECTED]> writes:
> : On Sun, Dec 18, 2005 at 04:51:02PM +, Paul Brook wrote:
> : > Something like the attached patch.
> :
> : After getting myself, and p
> Given all these improvements in arm support, what's the status of
> system level support for arm, and what system is emulated?
Short answer is it should work. A default linux kernel config doesn't quite
work because it hangs probing for a non-existant VGA card. Disable the VGA
console driver
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 17:51:01
Modified files:
hw : mips_r4k.c
Log message:
do not init ne2000 if no network enabled
CVSWeb URLs:
http://cvs.savannah.gnu.or
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 17:39:52
Modified files:
hw : smc91c111.c
Log message:
smc91c111 fixes (Paul Brook)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/q
On Sun, Dec 18, 2005 at 04:51:02PM +, Paul Brook wrote:
> Something like the attached patch.
After getting myself, and probably Paul, completely confused about
array indexing, I agree that this version is right :-) It also boots
and appears to work. Network performance is not very good (aver
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 16:55:25
Modified files:
target-arm : translate.c
Log message:
cpu_reset() fix (Paul Brook)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/q
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 16:54:08
Modified files:
target-arm : helper.c
Log message:
switching to Arm mode in do_interrupt() (Paul Brook)
CVSWeb URLs:
http://cvs.savan
On Thursday 15 December 2005 00:00, Paul Brook wrote:
> On Wednesday 14 December 2005 22:17, Daniel Jacobowitz wrote:
> > This is enough to let me use apt-get within qemu-system-arm :-)
>
> I'd totally missed that there were _two_ TX FIFOs.
>
> > @@ -364,6 +381,8 @@ static void smc91c111_writeb(voi
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 16:36:49
Modified files:
. : qemu-doc.texi vl.c
Log message:
'-net socket,mcast=' option support (initial patch by Juan Jose
Ciarlant
29 matches
Mail list logo