Re: [Qemu-devel] [PATCH 23/48] multi-mmc support in init call

2010-03-28 Thread Filip Navara
I see neither the change to sd_init implementation nor the implementation of sd_is_mmc. Best regards, Filip Navara On Fri, Mar 26, 2010 at 5:06 PM, Riku Voipio wrote: > From: Juha Riihimäki > > change sd_init convention to allow multiple entries > > Signed-Off-By: Riku Voipio

Re: [Qemu-devel] [PATCH] target-arm: ARMv4 emulation

2010-01-14 Thread Filip Navara
On Fri, Dec 18, 2009 at 11:05 PM, Aurelien Jarno wrote: > On Fri, Dec 18, 2009 at 10:32:37PM +0100, Marc Andre Tanner wrote: > > On Tue, Dec 01, 2009 at 09:41:43PM +0100, Filip Navara wrote: > > > While most of the ARMv5 instructions are backward compatible with > ARMv4

Re: [Qemu-devel] Unclear committer situation

2009-12-03 Thread Filip Navara
the easiest for everyone (at least the readers) is > git-format-patch and git-send-email. If only everything was as easy as it sounds. Unfortunately git-send-email was for long time unavailable to Windows users and even now it is barely usable and hard to configure. TortoiseGit once again doesn't work because of the changed setting on the nongnu.org mail server... For me it is never-ending battle, instead of working on QEMU I have to "fix" the GIT tools to send the patches properly each time I want to send a patch. Best regards, Filip Navara

[Qemu-devel] [PATCH] target-arm: ARMv4 emulation

2009-12-01 Thread Filip Navara
mode and several instructions are treated as unimplemented (BLX, PLD, BKPT, LDRD, STRD). Added are processor definitions for ARM7TDMI and ARM920T. Based on patches by Ulrich Hecht and Vincent Sanders . Signed-off-by: Filip Navara --- target-arm/cpu.h |7 ++- target-arm/hel

Re: [Qemu-devel] ARM v4t support

2009-11-30 Thread Filip Navara
On Sun, Nov 29, 2009 at 10:12 PM, Rob Landley wrote: > On Sunday 29 November 2009 03:57:37 Filip Navara wrote: >> On Sun, Nov 29, 2009 at 8:00 AM, Rob Landley wrote: >> > On Friday 27 November 2009 05:35:26 Filip Navara wrote: >> >> On Fri, Nov 27, 200

Re: [Qemu-devel] ARM v4t support

2009-11-29 Thread Filip Navara
On Sun, Nov 29, 2009 at 8:00 AM, Rob Landley wrote: > On Friday 27 November 2009 05:35:26 Filip Navara wrote: >> On Fri, Nov 27, 2009 at 12:17 PM, Vincent Sanders > wrote: >> > I appear to be unable to take a hint, your silence on this patch in >> > the past prob

Re: [Qemu-devel] ARM v4t support

2009-11-27 Thread Filip Navara
On Fri, Nov 27, 2009 at 12:17 PM, Vincent Sanders wrote: > I appear to be unable to take a hint, your silence on this patch in > the past probably ought to have been a clue. however this will be the > last time I bother to try and get anything merged so you wont have to > be disturbed again. > > T

Re: [Qemu-devel] [PATCH 1/2] [RFC] add emulation of atmel pflash memory

2009-11-17 Thread Filip Navara
On Tue, Nov 17, 2009 at 8:17 PM, Evgeniy Dushistov wrote: > On Tue, Nov 17, 2009 at 10:28:25AM +0100, Filip Navara wrote: >> Interesting, I have been working on AT91SAM7X implementation. Most of >> the stuff is in the GIT repository at >> http://repo.or.cz/w/qemu/navara.git &

Re: [Qemu-devel] [PATCH 2/2] [RFC] add emulation of at91sam9263 cpu

2009-11-17 Thread Filip Navara
On Tue, Nov 17, 2009 at 8:23 PM, Evgeniy Dushistov wrote: > On Tue, Nov 17, 2009 at 10:39:27AM +0100, Filip Navara wrote: >> I'd say it is preferable to split the individual devices and model >> them using the QDEV infrastructure instead of putting it all together >> i

Re: [Qemu-devel] [PATCH 2/2] [RFC] add emulation of at91sam9263 cpu

2009-11-17 Thread Filip Navara
"bus matrix", SDRAM controller and USART (which is very similar to DBGU) to be split up. Best regards, Filip Navara On Sun, Nov 15, 2009 at 9:49 PM, Evgeniy Dushistov wrote: > add emulation of at91sam9263 cpu, plus sdram, plus nor flash connected to > this cpu &g

Re: [Qemu-devel] [PATCH 1/2] [RFC] add emulation of atmel pflash memory

2009-11-17 Thread Filip Navara
). In fact my patches lack the flash emulation which would be a welcome addition. Best regards, Filip Navara On Sun, Nov 15, 2009 at 9:47 PM, Evgeniy Dushistov wrote: > This patch series add to qemu ability, > to emulate Atmel ARM AT91SAM9263 CPU, details about this CPU > you can fin

Re: [Qemu-devel] [PATCH] Add support for multiple simultaneously used keyboard devices.

2009-11-11 Thread Filip Navara
On Mon, Nov 9, 2009 at 3:35 PM, Anthony Liguori wrote: > Filip Navara wrote: > >> The support for multiple keyboard devices is essential for emulating >> embedded boards where multiple input devices are present (eg. keypad and >> rotary encoder) which are implemented usi

[Qemu-devel] [PATCH] Add support for multiple simultaneously used keyboard devices.

2009-10-24 Thread Filip Navara
The support for multiple keyboard devices is essential for emulating embedded boards where multiple input devices are present (eg. keypad and rotary encoder) which are implemented using separate QEMU devices. Signed-off-by: Filip Navara --- console.h | 11 ++- hw/xenfb.c |8

[Qemu-devel] [PATCH] target-arm: ARM7TDMI emulation

2009-10-24 Thread Filip Navara
mode and several instructions are treated as unimplemented (BLX, PLD, BKPT, LDRD, STRD). Based on patch by Ulrich Hecht . Signed-off-by: Filip Navara --- target-arm/cpu.h |6 ++- target-arm/helper.c| 24 ++ target-arm/translate.c |

[Qemu-devel] VMport patch

2008-01-20 Thread Filip Navara
ssions, so that user mode VMware tools can communicate to the backdoor. Best regards, Filip Navara vmport.patch Description: Binary data

Re: [kvm-devel] [Qemu-devel] [PATCH 2 of 3] Optionally link against libuuid if present

2008-01-20 Thread Filip Navara
On Jan 20, 2008 5:53 PM, Alexander Graf <[EMAIL PROTECTED]> wrote: > > On Jan 20, 2008, at 5:37 PM, Filip Navara wrote: > > The specific VMware backdoor call isn't implemented, but the framework is > there and it wouldn't be hard to add support for it. The BIOS can

Re: [kvm-devel] [Qemu-devel] [PATCH 2 of 3] Optionally link against libuuid if present

2008-01-20 Thread Filip Navara
The specific VMware backdoor call isn't implemented, but the framework is there and it wouldn't be hard to add support for it. The BIOS can fallback to some "reasonable" value if the backdoor isn't available. Best regards, Filip Navara On Jan 20, 2008 5:20 PM, Alexand

Re: [Qemu-devel] [PATCH 2 of 3] Optionally link against libuuid if present

2008-01-20 Thread Filip Navara
http://sourceforge.net/tracker/index.php?func=detail&aid=1864692&group_id=12580&atid=312580 - Filip On Jan 20, 2008 3:25 PM, Paul Brook <[EMAIL PROTECTED]> wrote: > On Sunday 20 January 2008, Filip Navara wrote: > > Hello, > > > > attached is a patch that

Re: [Qemu-devel] Windows build crash problem

2007-12-12 Thread Filip Navara
Actually somebody has already described the problem on the mailing list and Paul Brook replied to that message. Hopefully you can find it in the archives. F. On Dec 12, 2007 5:25 PM, 武田 俊也 <[EMAIL PROTECTED]> wrote: > Hi all. > > I encountered the crash problem with windows build on Core-Duo ho

Re: [Qemu-devel] [PATCH] Partial IDE DVD emulation

2007-09-20 Thread Filip Navara
No changes are required for Bochs BIOS. Sorry for late reply, the message was discarded by spam filter :-/ Best regards, Filip Navara On 9/8/07, Alex Beregszaszi <[EMAIL PROTECTED]> wrote: > > Hi, > > On Sat, 2007-09-08 at 21:21 +0200, Filip Navara wrote: > > Attached pa

Re: [Qemu-devel] Re: about NICs

2007-09-16 Thread Filip Navara
Both of these cards have implementations for QEMU. The PCnet one is in the CVS for quite some time and the e1000 emulation was discussed on the mailing list some time ago, but wasn't merged (yet?). Best regards, Filip Navara On 9/15/07, Ben Pfaff <[EMAIL PROTECTED]> wrote: > >

Re: [Qemu-devel] [PATCH] Intel cache info

2007-09-11 Thread Filip Navara
Here it is, sorry for the delay. Best regards, Filip Navara On 9/9/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > > Filip Navara wrote: > > Fix the CPUID function 2 to correctly report cache info for the > particular > > processor. I chose the values closest to t

Re: [Qemu-devel] question regarding odd CPU feature assignement

2007-09-10 Thread Filip Navara
duced by Intel and on AMD processor it's only used for compatibility, but not for AMD-specific extensions. You can learn more by looking at the tables on http://www.sandpile.org/ia32/cpuid.htm. Best regards, Filip Navara On 9/10/07, Dan Kenigsberg <[EMAIL PROTECTED]> wrote: > > L

Re: [Qemu-devel] Performance counter

2007-09-10 Thread Filip Navara
Hi, the performance registers aren't implemented on QEMU. Best regards, Filip Navara On 9/10/07, Peter Nguyen <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using qemu at the moment to run a system for debugging purposes. I > was wondering whether qemu does a

Re: [Qemu-devel] [PATCH] EEPRO 100 emulation

2007-09-10 Thread Filip Navara
Here it is. Best regards, Filip Navara On 9/10/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > > Filip Navara wrote: > > Not sure if this is usefull, but the Darwin network driver uses the > "flow > > control" registers, so it's not good idea to bail o

[Qemu-devel] KQEMU build on MinGW patch

2007-09-08 Thread Filip Navara
Attached patch allows KQEMU to build on pure MinGW installation without the need for ELF tools or compilation on Linux. I'm not sure if it breaks the Linux compilation, so it should be carefully tested. Hope it's usefull at least for someone. Best regards, Filip Navara kqemu-

[Qemu-devel] KQEMU build on MinGW patch

2007-09-08 Thread Filip Navara
Attached patch allows KQEMU to build on pure MinGW installation without the need for ELF tools or compilation on Linux. I'm not sure if it breaks the Linux compilation, so it should be carefully tested. Hope it's usefull at least for someone. Best regards, Filip Navara kqemu-

[Qemu-devel] [PATCH] EEPRO 100 emulation

2007-09-08 Thread Filip Navara
Not sure if this is usefull, but the Darwin network driver uses the "flow control" registers, so it's not good idea to bail out and stop the emulation if they're accessed. The registers aren't vital for the EEPRO 100 operation, so no harm in ignoring them. qemu-eepro100-flow-control.patch Descrip

[Qemu-devel] [PATCH] CPUID xlevel

2007-09-08 Thread Filip Navara
Fix the reported xlevel for Intel CPU. We support the extended CPUID calls, so report that we support them. qemu-cpuid-xlevel.patch Description: Binary data

[Qemu-devel] [PATCH] Intel cache info

2007-09-08 Thread Filip Navara
Fix the CPUID function 2 to correctly report cache info for the particular processor. I chose the values closest to the ones reported in the AMD registers. This is important for operating systems that detect cache line width and later call CLFLUSH for each line. In the previous implementation the v

[Qemu-devel] [PATCH] VMDK 2Gb bug

2007-09-08 Thread Filip Navara
There is a bug in the block-vmdk.c that prevents writing to images larger than 2Gb on Windows host operating systems. Attached patch fixes it. qemu-block-vmdk.patch Description: Binary data

[Qemu-devel] [PATCH] Partial IDE DVD emulation

2007-09-08 Thread Filip Navara
Attached patch implements enough of the MMC-6 specification so that certain guest operating systems (Darwin/x86) recognize the emulated CD-ROM drive as DVD one. Specific DVD behavior is enabled for images larger than 700Mb. qemu-ide-dvd.patch Description: Binary data

Re: [Qemu-devel] LBA48

2005-12-27 Thread Filip Navara
Natalia Portillo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Great document except because OSes (but DOS, so on) won't use BIOS but direct IDE (through IRQs 14 and 15 and their I/O ports) or PIIX, and that is what is needed to be expanded first (as BIOS will use them). So, ATA-6

Re: [Qemu-devel] LBA48

2005-12-27 Thread Filip Navara
http://www.t13.org/project/d1410r3a.pdf Jim C. Brown wrote: On Sun, Dec 25, 2005 at 11:11:05PM +, Natalia Portillo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Can anyone implement LBA48 in QEMU please? Regards, Natalia Portillo Sounds easy enough. Can you send me

Re: [Qemu-devel] [patch] Poor user-net performance.

2005-12-21 Thread Filip Navara
Paul Brook wrote: [snip] int slirp_can_output(void) { -return 1; +qemu_can_send_packet(slirp_vc); } It would be wise to return the value here. - Filip ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listin

Re: [Qemu-devel] [PATCH] x86-64 sign extension exception

2005-12-04 Thread Filip Navara
Filip Navara wrote: Changelog: Raise a GPF exception instead of page fault if the sign extension of 64-bit address isn't valid. sigh, i should never make patches just after i wake up... Index: target-i386/helper.c === RCS

[Qemu-devel] [PATCH] x86-64 sign extension exception

2005-12-04 Thread Filip Navara
Changelog: Raise a GPF exception instead of page fault if the sign extension of 64-bit address isn't valid. Index: target-i386/helper.c === RCS file: /cvsroot/qemu/qemu/target-i386/helper.c,v retrieving revision 1.58 diff -u -r1.58

Re: [Qemu-devel] Wrong date in a linux Client under Windows host

2005-10-10 Thread Filip Navara
Can be related to http://www.reactos.org/bugzilla/show_bug.cgi?id=716 - Filip djame wrote: Are we the only persons with this problem ? [EMAIL PROTECTED] a écrit : Hi, Hi, I have the exact same problem here on linux (mdk 9.2) even if I use the localtime option last time I used 'date' t

Re: [Qemu-devel] X86-64 and APIC

2005-09-27 Thread Filip Navara
Emmanuel Charpentier wrote: Dear List, Natalia Portillo noticed that XP_64 refused to install due to lack of APICs. Filip Navara proposed an initial patch, and Fabribe Bellard proposed : I can include the patch with a specific option to enable it. The option will disapear when the hack

Re: [Qemu-devel] qemu exec-all.h kqemu.c vl.c

2005-09-03 Thread Filip Navara
ce Bellard <[EMAIL PROTECTED]> 05/09/03 17:55:47 Modified files: . : exec-all.h kqemu.c vl.c Log message: kqemu_cpu_interrupt support for win32 (Filip Navara) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/exec-all.h.diff?tr1=1.36&tr2=1.37&

Re: [Qemu-devel] QEMU_TMPDIR temp folder for KQEMU for Windows.

2005-09-03 Thread Filip Navara
Francois Rioux wrote: Filip, I'm not trying to put the guest in ram. As you state, let's Windows manage its whole memory, paging and swapping. I agree it would be as dumb as setting up a ramdisk to put the swapfile. Let's not trying to outsmart the OS. There's slight misunderstaning the

Re: [Qemu-devel] QEMU_TMPDIR temp folder for KQEMU for Windows.

2005-08-30 Thread Filip Navara
Francois Rioux wrote: [snip] Ramdisk might have been a real performance accelerator for Windows hosts with enough RAM available. Since I can't find the temp memory image file is saved, I can't use that option. Why do you think that it would improve performance? Sorry, but that's complete ru

Re: [Qemu-devel] Network Performance between Win Host and Linux Guest

2005-08-29 Thread Filip Navara
Jonas Maebe wrote: On 26 aug 2005, at 15:57, [EMAIL PROTECTED] wrote: QEMU is working better from hour to hour :-) Now I am looking for a way to get my data from the linux client to the Win2K host. When I use the integrated smb I get a transfer rate from about 15 KB :-( the tftp is about

Re: [Qemu-devel] QEMU display problem w/ in terminal server client (Windows XPHost)

2005-08-19 Thread Filip Navara
Filip Navara wrote: Francois Rioux wrote: I'm exploring QEMU Windows guests under Windows (XP Pro) host. I've successfully installed W2000 Adv Server, BartPE as guests. At some point, I've tried to launch and work with QEMU in a Remote Desktop (terminal server, RDP) sess

Re: [Qemu-devel] QEMU display problem w/ in terminal server client (Windows XPHost)

2005-08-19 Thread Filip Navara
Francois Rioux wrote: I'm exploring QEMU Windows guests under Windows (XP Pro) host. I've successfully installed W2000 Adv Server, BartPE as guests. At some point, I've tried to launch and work with QEMU in a Remote Desktop (terminal server, RDP) session. The result is the following: - No

Re: [Qemu-devel] importing VMWare image

2005-08-09 Thread Filip Navara
Yves Trudeau wrote: Hi, I am trying to use a VMWare Win2k image in Qemu-0.7.1. I imported the image with qemu-img successfully but when I lauch qemu, I have the first part (in text mode) of the win2k boot with the progress bar but as soon as it attempt to switch to graphic mode, qemu free

Re: [Qemu-devel] QEMU for Windows(Alpha) tested with Puppy Linux

2005-08-03 Thread Filip Navara
ashish patil wrote: I downloaded QEMU for Windows Alpha [Binaries] from http://www.h7.dion.ne.jp/~qemu-win/ and tested them with Puppy Linux [www.goosee.com/puppy/]. It worked well, without any problems . Also I was impressed with the speed which was several times faster than Bochs and was c

Re: [Qemu-devel] Newer version of windows kqemu...

2005-08-01 Thread Filip Navara
Ellis, Mike wrote: Hi there... This is probably already in the works, but just in case it hadn't been reported yet, I think the latest versions of "windows qemu" and "windows kqemu" may be out of sync. Using qemu 0.7.1-3 from: http://qemu.dad-answers.com/download/win32/ and the latest kq

Re: [Qemu-devel] [Patch Submission] QEMU with GCC/Win32

2005-07-30 Thread Filip Navara
Hi! Steve D. Perkins wrote: Paul Brook wrote: Are you sure you included the correct patch? I don't see anything win32 specific about this patch. AFAICS it's just the gcc4 patch *that I wrote* and posed some time ago. Both cygwin and mingw is still using gcc3.4.x, so it shouldn't be necessa

Re: [Qemu-devel] Problem installing WIndows

2005-07-28 Thread Filip Navara
Antony Gelberg wrote: Paul Brook wrote: On Wednesday 27 July 2005 14:21, Antony Gelberg wrote: I've gotten a little further, but don't seem to be finding this as easy as some of you. I can now type the admin password at the login screen, but I get a dialog, title "Windows Product Act

Re: [Qemu-devel] KQEMU on Win32 (+patch)

2005-07-28 Thread Filip Navara
Christian MICHON wrote: >inside the qemu monitor (CTRL-ALT-2), type "info kqemu". >Just to confirm. > >If you get "kqemu is enabled", report exactly which linux >guest you're using. Did you do your own qemu compilation ? > >if not, you surely missed applying the regedit file, reboot the >machine a

[Qemu-devel] [patch] QVM86 / KQEMU for Windows updates

2005-07-28 Thread Filip Navara
nt_cache { uint32_t selector; Index: ChangeLog === RCS file: /cvsroot/qvm86/qvm86/ChangeLog,v retrieving revision 1.20 diff -u -p -r1.20 ChangeLog --- ChangeLog 18 Jun 2005 22:59:47 - 1.20 +++ ChangeLog 28 Jul 2005 11:14:05 -

Re: [Qemu-devel] KQEMU on Win32 (+patch)

2005-07-28 Thread Filip Navara
Elefterios Stamatogiannakis wrote: [snip] You can compile it yourself on either Windows machine with MinGW or on linux machine with MinGW cross-compiler. I tried to compile kqemu with MinGW without luck (although i didn't push it much). The error was: kqemu-win32.o(.text+0x217):kqemu-win

[Qemu-devel] KQEMU on Win32 (+patch)

2005-07-27 Thread Filip Navara
fndef KQEMU_H #define KQEMU_H -#define KQEMU_VERSION 0x010100 +#define KQEMU_VERSION 0x010101 struct kqemu_segment_cache { uint32_t selector; --- kqemu/kqemu.inf Thu Jan 1 01:00:00 1970 +++ kqemu/kqemu.inf Wed Jul 27 22:34:39 2005 @@ -0,0 +1,64 @@ +; Copyright (C) 2005 Filip Na

Re: [Qemu-devel] [patch] Various (mostly) x86-64 related patches

2005-07-23 Thread Filip Navara
Two more patches... qemu-20050723-05-apic.diff EXTINT delivery mode support for I/O APIC. qemu-20050723-06-div.diff Raise #DE exception on DIV/IDIV overflows. --- hw/apic.c Sat Jul 23 16:23:17 2005 +++ hw/apic.c Fri Jul 22 20:49:53 2005 @@ -127,7 +127,7 @@ static void apic_bus_deliver(uint32_t

Re: [Qemu-devel] PowerPC64 and more

2005-07-21 Thread Filip Navara
J. Mayer wrote: On Fri, 2005-07-22 at 00:10 +0200, Filip Navara wrote: J. Mayer wrote: Here's a long awaited patch (hum, Fabrice ? ;-) ). It is really invasive in the target-ppc subdirectory. [snip] wow, you repeated my and Fabrice's mistake once more ... think

Re: [Qemu-devel] PowerPC64 and more

2005-07-21 Thread Filip Navara
J. Mayer wrote: Here's a long awaited patch (hum, Fabrice ? ;-) ). It is really invasive in the target-ppc subdirectory. [snip] wow, you repeated my and Fabrice's mistake once more ... think about the code below more :) note: when you'll be done thinking or run out of ideas see my x86-64

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-21 Thread Filip Navara
Filip Navara wrote: Christian MICHON wrote: Hi Filip, On 7/20/05, Filip Navara wrote: Hmm, I used it on Windows some time ago... did it work ? I manage to update and compile the patch for qemu 0.7.0 and windows host (see attached file). I added some #ifdef and followed Paul's

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-21 Thread Filip Navara
Christian MICHON wrote: Hi Filip, On 7/20/05, Filip Navara wrote: Hmm, I used it on Windows some time ago... did it work ? I manage to update and compile the patch for qemu 0.7.0 and windows host (see attached file). I added some #ifdef and followed Paul's hint of yesterday

Re: [Qemu-devel] [patch] Various (mostly) x86-64 related patches

2005-07-21 Thread Filip Navara
Filip Navara wrote: [snip] qemu-20050718-02-insns.patch - Add support for AMD cache info MCR. - Fix INVLPG instruction in 64bit mode. - Implement the ENTER instruction for 64bit mode. - Add dummy support for MCA, PAT, MTRR and CLFLUSH. - Correct size of 16bit

[Qemu-devel] [patch] Various (mostly) x86-64 related patches

2005-07-20 Thread Filip Navara
qemu-20050718-01-vaddr.patch Fix TB virtual page map for x86-64 (at least 48bits of VA must be honoured). qemu-20050718-02-insns.patch - Add support for AMD cache info MCR. - Fix INVLPG instruction in 64bit mode. - Implement the ENTER instruction for 64bit mode.

Re: [Qemu-devel] Can you commit the pcnet patch ?

2005-07-20 Thread Filip Navara
Christian MICHON wrote: Yes, this one ! I think I understand now why it's not in the mainline yet. This is only for linux hosts. I doesn't compile (yet :) ) on Windows hosts. I already tapped into the patch to see if I can make it work on Windows. Christian Hmm, I used it on Windo

Re: [Qemu-devel] Qemu + Windows

2005-05-28 Thread Filip Navara
. Thanks for listening, and for the good work, Michael Noisternig Regards, Filip Navara --- End Message --- ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Qemu + Windows

2005-05-28 Thread Filip Navara
g, and for the good work, Michael Noisternig Regards, Filip Navara ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] [patch] gcc4 host support

2005-05-14 Thread Filip Navara
Paul Brook wrote: In addition to this patch I also needed the attached patch to get MinGW GCC 3.4.1 builds working... ... -if (strstart(sym_name, "__op_label", &p)) { +if (strstart(sym_name, "__op_label", &p) || +strstart(sym_name, "_op_label", &p

Re: [Qemu-devel] [patch] gcc4 host support

2005-05-14 Thread Filip Navara
Paul Brook wrote: On Wednesday 11 May 2005 22:04, Paul Brook wrote: The attached patch adds support for gcc4 x86 and x86_64 hosts. This time with the correct patch attached. Paul In addition to this patch I also needed the attached patch to get MinGW GCC 3.4.1 builds working... - Filip

Re: [Qemu-devel] patch for serial port support(linux host only)

2005-05-09 Thread Filip Navara
Cai Qiang wrote: [snip] I has also worked on serial port support for windows host, but my build of qemu always crash, althrough I have tried different method: cross-compile using i386-mingw32msvc; mingw/msys. If anyone who has build qemu windows port can teach me about it, I will try to finish

[Qemu-devel] [patch] VMDK create support

2005-05-01 Thread Filip Navara
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

Re: [Qemu-devel] qemu/target-i386 op.c ops_sse.h

2005-04-27 Thread Filip Navara
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) CVSWe

Re: [Qemu-devel] qemu/target-i386 op.c ops_sse.h

2005-04-27 Thread Filip Navara
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

[Qemu-devel] [patch] VMDK write support / VMDK4 fix (try 2)

2005-04-26 Thread Filip Navara
--- block-vmdk.c 18 Sep 2004 19:32:11 - 1.4 +++ block-vmdk.c 26 Apr 2005 05:35:34 - @@ -2,6 +2,7 @@ * Block driver for the VMDK format * * Copyright (c) 2004 Fabrice Bellard + * Copyright (c) 2005 Filip Navara * * Permission is hereby granted, free of charge, to any person obtaining a

Re: [Qemu-devel] [patch] option -no-tsc for i386 with speedstep

2005-04-25 Thread Filip Navara
Jonas Maebe wrote: On 25 Apr 2005, at 22:17, Massimo Dal Zotto wrote: In the meantime until we find a better solution could you give us some explanation on why using a microseconds clock from gettimeofday instead of rdtsc the guest os clock runs always 20% slower? Because a system call (which getti

Re: [Qemu-devel] x86-64 lacks local APIC

2005-04-24 Thread Filip Navara
Natalia Portillo wrote: Hi! Windows XP AMD64 version complains about there is no local APIC saying that the CPU is not an AMD64 one without it. It detects it by reading ACPI tables which isn't supported by QEMU atm. I have a hack which makes it working if you're insterested... - Filip __

Re: [Qemu-devel] [patch] VMDK write support / VMDK4 fix

2005-04-24 Thread Filip Navara
Filip Navara wrote: Changelog: - Fix packing of VMDK4Header. - Add write support for VMDK files (tested only on VMDK4 files). Please discard this patch for now...it causes some image corruption. - Filip ___ Qemu-devel mailing list Qemu-devel@nongnu.org

[Qemu-devel] [patch] VMDK write support / VMDK4 fix

2005-04-24 Thread Filip Navara
--- block-vmdk.c 18 Sep 2004 19:32:11 - 1.4 +++ block-vmdk.c 24 Apr 2005 10:56:16 - @@ -2,6 +2,7 @@ * Block driver for the VMDK format * * Copyright (c) 2004 Fabrice Bellard + * Copyright (c) 2005 Filip Navara * * Permission is hereby granted, free of charge, to any person obtaining a