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