Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1701927 > unrolled thread

Re: [PATCH] kvm: x86: reduce rtc 0x70 access vm-exit time

Started byPaolo Bonzini <pbonzini@redhat.com>
First post2017-08-02 11:00 +0200
Last post2017-08-02 11:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] kvm: x86: reduce rtc 0x70 access vm-exit time Paolo Bonzini <pbonzini@redhat.com> - 2017-08-02 11:00 +0200

#1701927 — Re: [PATCH] kvm: x86: reduce rtc 0x70 access vm-exit time

FromPaolo Bonzini <pbonzini@redhat.com>
Date2017-08-02 11:00 +0200
SubjectRe: [PATCH] kvm: x86: reduce rtc 0x70 access vm-exit time
Message-ID<u9XFx-7As-35@gated-at.bofh.it>
On 02/08/2017 10:45, peng.hao2@zte.com.cn wrote:
>>On 02/08/2017 17:24, Peng Hao wrote:
> coalesced MMIO is async and io port should be sync .  I don't need to
> coalese io port access.

Coalesced MMIO access is resolved on the next read from a coalesced MMIO
address or the next write to a non-coalescecd MMIO address.  So it would
work perfectly for port 0x70.  You would have to modify QEMU to split
the RTC I/O ports into two MemoryRegions.

Paolo

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web