Re: [PATCH 12/14] i386/cpu: Store LAPIC bus frequency in CPU structure

2020-03-10 Thread Liran Alon
On 10/03/2020 14:27, Michael S. Tsirkin wrote: On Tue, Mar 10, 2020 at 12:53:28PM +0200, Liran Alon wrote: On 10/03/2020 11:29, Michael S. Tsirkin wrote: On Tue, Mar 10, 2020 at 01:54:09AM +0200, Liran Alon wrote: No functional change. This information will be used by following patches. Rev

Re: [PATCH 12/14] i386/cpu: Store LAPIC bus frequency in CPU structure

2020-03-10 Thread Michael S. Tsirkin
On Tue, Mar 10, 2020 at 12:53:28PM +0200, Liran Alon wrote: > > On 10/03/2020 11:29, Michael S. Tsirkin wrote: > > On Tue, Mar 10, 2020 at 01:54:09AM +0200, Liran Alon wrote: > > > No functional change. > > > This information will be used by following patches. > > > > > > Reviewed-by: Nikita Lesh

Re: [PATCH 12/14] i386/cpu: Store LAPIC bus frequency in CPU structure

2020-03-10 Thread Liran Alon
On 10/03/2020 11:29, Michael S. Tsirkin wrote: On Tue, Mar 10, 2020 at 01:54:09AM +0200, Liran Alon wrote: No functional change. This information will be used by following patches. Reviewed-by: Nikita Leshenko Signed-off-by: Liran Alon --- linux-headers/asm-x86/kvm.h | 4 target/i38

Re: [PATCH 12/14] i386/cpu: Store LAPIC bus frequency in CPU structure

2020-03-10 Thread Michael S. Tsirkin
On Tue, Mar 10, 2020 at 01:54:09AM +0200, Liran Alon wrote: > No functional change. > This information will be used by following patches. > > Reviewed-by: Nikita Leshenko > Signed-off-by: Liran Alon > --- > linux-headers/asm-x86/kvm.h | 4 > target/i386/cpu.h | 1 + > target/i386

[PATCH 12/14] i386/cpu: Store LAPIC bus frequency in CPU structure

2020-03-09 Thread Liran Alon
No functional change. This information will be used by following patches. Reviewed-by: Nikita Leshenko Signed-off-by: Liran Alon --- linux-headers/asm-x86/kvm.h | 4 target/i386/cpu.h | 1 + target/i386/kvm.c | 6 +++--- 3 files changed, 8 insertions(+), 3 deletions(-)