Re: [Qemu-devel] qemu vnc.c

2007-09-17 Thread Matthew Kent
patches I see there upstream? Of course I'd do it myself but I'm not qualified nor familiar with vnc's operation, just hate to see work duplicated. -- Matthew Kent <[EMAIL PROTECTED]> http://magoazul.com

Re: [Qemu-devel] qemu vnc.c

2007-09-14 Thread Matthew Kent
it myself but I'm not qualified nor familiar with vnc's operation, just hate to see work duplicated. -- Matthew Kent <[EMAIL PROTECTED]> http://magoazul.com

Re: [Qemu-devel] qemu Makefile.target configure vnc.c

2007-08-24 Thread Matthew Kent
Crypt basic TLS support, by Daniel P. Berrange. Ah nice, was just testing this. Tried password and tls so far, both work well with gtk-vnc. Like being able to reconfigure them on the fly too. Great addition :) -- Matthew Kent <[EMAIL PROTECTED]> http://magoazul.com

[Qemu-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. --

Re: [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

Re: [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: [Qemu-devel] [PATCH][RFC] Fix bugs in the ATAPI cdrom driver

2007-08-17 Thread Matthew Kent
On Fri, 2007-17-08 at 16:43 -0700, Brandon Philips wrote: > The new libata-eh in the Linux kernel is throwing a fit over the QEMU > cdrom device for two reasons: Nice thanks, was suffering from this issue as well. Tested with some linux 2.6.23-rc3 guests, looks great now. -- Matthe

[Qemu-devel] 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

[Qemu-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

Re: [Qemu-devel] fedora 7, cdrom and GPCMD_GET_EVENT_STATUS_NOTIFICATION

2007-07-30 Thread Matthew Kent
[cc'ing the linux-ide list if they have any suggestions as to possible causes, original post http://marc.info/?l=qemu-devel&m=118557513905049&w=2 ] On Mon, 2007-30-07 at 00:21 -0500, dmc wrote: > Matthew Kent wrote: > > Been digging around for a solution or confirmati

Re: [Qemu-devel] fedora 7, cdrom and GPCMD_GET_EVENT_STATUS_NOTIFICATION

2007-07-30 Thread Matthew Kent
[oops, this email wasn't subscribed to the list. forgive me if you get 2 copies..] On Mon, 2007-30-07 at 00:21 -0500, dmc wrote: > Matthew Kent wrote: > > Been digging around for a solution or confirmation of this for a while > > now without much luck. Forgive me if there&

[Qemu-devel] fedora 7, cdrom and GPCMD_GET_EVENT_STATUS_NOTIFICATION

2007-07-27 Thread Matthew Kent
g --device /dev/scd0 but given the lack of success I had finding other people reporting this exact issue in libata proper, I'm guessing it might be something with the cd-rom emulation of which fixing is way over my head :) Guest dmesg and test case attached. Anyone else seeing this? -- Matthew