On 2011-06-02 15:43, Avi Kivity wrote: > On 06/01/2011 01:51 PM, Jan Kiszka wrote: >> On 2011-05-31 15:44, Marcelo Tosatti wrote: >> > On Sat, May 28, 2011 at 02:12:30PM +0300, Sasha Levin wrote: >> >> Document KVM_IOEVENTFD that can be used to receive >> >> notifications of PIO/MMIO events without triggering >> >> an exit. >> >> >> >> Cc: Avi Kivity<avi@xxxxxxxxxx> >> >> Cc: Marcelo Tosatti<mtosatti@xxxxxxxxxx> >> >> Signed-off-by: Sasha Levin<levinsasha928@xxxxxxxxx> >> >> --- >> >> Documentation/virtual/kvm/api.txt | 30 >> ++++++++++++++++++++++++++++++ >> >> 1 files changed, 30 insertions(+), 0 deletions(-) >> > >> > Applied (with wording fix), thanks. >> >> Requires section number fix-up (4.56 -> 4.58). > > The usual fix is to cut a 5.0 release. Too bad that we already have one ("5. The kvm_run structure"). :) Jan ------8<------ From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> KVM: Fixup documentation section numbering Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- Documentation/virtual/kvm/api.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 3755a39..2bd06b0 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -1323,7 +1323,7 @@ struct kvm_lapic_state { Copies the input argument into the the Local APIC registers. The data format and layout are the same as documented in the architecture manual. -4.56 KVM_IOEVENTFD +4.58 KVM_IOEVENTFD Capability: KVM_CAP_IOEVENTFD Architectures: all -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html