Re: [kvm-devel] [ANN] gfxboot-disable

2007-10-24 Thread Matthew Kent
rible, horrible hack. But it works :-) Hey cool, thanks for this! -- Matthew Kent <[EMAIL PROTECTED]> http://magoazul.com - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find probl

Re: [kvm-devel] web interface?

2007-07-31 Thread Matthew Kent
patches to qemu vnc for supporting passwords if you need a starting point. Though iirc they are pulled from the xenstore or whatever they call it, so it would need some work I'd imagine. -- Matthew Kent \ SA \ bravenet.com

Re: [kvm-devel] web interface?

2007-07-31 Thread Matthew Kent
in qemu? > > Watch this space. I will be submitting patches to upstream QEMU either > today or tomorrow which will enable password support in VNC. It will > also provide for optional TLS encryption, and x509 certificates for both > client and server validation & authentication.

[kvm-devel] vnc improvement/bugfix patches from xen

2007-08-01 Thread Matthew Kent
ongoing and I just duplicated some work that's already done? :) -- Matthew Kent <[EMAIL PROTECTED]> http://magoazul.com - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to fi

Re: [kvm-devel] kvm very slow

2007-08-09 Thread Matthew Kent
clocksource/clocksource0/current_clocksource tsc and now everything seems great, hardware and system time seem 1:1 again. Attached is a diff of the dmesg from each boot. As to why this is... -- Matthew Kent <[EMAIL PROTECTED]> http://magoazul.com --- dmesg.f7_32bit_default 2007-08-09 16:00

Re: [kvm-devel] kvm very slow

2007-08-09 Thread Matthew Kent
[oops sorry. should have included the full dmesg from the bad boot and cc'd the original poster] On Thu, 2007-09-08 at 16:23 -0700, Matthew Kent wrote: > On Wed, 2007-01-08 at 07:22 +0200, Ulrich Schreiner wrote: > > hi, > > > > im using a 64 bit fedora7 system with a q

[kvm-devel] [PATCH] hint your using kvm

2007-08-15 Thread Matthew Kent
Signed-off-by: Matthew Kent <[EMAIL PROTECTED]> --- qemu/vnc.c | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/qemu/vnc.c b/qemu/vnc.c index 37d5e35..4430651 100644 --- a/qemu/vnc.c +++ b/qemu/vnc.c @@ -1109,8 +1109,16 @@ static int protocol_clien

Re: [kvm-devel] paravirtualizaton support

2007-08-16 Thread Matthew Kent
sure which kvm release those patches will apply cleanly to though. -- Matthew Kent <[EMAIL PROTECTED]> http://magoazul.com - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find proble

Re: [kvm-devel] [PATCH/RFC 4/4] Add support for dynamic ticks.

2007-08-17 Thread Matthew Kent
fied with a stopwatch because I didn't believe them at first :) Great stuff. -- Matthew Kent <[EMAIL PROTECTED]> http://magoazul.com - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files t

Re: [kvm-devel] [Qemu-devel] [PATCH 3/4] Add support for HPET periodic timer.

2007-08-21 Thread Matthew Kent
i_flags 0x0 hpet_poll: expired time = 0x8 hpet_poll: revents = 0x1 hpet_poll: data 0x1 [EMAIL PROTECTED] [/home/mkent]# ./demo poll /dev/hpet 1 1000 -hpet: executing poll hpet_poll: info.hi_flags 0x0 hpet_poll, HPET_IE_ON failed This is on 2.6.23-rc3 x86_64 with the patch-2.6.23-rc3-hrt2.pat

Re: [kvm-devel] [Qemu-devel] [PATCH 3/4] Add support for HPET periodic timer.

2007-08-21 Thread Matthew Kent
On Tue, 2007-21-08 at 21:40 +0200, Luca wrote: > On 8/21/07, Matthew Kent <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-18-08 at 01:11 +0200, Luca Tettamanti wrote: > > > plain text document attachment (clock-hpet) > > > Linux operates the HPET timer in legacy r

[kvm-devel] linux verify_pmtmr_rate() issue

2007-08-21 Thread Matthew Kent
e just disabled verify_pmtmr_rate() in the kernel for my guests and they seem to be keeping time just fine. Not sure if a patch for the linux kernel making the sanity check optional with a kernel parameter would make sense or there's something else that can be done at the qemu level. Thanks. --