Re: [PATCH v2] KVM: Add coalesced PIO support

2018-07-18 Thread Radim Krčmář
2018-07-12 09:59+0800, Wanpeng Li: > From: Peng Hao > > Windows I/O, such as the real-time clock. The address register (port > 0x70 in the RTC case) can use coalesced I/O, cutting the number of > userspace exits by half when reading or writing the RTC. > > Guest access rtc like this: write regis

[PATCH v2] KVM: Add coalesced PIO support

2018-07-11 Thread Wanpeng Li
From: Peng Hao Windows I/O, such as the real-time clock. The address register (port 0x70 in the RTC case) can use coalesced I/O, cutting the number of userspace exits by half when reading or writing the RTC. Guest access rtc like this: write register index to 0x70, then write or read data from