diff mbox

kvm: Document KVM_IOEVENTFD

Message ID 4DE79B34.4050908@web.de (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kiszka June 2, 2011, 2:16 p.m. UTC
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@redhat.com>
>> >>  Cc: Marcelo Tosatti<mtosatti@redhat.com>
>> >>  Signed-off-by: Sasha Levin<levinsasha928@gmail.com>
>> >>  ---
>> >>   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@siemens.com>

KVM: Fixup documentation section numbering

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 Documentation/virtual/kvm/api.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Marcelo Tosatti June 3, 2011, 1:52 a.m. UTC | #1
On Thu, Jun 02, 2011 at 04:16:20PM +0200, Jan Kiszka wrote:
> 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@redhat.com>
> >> >>  Cc: Marcelo Tosatti<mtosatti@redhat.com>
> >> >>  Signed-off-by: Sasha Levin<levinsasha928@gmail.com>
> >> >>  ---
> >> >>   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@siemens.com>
> 
> KVM: Fixup documentation section numbering
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Applied, thanks.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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