Re: [Qemu-devel] QEMU/KQEMU for server consolidation?
On Tue, 8 Nov 2005, Leigh Dyer wrote: Has anyone tried something like this before? QEMU will be running on a server, so I figured that the VNC X server would be a good option for the GUI, but if anyone has a better idea I'd love to hear it. You could also run VNC or RDP on the Windows server guest installation. Doesn't give you remote access to the early boot sequence but has slightly less overhead. Regards Henrik ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] QEMU/KQEMU for server consolidation?
On 11/8/05, Leigh Dyer <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been using QEMU and KQEMU quite happily to run Linux and Windows > guests on my Linux desktop PC for quite some time now, but I'm wondering > if anyone has ever used QEMU for running a Windows server OS on a Linux > server. Specifically, I need a Windows 2000 Server install running with > SQL Server 7 for a project, but I'd rather not dedicate a full machine > to it. > > Has anyone tried something like this before? QEMU will be running on a > server, so I figured that the VNC X server would be a good option for > the GUI, but if anyone has a better idea I'd love to hear it. Also, are > there any issues running KQEMU on an SMP kernel? I've tried QEMU and VNC and, for me at least, the mouse doesn't work. You get the little dot mouse that you sometimes see in VNC (its the "show dot when no cursor" option in VNC) when it goes over the QEMU window, but it has no effect - either clicking or moving. This was on Linux host with Windows 2000 guest. Would be interested to know if someone has a solution to this though. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] QEMU/KQEMU for server consolidation?
Hi, On Tue, 8 Nov 2005, Henrik Nordstrom wrote: > On Tue, 8 Nov 2005, Leigh Dyer wrote: > > > Has anyone tried something like this before? QEMU will be running on a > > server, so I figured that the VNC X server would be a good option for the > > GUI, but if anyone has a better idea I'd love to hear it. > > You could also run VNC or RDP on the Windows server guest installation. > Doesn't give you remote access to the early boot sequence but has slightly > less overhead. Uh, I tend to say that the overhead is bigger. If you run VNC on the guest installation, not only is the VNC layer *translated*, but you also have the downside of *translated* polling: remember that WinVNC has to look for changes on the screen itself. Xvnc gets told where the screen changes. Alternatively, you could patch QEmu with the rfb patch, which speaks VNC natively. The only problem with the rfb patch I can think of is the mouse. It is just not trivial to turn off mouse acceleration, which is a real pity. In the last weeks, I tried to find a way to emulate a graphics tablet. Unfortunately, I was highly unsuccessful. First, I was not able to find enough documentation for any PS/2 graphics tablet. So, I turned to serial tablets. I came so far as to add a virtual serial device which gets prompted by the driver for a response. But I could not figure out a satisfactory response. Evidently, the Win98 drivers always expect a certain firmware version as response, and refuse to activate graphics tablet support as a consequence. Does anybody on this list have a (working) serial tablet? I'd like to know the activating response, so I can finally finish up the rfb patch. Another possibility would be to write a virtual USB graphics tablet device. Note that this would help non-RFB QEmu, too. You could (finally) use the mouse without grabbing (for some applications, like flight simulators, and certain keyboard shortcuts, you still would need to grab). Ciao, Dscho P.S.: Unfortunately, I will not have much time to work on QEmu in the next weeks, so if you want to work on this, go wild. If you want my alpha code, I'll send it to you. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] (no subject)
___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] Re: Timing problems
Hi, people have had this problem with SpeedStep machines, where it is related to qemu timing being based on CPU cycle count, which is thereby messed up. Since it seems to occur with frequency scaling disabled as well, could this be related to running on a HyperThreading CPU? Not sure what happens there with the cycle counts, but to verify, you could try to apply my previously posted patch that substituted the built-in mechanism with realtime clock calls (was for 0.7.1, though, I think). Best, Sven Am Montag, den 07.11.2005, 22:46 + schrieb Michael Smith: > Alexander Toresson gmail.com> writes: > > > time flies by at 5x the speed it should. > > > PS. I'm susprised nobody has seen this problem before. Is it just me > > who experience it? > > No, I experience this as well. > > I'm running Qemu 0.7.2 with Linux 2.6.14 (vanilla kernel) as host OS and > Windows > XP Professional as guest OS. If the VM is running and actively using CPU, > time > runs much faster in the guest than in the host. On the other hand, if the VM > is > mostly idle, time is slower in the guest than in the host OS. > > This odd clock behavior seems to cause other problems in the guest OS, > particularly during boot/service initialization. > > I can recreate this behavior with or without KQemu. > > I can recreate this behavior with or without CPU frequency scaling enabled. > > It is frustrating, and I would be very happy if someone could suggest a fix or > workaround. > > Thanks, > Mike Smith > [EMAIL PROTECTED] > > > > > > ___ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] ACPI support
Hi there, I use qemu for development of embedded systems. Lately I had a need to check ACPI related kernel module, but I have seen that there isn't any support in the version 0.7.1 that I use. I have checked also 0.7.2 and found no support. A patch that I have found on www.h7.dion.ne.jp/~qemu-win/ for x86_64 by F.Navara seemed like close enough. I have applied it (after adaptation, since it didn't go smooth for 0.7.1 or 0.7.2). The system booted, but running dmesg | grep ACPI inside the embedded system on the qemu gave: ACPI: RSDP (v000 QEMU ) @ 0x000e ACPI: Invalid RSDT checksum ACPI: Subsystem revision 20050211 ACPI: Interpreter disabled. I use the i386 emulation, and the kernel running inside is 2.6.11 Has someone any experience with ACPI in qemu? Thanks, Shahar Livne LivneX - Open Source Development and Services http://livnex.com ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
RE: [Qemu-devel] ACPI support
This is an interesting topic, however, not an easy task :) The patch is for APIC support, and only contains one ACPI MADT entry, which is far from full ACPI support. So you may like to call it an APIC patch rather than ACPI patch. If you want to test power management of embedded system with qemu, IMHO, there will be a lot of work to do: * Implement ACPI hardware in QEMU, which includes - General ACPI hardware in chipset - Specific ACPI hardware in every device * Add ACPI table in BIOS. Best Regards Yu Ke Intel Opensource Technology Center From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shahar Livne Sent: 2005年11月9日 1:40 To: qemu-devel@nongnu.org Subject: [Qemu-devel] ACPI support Hi there, I use qemu for development of embedded systems. Lately I had a need to check ACPI related kernel module, but I have seen that there isn't any support in the version 0.7.1 that I use. I have checked also 0.7.2 and found no support. A patch that I have found on www.h7.dion.ne.jp/~qemu-win/ for x86_64 by F.Navara seemed like close enough. I have applied it (after adaptation, since it didn't go smooth for 0.7.1 or 0.7.2). The system booted, but running dmesg | grep ACPI inside the embedded system on the qemu gave: ACPI: RSDP (v000 QEMU ) @ 0x000e ACPI: Invalid RSDT checksum ACPI: Subsystem revision 20050211 ACPI: Interpreter disabled. I use the i386 emulation, and the kernel running inside is 2.6.11 Has someone any experience with ACPI in qemu? Thanks, Shahar Livne LivneX - Open Source Development and Services http://livnex.com ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] QEMU/KQEMU for server consolidation?
On 11/8/05, Johannes Schindelin <[EMAIL PROTECTED]> wrote: Does anybody on this list have a (working) serial tablet? I'd like to knowthe activating response, so I can finally finish up the rfb patch. Earlier I noticed a couple wacom serial units on ebay around $50 US. I can pitch in $30 to help buy you a tablet if you think this is the way to go. I'm sure it will cost more than $50 with shipping, etc. but that would be a good chunk. -- John. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] Roomity.com v 1.5 is a web 2.01
I was interested in getting feedback from current mail group users.We have mirrored your mail list in a new application that provides a more aggregated and safe environment which utilizes the power of broadband.Roomity.com v 1.5 is a web 2.01 community webapp. Our newest version adds broadcast video and social networking such as favorite authors and an html editor.It?s free to join and any feedback would be appreciated.S.Broadband interface (RIA) + mail box saftey = QEMU_Developers_List.roomity.com*Your* clubs, no sign up to read, ad supported; try broadband internet. ~~1131485887257~~___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu ./Changelog ./qemu-doc.texi ./vl.c ./vl.h ...
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/08 22:30:36 Modified files: . : Changelog qemu-doc.texi vl.c vl.h hw : serial.c Log message: use host serial port CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Changelog.diff?tr1=1.99&tr2=1.100&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-doc.texi.diff?tr1=1.69&tr2=1.70&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.c.diff?tr1=1.142&tr2=1.143&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/vl.h.diff?tr1=1.87&tr2=1.88&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/serial.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] Roomity.com v 1.5 is a web 2.01
On Tuesday, November 8, 2005, 22:38:07, shenanigans wrote: > We have mirrored your mail list in a new application that provides a more > aggregated and safe environment which utilizes the power of broadband. Unless this has been done with the approval from administrators, I'm against it. This is the 3rd mailing list I'm subscribed to that's been added (both previous lists were added without the approval of moderators and have banned this service). -- < Jernej Simoncic ><><><><>< http://deepthought.ena.si/ > A memorandum is written not to inform the reader but to protect the writer. -- Acheson's Rule of the Bureaucracy ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] qemu build on Mac OS X Intel?
Has anyone looked yet at building qemu on OS X Intel (probably aside from cocoa support, similar to building it on Darwin/Intel)? I had a brief attempt with 0.7.2 and obviously some things aren't quite right in the defines (e.g., in the Makefile, #ifdef CONFIG_DARWIN sets CFLAGS that don't work). Philip Machanick School of ITEE, University of Queensland Brisbane, Qld 4072, Australia http://www.itee.uq.edu.au/ ~philip/ phone +61(7) 3365 2766 fax +61(7) 3365 4999 mailto:[EMAIL PROTECTED] ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] Roomity.com v 1.5 is a web 2.01
On Tue, 8 Nov 2005, [iso-8859-2] Jernej Simonèiè wrote: > On Tuesday, November 8, 2005, 22:38:07, shenanigans wrote: > > > We have mirrored your mail list in a new application that provides a more > > aggregated and safe environment which utilizes the power of broadband. > > Unless this has been done with the approval from administrators, I'm against > it. This is the 3rd mailing list I'm subscribed to that's been added (both > previous lists were added without the approval of moderators and have banned > this service). I'd suspect this is an elaborate spam. If this was a serious, legitimate message somehow I don't think the sender ID would be "shenanigans". -- Michael "Soruk" McConnell Eridani Star System MailStripper - http://mailstripper.eridani.co.uk/ - SMTP spam filter Mail Me Anywhere - http://www.MailMeAnywhere.com/ - Mobile email ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] QEMU/KQEMU for server consolidation?
Henrik Nordstrom wrote: On Tue, 8 Nov 2005, Leigh Dyer wrote: Has anyone tried something like this before? QEMU will be running on a server, so I figured that the VNC X server would be a good option for the GUI, but if anyone has a better idea I'd love to hear it. You could also run VNC or RDP on the Windows server guest installation. Doesn't give you remote access to the early boot sequence but has slightly less overhead. Yep, I was thinking about running RDP in the guest for day-to-day stuff (we do that now for our real Win2k server. The QEMU GUI has to go somewhere though, and short of installing the VNC patch, the easiest option looks like running a virtual X server like the VNC one. QEMU can connect to that and the display goes nowhere, until of course someone connects via VNC. I've started on this, with a Win2k server install and SQL 7 running on my desktop seemingly quite well. After some more testing (loading up some databases, testing apps running under Linux connecting to it through the virtual NIC) I'll start looking at running it on our test SMP server with the VNC X server. If people are curious, I'll be happy to let you all know how it goes. Thanks Leigh Regards Henrik ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] QEMU/KQEMU for server consolidation?
Hi, On Tue, 8 Nov 2005, John Hogerhuis wrote: > On 11/8/05, Johannes Schindelin <[EMAIL PROTECTED]> wrote: > > > > > > Does anybody on this list have a (working) serial tablet? I'd like to know > > the activating response, so I can finally finish up the rfb patch. > > Earlier I noticed a couple wacom serial units on ebay around $50 US. > > I can pitch in $30 to help buy you a tablet if you think this is the way to > go. I'm sure it will cost more than $50 with shipping, etc. but that would > be a good chunk. Thank you for your offer! Though I'll probably wait a little bit (don't have a chance hacking for real in the next few weeks anyway). Ciao, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] Roomity.com v 1.5 is a web 2.01
> > I was interested in getting feedback from current mail group users. > > We have mirrored your mail list in a new application that provides a more > aggregated and safe environment which utilizes the power of broadband. blah, blah, blah. Time to switch my account to something only used by qemu-devel and see where it spawns off to, cause I believe that any unsolicited archive like this is just ripe for abuse. Besides, the list is already archived. > > Roomity.com v 1.5 is a web 2.01 community webapp. Our newest version adds > broadcast video and social networking such as favorite authors and an html > editor. > > It?s free to join and any feedback would be appreciated. Please remove the list. It's already archived elsewhere, and this is completely unsolicited, in the fact that you've already set it up, before asking permission. How dumb do you think we are? ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] ACPI support
Thanks! Actually, I don't need the whole ACPI mechanism working. On the real target, I want to use the power button to initiate a reboot. Such a thing can be done with something like: cat /proc/acpi/event | grep specific_event > /dev/null && reboot In the qemu, I never get to load the relevant kernel modules (like button.ko), since the ACPI is disabled due to the mentioned checksum failure. If it is only some small adaptation of the mentioned patch with checksum calculation for RSDT and updating acpi.S than I would gladly do it (do you have any hints?). Otherwise - I just give up on this now, and use the real hardware. Cheers, Shahar LivneLivneX - Open Source Development and Services http://livnex.com On 11/8/05, Yu, Ke <[EMAIL PROTECTED]> wrote: This is an interesting topic, however, not an easy task :)The patch is for APIC support, and only contains one ACPI MADT entry, which is far from full ACPI support. So you may like to call it an APIC patch rather than ACPI patch.If you want to test power management of embedded system with qemu, IMHO, there will be a lot of work to do:* Implement ACPI hardware in QEMU, which includes - General ACPI hardware in chipset - Specific ACPI hardware in every device* Add ACPI table in BIOS.Best RegardsYu KeIntel Opensource Technology CenterFrom: qemu-devel-bounces+ke.yu= [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Shahar LivneSent: 2005年11月9日 1:40 To: qemu-devel@nongnu.orgSubject: [Qemu-devel] ACPI supportHi there,I use qemu for development of embedded systems. Lately I had a need to check ACPI related kernel module, but I have seen that there isn't any support in the version 0.7.1 that I use.I have checked also 0.7.2 and found no support.A patch that I have found on www.h7.dion.ne.jp/~qemu-win/ for x86_64 by F.Navara seemed like close enough.I have applied it (after adaptation, since it didn't go smooth for 0.7.1 or 0.7.2).The system booted, but running dmesg | grep ACPI inside the embedded system on the qemu gave: ACPI: RSDP (v000 QEMU ) @ 0x000eACPI: Invalid RSDT checksumACPI: Subsystem revision 20050211ACPI: Interpreter disabled.I use the i386 emulation, and the kernel running inside is 2.6.11Has someone any experience with ACPI in qemu? Thanks,Shahar LivneLivneX - Open Source Development and Serviceshttp://livnex.com___Qemu-devel mailing list Qemu-devel@nongnu.orghttp://lists.nongnu.org/mailman/listinfo/qemu-devel ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel