[Qemu-devel] Re: [kvm-devel] [PATCH 0/4] Rework alarm timer infrastrucure - take2

2007-08-18 Thread Anthony Liguori
I think this is a really nice and important patch set. Just a couple things: On Sun, 2007-08-19 at 00:02 +0200, Luca Tettamanti wrote: > > In this case the dyn-tick minimum res will be 1msec. I believe it should > > work ok since this is the case without any dyn-tick. > > Actually minimum resol

[Qemu-devel] Re: [kvm-devel] [PATCH 0/4] Rework alarm timer infrastrucure - take2

2007-08-18 Thread Luca Tettamanti
Dor Laor ha scritto: > >> Hello, > >> in reply to this mail I will send a serie of 4 patches that cleans up > >and > >> expands the alarm timer handling in QEMU. Patches have been rebased > on > >QEMU > >> CVS. > >> > >> Patch 1 is mostly a cleanup of the existing code; instead of having > >multip

[Qemu-devel] [PATCH] usb devices with multiple configurations/interfaces

2007-08-18 Thread Andreas Winkelbauer
Hi, as the patch provided in [1] did not work for me when patching against qemu-0.9.0 I created a new diff which should work with the official qemu-0.9.0 sources. So if you struggle with an error like "usb_host: only one interface supported" this might help you out. You can find some more inform

[Qemu-devel] RE: [kvm-devel] [PATCH 0/4] Rework alarm timer infrastrucure - take2

2007-08-18 Thread Dor Laor
>> Hello, >> in reply to this mail I will send a serie of 4 patches that cleans up >and >> expands the alarm timer handling in QEMU. Patches have been rebased on >QEMU >> CVS. >> >> Patch 1 is mostly a cleanup of the existing code; instead of having >multiple >> #ifdefs to handle different timers s

[Qemu-devel] Re: [kvm-devel] [PATCH 0/4] Rework alarm timer infrastrucure - take 2

2007-08-18 Thread Anthony Liguori
On Sat, 2007-08-18 at 01:11 +0200, Luca Tettamanti wrote: > Hello, > in reply to this mail I will send a serie of 4 patches that cleans up and > expands the alarm timer handling in QEMU. Patches have been rebased on QEMU > CVS. > > Patch 1 is mostly a cleanup of the existing code; instead of havi

[Qemu-devel] qemu/hw pcnet.c

2007-08-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/08/18 13:08:30 Modified files: hw : pcnet.c Log message: Remove obsolete comment. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pcnet.c?cvsroot=qemu&r1=1.16&r2=1.17

Re: [Qemu-devel] [PATCH][RFC] Fix bugs in the ATAPI cdrom driver

2007-08-18 Thread Brandon Philips
On 17:42 Fri 17 Aug 2007, Matthew Kent wrote: > 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