[Qemu-devel] How to deliver a packet at a specified future time instant ?

2006-08-02 Thread S . P . T . Krishnan
Hi, I have a unique situation where I want the virtual machine running on top of Qemu to be given a network packet at a prespecified time instant. Elaborately, let us say the clock in WindowsXP VM running on top of Qemu is now at 03:00:43 hours. I have a packet which I want the VM to read at ex

Re: Re[2]: [Qemu-devel] State of TI OMAP board support?

2006-08-02 Thread andrzej zaborowski
On 03/08/06, Paul Sokolovsky <[EMAIL PROTECTED]> wrote: Hello Andrzej, Sunday, July 30, 2006, 4:29:41 PM, you wrote: > Hi, > On 30/07/06, Paul Sokolovsky <[EMAIL PROTECTED]> wrote: >> Hello qemu-devel, >> >> I wonder, what's the state of TI OMAP patch, previously announced on >> the list by

[Qemu-devel] Workaround for windbg

2006-08-02 Thread Kazu
Hi, My previous patch is not enough to use windbg. A rate of loop in main_loop in vl.c drops a lot. The rate does not drop for Fedora Core 4 guest but not good for RedHat 7.2 and Windows 2000. It is expected at least 1000 cycles/sec, but the rate drops to 130 cycles/sec while CPU load is high. I

[Qemu-devel] Using thread for serial for win32

2006-08-02 Thread Kazu
Hi, I made a patch that uses a thread instead of polling for -serial option for Win32 . It improves a performance of a serial communication. A new option is introduced to connect two QEMUs by a named pipe. Usage: -serial pipe_client:com_1 -serial pipe_client: set the program a clinet mode and c

[Qemu-devel] host_alarm for Win32

2006-08-02 Thread Kazu
Hi, host_alarm_handler for Win32 is called 1000 times/sec but it doesn't always wake upWaitForMultipleObjects. The behavior is not the same as Linux host because signal always wake up select. A patch fixes it. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060730-host_alarm.patch Regards, Ka

Re: [Qemu-devel] Win32 MinGW build with current CVS

2006-08-02 Thread Kazu
Sent: Thursday, August 03, 2006 4:07 AM NyOS wrote: On Wed, 02 Aug 2006 20:07:46 +0200, Andreas Bollhalder <[EMAIL PROTECTED]> wrote: >> Hello >> >> It seems that the aio support broke my MinGW build batch under Win32. Is >> it suposed to work on WIN32 ? >> >> Any ideas ? >> >> Andreas ... >Supp

Re: [Qemu-devel] State of TI OMAP board support?

2006-08-02 Thread Paul Brook
> > I don't think it is considered for inclusion. Before it is merged I > > would like to separate the generic OMAP code from board-related code > > (the board I emulate is the Palm Tunsgten|E handheld), but I imagine > > the QEMU maintainers won't like the way code is formatted and probably > > ma

Re[2]: [Qemu-devel] State of TI OMAP board support?

2006-08-02 Thread Paul Sokolovsky
Hello Andrzej, Sunday, July 30, 2006, 4:29:41 PM, you wrote: > Hi, > On 30/07/06, Paul Sokolovsky <[EMAIL PROTECTED]> wrote: >> Hello qemu-devel, >> >> I wonder, what's the state of TI OMAP patch, previously announced on >> the list by Andrzej Zaborowski >> http://lists.gnu.org/archive/html/qe

[Qemu-devel] Re: How to reply when receiving digest mode

2006-08-02 Thread Anthony Liguori
You could pick up a newsreader and subscribe to gmane.comp.emulators.qemu on news.gmane.org. I'm responding to this note right now through gmane actually... Regards, Anthony Liguori On Wed, 02 Aug 2006 21:31:02 +, Steve Ellenoff wrote: > I must be blind and stupid, but I don't see any obvi

Re: [Qemu-devel] Fwd: sparc emulation tcx_update_display fix

2006-08-02 Thread Jonathan Kalbfeld
Has anyone successfully gotten qemu-system-sparc to run on Solaris 10/sparc? It keeps segfaulting before anything meaningful. jonathan On 8/2/06, Igor Kovalenko <[EMAIL PROTECTED]> wrote: Resending, sorry if this is a duplicate -- Forwarded message -- From: Igor Kovalenko Dat

Re: [Qemu-devel] Re: AltGr keystrokes

2006-08-02 Thread Edu
2006/8/2, Anthony Liguori <[EMAIL PROTECTED]>: You're right, I'll submit a patch to fix that. Let me know if it helps. Well, it indeed helps to some extent, but it's not enough. Tracking down the problem I've found out that modifiers after scancodes in keymap files are completely ignored in

Re: [Qemu-devel] How to reply when receiving digest mode

2006-08-02 Thread Kevin F. Quinn
On Wed, 02 Aug 2006 21:31:02 + "Steve Ellenoff" <[EMAIL PROTECTED]> wrote: > I must be blind and stupid, but I don't see any obvious easy way to > reply to a message when I get the list via dialy batched digest mode. > Replying is a pain, as I have to do it manually by surfing to the > mail ar

[Qemu-devel] qemu/hw tcx.c

2006-08-02 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/02 22:19:33 Modified files: hw : tcx.c Log message: fixed refresh logic (initial patch by Igor Kovalenko) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/tcx.c?cv

[Qemu-devel] Fwd: sparc emulation tcx_update_display fix

2006-08-02 Thread Igor Kovalenko
Resending, sorry if this is a duplicate-- Forwarded message --From: Igor KovalenkoDate: Aug 3, 2006 12:48 AMSubject: sparc emulation tcx_update_display fix To: qemu-devel@nongnu.orgHi!Noticed that integer promotion precludes tcx display emulator from resetting VGA_DIRTY_FLAG on page

[Qemu-devel] qemu block-raw.c

2006-08-02 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/02 22:02:08 Modified files: . : block-raw.c Log message: some compilation fixes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemu&r1=1.1&r2=1

Re: [Qemu-devel] How to Simulate hardware that counts scanlines?

2006-08-02 Thread Steve Ellenoff
Thanks malc- Turns out I didn't need it after all. Once I pumped up my RTC Frequency to 4096 from 1024 (thanks Brad), my 'fake' scanline counting code seemed to satisfy the machine and all looks perfect. Thanks for the help anyway, it was much appreciated, and may serve useful for future proje

Re: [Qemu-devel] Run Real Time Guest OS?

2006-08-02 Thread Steve Ellenoff
BRAD YOU ROCK!! LOL.. It works!!! I'm not sure what you meant by "you would most certainly want a HZ value of 1000 to try this", but I simply changed the #define to 4096 as you suggested, put it on my fastest machine, and it works perfectly! I didn't even get the message saying to echo > 1024

[Qemu-devel] How to reply when receiving digest mode

2006-08-02 Thread Steve Ellenoff
I must be blind and stupid, but I don't see any obvious easy way to reply to a message when I get the list via dialy batched digest mode. Replying is a pain, as I have to do it manually by surfing to the mail archives, find the thread I want to reply, and cut & paste the text etc.. Is there any

Re: [Qemu-devel] How to Simulate hardware that counts scanlines?

2006-08-02 Thread Steve Ellenoff
That's great news, thanks for letting us know. Steve The next release of QEMU is likely to have cycle exact emulation and delivery of interrupts in the middle of a basic block. Regards, Fabrice. ___ Qemu-devel mailing list Qemu-devel@nongnu.o

[Qemu-devel] sparc emulation tcx_update_display fix

2006-08-02 Thread Igor Kovalenko
Hi!Noticed that integer promotion precludes tcx display emulator from resetting VGA_DIRTY_FLAG on pages it scanned, patch attached.Before this change, ~75% host cpu is busy with drawing display lines, now it is ~1% only. Index: hw/tcx.c =

Re: [Qemu-devel] Win32 MinGW build with current CVS

2006-08-02 Thread NyOS
On Wed, 02 Aug 2006 20:07:46 +0200, Andreas Bollhalder <[EMAIL PROTECTED]> wrote: Hello It seems that the aio support broke my MinGW build batch under Win32. Is it suposed to work on WIN32 ? Any ideas ? Andreas ... Hi! "Kernel Asynchronous I/O (AIO) Support for Linux Overview AIO enable

[Qemu-devel] Win32 MinGW build with current CVS

2006-08-02 Thread Andreas Bollhalder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello It seems that the aio support broke my MinGW build batch under Win32. Is it suposed to work on WIN32 ? Any ideas ? Andreas gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I.. - -I/D/DEV/QEMU/qemu/target-i386 -I/D/DEV/QEMU/qemu

Re: [Qemu-devel] Wipe patch

2006-08-02 Thread Andreas Bollhalder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brad Campbell wrote: > While I'm here does anyone know of a simple program, either dos or linux > based for wiping unused space on fat filesystems? The only ones I've > found so far have been windows based. For DOS and FAT16, I'm using Wipem. See htt

[Qemu-devel] Using QEMU on a XP Pro desktop, and then using remote desktop - mouse weirdness

2006-08-02 Thread James Olsen
Hello, I occasionally will run QEMU virtual machines on my work computer which is running windows XP (the virtual machines run a variety of OS's). When I am at home, I'll often "Remote Desktop" (I'll shorten it to RD from here on) into my work computer. For those who are not familiar with RD, it

Re: [Qemu-devel] Ensuring data is written to disk

2006-08-02 Thread Bill C. Riemers
Just to throw in my two cents, I notice that on the namesys website, they claim reiser4 is completely safe in the event of a power failure, while reiserfs 3 still requires some recovery.  Apparently in reiser4 they somehow design writes to happen in sequences that create atomic events.  So the whol

Re: [Qemu-devel] Interesting QEMU + OpenVPN

2006-08-02 Thread Paul Brook
> I have used OpenVPN in this scenario and it works exceptionally well, > especially since you can bridge the adapters on the host and transparently > connect the guest to your internal LAN. Maybe one day qemu will have > builtin OpenVPN support so it won't have to be installed on the guest? You

Re: [Qemu-devel] Interesting QEMU + OpenVPN

2006-08-02 Thread Joseph Miller
On Tuesday 01 August 2006 4:29 pm, Jonathan Kalbfeld wrote: > I have an instance of NetBSD 3.0.1 that runs inside of QEMU emulating an > i386. > > On the parent system, whether it is Windows, Linux, Solaris, or *BSD, > you can run an OpenVPN instance and set up a tunnel. > > On the guest system, yo

Re: [Qemu-devel] Ensuring data is written to disk

2006-08-02 Thread Jamie Lokier
Jens Axboe wrote: > > > For SATA you always need at least one cache flush (you need one if you > > > have the FUA/Forced Unit Access write available, you need two if not). > > > > Well my question wasn't intended to be specific to ATA (sorry if that > > wasn't clear), but a general question about

RE: [Qemu-devel] Wipe patch

2006-08-02 Thread ZIGLIO, Frediano, VF-IT
> > ZIGLIO, Frediano, VF-IT wrote: > > Hi, > > well, this is not a definitive patch but it works. The > aim is to be > > able to wipe the disk without allocating entire space. When > you wipe a > > disk the program fill disk with zero bytes so disk image increase to > > allocate all space. Thi

Re: [Qemu-devel] qemu old releases ?

2006-08-02 Thread Jan Marten Simons
S.P.T.Krishnan wrote: > Hi, > > Is there an archive download site for all the qemu old versions ? > I need one of the old verions for testing purposes. You can always checkout qemu's cvs repository for older versions. Older distribution tarballs should be avialiable on package mirrors somewhere on

Re: [Qemu-devel] How to Simulate hardware that counts scanlines?

2006-08-02 Thread Fabrice Bellard
The next release of QEMU is likely to have cycle exact emulation and delivery of interrupts in the middle of a basic block. Regards, Fabrice. Armistead, Jason wrote: Steve Ellenoff wrote: You misunderstand, I have no control over the running program. I didn't write it, I don't have source

Re: [Qemu-devel] Wipe patch

2006-08-02 Thread Nigel Horne
andrzej zaborowski wrote: On 02/08/06, Brad Campbell <[EMAIL PROTECTED]> wrote: ZIGLIO, Frediano, VF-IT wrote: > Hi, > well, this is not a definitive patch but it works. The aim is to be > able to wipe the disk without allocating entire space. When you wipe a > disk the program fill disk with

Re: [Qemu-devel] qemu old releases ?

2006-08-02 Thread Brad Campbell
S.P.T.Krishnan wrote: Hi, Is there an archive download site for all the qemu old versions ? I need one of the old verions for testing purposes. You could always download it by CVS tag revision.. Brad -- "Human beings, who are almost unique in having the ability to learn from the experience of