On 3 February 2014 16:39, Paolo Bonzini <pbonz...@redhat.com> wrote: > From: Vadim Rozenfeld <vroze...@redhat.com> > > 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 <vroze...@redhat.com> > Reviewed-by: Marcelo Tosatti <mtosa...@redhat.com> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > 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