Re: [Qemu-devel] [patch] non-blocking disk IO

2005-11-28 Thread Ryan Rempel
I've been using the non-blocking IO / DMA patch with a FreeBSD host and Windows 98 guest. It seems to work well -- I haven't done any benchmarking, but subjectively it seems to make a difference. However, I tried enabling DMA in the Windows 98 system settings for the C: drive, and that doesn't wor

Re: [Qemu-devel] Problems with Qemu 0.7.2

2005-10-25 Thread Ryan Rempel
On 10/22/05, Jim C. Brown <[EMAIL PROTECTED]> wrote: > On Fri, Oct 21, 2005 at 04:05:08PM -0500, James Lancaster wrote: > > This doesn't suprise me. I hacked the source code so qemu doesn't grab the > mouse, and just disable mouse acceleration in the guest. It works beautifully > for me. > > The r

Re: [Qemu-devel] Mac OS X at native speed...

2005-06-10 Thread Ryan Rempel
On 6/9/05, Hetz Ben Hamo <[EMAIL PROTECTED]> wrote: > XpostFacto let you install OS X on macs with PPC chips (G3 as > minimum), not on Intel based PC's. > > Apple will *not* let users install OS-X/ X86 on your PC. Thats the > official word from Phil Schiller, Vice president of worldwide > markett

Re: [Qemu-devel] CVS : No longer boots a W2K image

2005-05-30 Thread Ryan Rempel
On 5/29/05, Emmanuel Charpentier <[EMAIL PROTECTED]> wrote: > So I decided to try the CVS version. The very same command line now > gives me the Bios page telling that the image is not bootable. > > Reverting to the former version (0.7.0) still works fine. So I think > this is a problem specific

Re: [patch] on-quit-v0.21 with resume/suspend/power-off dialog Re: [patch] Re: [Qemu-devel] Suggestion - trap window-close of VM

2005-05-09 Thread Ryan Rempel
This looks great -- thanks! I suppose one other option that would be kind of neat is if closing Qemu could somehow signal the Windows 2000 guest to shut down. Someone had suggested that earlier in the thread, but it sounded like that would require ACPI support in Qemu? Or is it something that cou

[Qemu-devel] Re: [Patch] Release mouse at window edges

2005-04-26 Thread Ryan Rempel
On 4/25/05, Oliver Gerlich <[EMAIL PROTECTED]> wrote: > Ryan Rempel wrote: > > I've been using your patch for releasing the mouse at window edges > > (the -autograb path) successfully with a Windows 98 guest. However, > > I'm now trying to set up a Wi

[Qemu-devel] Re: [Patch] Release mouse at window edges

2005-04-23 Thread Ryan Rempel
I've been using your patch for releasing the mouse at window edges (the -autograb path) successfully with a Windows 98 guest. However, I'm now trying to set up a Windows 2000 guest, and the mouse isn't releasing -- things work as they would without the patch. Is this a known issue, or is it workin