Re: [Qemu-devel] QEMU/KQEMU for server consolidation?

2005-11-08 Thread Henrik Nordstrom
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

Re: [Qemu-devel] QEMU/KQEMU for server consolidation?

2005-11-08 Thread gb spam
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. Specif

Re: [Qemu-devel] QEMU/KQEMU for server consolidation?

2005-11-08 Thread Johannes Schindelin
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

[Qemu-devel] (no subject)

2005-11-08 Thread Shahar Livne
___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Re: Timing problems

2005-11-08 Thread Sven Zenker
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

[Qemu-devel] ACPI support

2005-11-08 Thread Shahar Livne
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/

RE: [Qemu-devel] ACPI support

2005-11-08 Thread Yu, Ke
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 q

Re: [Qemu-devel] QEMU/KQEMU for server consolidation?

2005-11-08 Thread John Hogerhuis
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 b

[Qemu-devel] Roomity.com v 1.5 is a web 2.01

2005-11-08 Thread shenanigans
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 vide

[Qemu-devel] qemu ./Changelog ./qemu-doc.texi ./vl.c ./vl.h ...

2005-11-08 Thread Fabrice Bellard
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 C

Re: [Qemu-devel] Roomity.com v 1.5 is a web 2.01

2005-11-08 Thread Jernej Simončič
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

[Qemu-devel] qemu build on Mac OS X Intel?

2005-11-08 Thread Philip Machanick
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

Re: [Qemu-devel] Roomity.com v 1.5 is a web 2.01

2005-11-08 Thread Michael McConnell
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

Re: [Qemu-devel] QEMU/KQEMU for server consolidation?

2005-11-08 Thread Leigh Dyer
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 R

Re: [Qemu-devel] QEMU/KQEMU for server consolidation?

2005-11-08 Thread Johannes Schindelin
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

Re: [Qemu-devel] Roomity.com v 1.5 is a web 2.01

2005-11-08 Thread Ben Taylor
> > 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

Re: [Qemu-devel] ACPI support

2005-11-08 Thread Shahar Livne
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 ke