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 aurel...@aurel32.netwrote: 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
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
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 u...@suse.de and Vincent Sanders vi...@kyllikki.org. Signed-off-by: Filip Navara filip.nav...@gmail.com --- target-arm

Re: [Qemu-devel] ARM v4t support

2009-11-30 Thread Filip Navara
On Sun, Nov 29, 2009 at 10:12 PM, Rob Landley r...@landley.net wrote: On Sunday 29 November 2009 03:57:37 Filip Navara wrote: On Sun, Nov 29, 2009 at 8:00 AM, Rob Landley r...@landley.net wrote: On Friday 27 November 2009 05:35:26 Filip Navara wrote: On Fri, Nov 27, 2009 at 12:17 PM, Vincent

Re: [Qemu-devel] ARM v4t support

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

Re: [Qemu-devel] ARM v4t support

2009-11-27 Thread Filip Navara
On Fri, Nov 27, 2009 at 12:17 PM, Vincent Sanders vi...@kyllikki.org 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

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 dushis...@mail.ru wrote: This patch series add to qemu ability, to emulate Atmel ARM AT91SAM9263 CPU, details about this CPU you can find here

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

2009-11-17 Thread Filip Navara
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 dushis...@mail.ru wrote: add emulation of at91sam9263 cpu, plus sdram, plus nor flash connected to this cpu Signed-off-by: Evgeniy Dushistov dushis

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 dushis...@mail.ru 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 into one system

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 dushis...@mail.ru 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 Any way

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 anth...@codemonkey.wswrote: 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 using separate

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

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

[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 filip.nav...@gmail.com --- console.h | 11

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=detailaid=1864692group_id=12580atid=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 implements the SMBIOS within the Bochs BIOS code

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, Alexander Graf [EMAIL PROTECTED

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 fallback to some reasonable value

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 host.

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 patch implements enough of the MMC

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: Christian MICHON

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 the ones reported in the AMD registers

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 out and stop the emulation if they're accessed

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 actually emulate the performance counters

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

2007-09-10 Thread Filip Navara
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: Line 132 of qemu/target-i386

[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

[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] 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

[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] 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

[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-mingw.diff

[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-mingw.diff

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] 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

[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

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 file

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_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

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

2005-09-03 Thread Filip Navara
[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.36tr2=1.37r1=textr2=text http

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

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) session. The result

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

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

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:

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

2005-07-28 Thread Filip Navara
/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 - @@ -1,3 +1,11 @@ +2005-07-28 Filip Navara [EMAIL PROTECTED] + + * qvm86-win32.c (KQemuUnload): Correctly delete symlink on + driver

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

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

2005-07-27 Thread Filip Navara
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 Navara, Damien Mascord + +[Version] +Signature = $Windows NT$ +Class = System +ClassGuid = {4D36E97D-E325-11CE-BFC1

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

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

2005-07-21 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] [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

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 hint

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 about

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

Re: [Qemu-devel] Qemu + Windows

2005-05-28 Thread Filip Navara
Noisternig Regards, Filip Navara ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

[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 - 1.5

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: