qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 13/16] kvm: add support for hyper-v timers


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 13/16] kvm: add support for hyper-v timers
Date: Tue, 4 Mar 2014 15:14:00 +0000

On 3 February 2014 16:39, Paolo Bonzini <address@hidden> wrote:
> From: Vadim Rozenfeld <address@hidden>
>
> http://msdn.microsoft.com/en-us/library/windows/hardware/ff541625%28v=vs.85%29.aspx
>
> This code is generic for activating reference time counter or virtual 
> reference time stamp counter
>
> Signed-off-by: Vadim Rozenfeld <address@hidden>
> Reviewed-by: Marcelo Tosatti <address@hidden>
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  linux-headers/asm-x86/hyperv.h |  3 +++
>  linux-headers/linux/kvm.h      |  1 +
>  target-i386/cpu-qom.h          |  1 +
>  target-i386/cpu.c              |  1 +
>  target-i386/cpu.h              |  1 +
>  target-i386/kvm.c              | 20 +++++++++++++++++++-
>  target-i386/machine.c          | 22 ++++++++++++++++++++++
>  7 files changed, 48 insertions(+), 1 deletion(-)

Old patch, but if I'd spotted this at the time I'd have rejected this pull
request: we shouldn't be changing linux-headers except with commits
which are doing nothing except syncing the headers to some specified
kernel version/commit. As far as I can tell the changes in this commit
don't correspond to a particular version of the kernel headers at all :-(

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]