Re: [Qemu-devel] [PATCH][uq/master] kvmclock: Fix feature detection

2011-08-04 Thread Jan Kiszka
On 2011-07-04 20:37, Marcelo Tosatti wrote: > On Thu, Jun 23, 2011 at 10:23:10AM +0200, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Bit-wise or the feature flags and drop the obsolete #ifdef. >> >> Signed-off-by: Jan Kiszka >> --- >> hw/kvmclock.c |7 ++- >> 1 files changed, 2 insertions

Re: [Qemu-devel] [PATCH][uq/master] kvmclock: Fix feature detection

2011-07-04 Thread Marcelo Tosatti
On Thu, Jun 23, 2011 at 10:23:10AM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > Bit-wise or the feature flags and drop the obsolete #ifdef. > > Signed-off-by: Jan Kiszka > --- > hw/kvmclock.c |7 ++- > 1 files changed, 2 insertions(+), 5 deletions(-) Applied, thanks.

[Qemu-devel] [PATCH][uq/master] kvmclock: Fix feature detection

2011-06-23 Thread Jan Kiszka
From: Jan Kiszka Bit-wise or the feature flags and drop the obsolete #ifdef. Signed-off-by: Jan Kiszka --- hw/kvmclock.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/hw/kvmclock.c b/hw/kvmclock.c index 692ad18..b73aec4 100644 --- a/hw/kvmclock.c +++ b/hw/kvmcl