public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL] lguest fix, virtio documentation
@ 2011-08-15  0:55 Rusty Russell
  2011-08-15 14:48 ` Sasha Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Rusty Russell @ 2011-08-15  0:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lkml - Kernel Mailing List, virtualization

[ This adds a text copy of the virtio draft spec to the kernel source,
  which should make it easier for people to find and read.  The master
  is still the lyx document on my server, so I'll keep it in sync. ]

The following changes since commit 91d85ea6786107aa2837bef3e957165ad7c8b823:

  Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging (2011-08-13 18:37:28 -0700)

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master

Rusty Russell (2):
      virtio: Add text copy of spec to Documentation/virtual.
      lguest: allow booting guest with CONFIG_RELOCATABLE=y

 Documentation/virtual/00-INDEX        |    3 +
 Documentation/virtual/lguest/lguest.c |    3 +
 Documentation/virtual/virtio-spec.txt | 2200 +++++++++++++++++++++++++++++++++
 3 files changed, 2206 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/virtual/virtio-spec.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] lguest fix, virtio documentation
  2011-08-15  0:55 [PULL] lguest fix, virtio documentation Rusty Russell
@ 2011-08-15 14:48 ` Sasha Levin
  2011-08-22  0:12   ` Rusty Russell
  0 siblings, 1 reply; 3+ messages in thread
From: Sasha Levin @ 2011-08-15 14:48 UTC (permalink / raw)
  To: Rusty Russell; +Cc: Linus Torvalds, lkml - Kernel Mailing List, virtualization

On Mon, 2011-08-15 at 10:25 +0930, Rusty Russell wrote:
> [ This adds a text copy of the virtio draft spec to the kernel source,
>   which should make it easier for people to find and read.  The master
>   is still the lyx document on my server, so I'll keep it in sync. ]
> 
> The following changes since commit 91d85ea6786107aa2837bef3e957165ad7c8b823:
> 
>   Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging (2011-08-13 18:37:28 -0700)
> 
> are available in the git repository at:
> 
>   ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master
> 
> Rusty Russell (2):
>       virtio: Add text copy of spec to Documentation/virtual.

The "Device Status" paragraph says FAILED is 8, while it should be 0x80.

-- 

Sasha.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] lguest fix, virtio documentation
  2011-08-15 14:48 ` Sasha Levin
@ 2011-08-22  0:12   ` Rusty Russell
  0 siblings, 0 replies; 3+ messages in thread
From: Rusty Russell @ 2011-08-22  0:12 UTC (permalink / raw)
  To: Sasha Levin; +Cc: Linus Torvalds, lkml - Kernel Mailing List, virtualization

On Mon, 15 Aug 2011 17:48:32 +0300, Sasha Levin <levinsasha928@gmail.com> wrote:
> On Mon, 2011-08-15 at 10:25 +0930, Rusty Russell wrote:
> > [ This adds a text copy of the virtio draft spec to the kernel source,
> >   which should make it easier for people to find and read.  The master
> >   is still the lyx document on my server, so I'll keep it in sync. ]
> > 
> > The following changes since commit 91d85ea6786107aa2837bef3e957165ad7c8b823:
> > 
> >   Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging (2011-08-13 18:37:28 -0700)
> > 
> > are available in the git repository at:
> > 
> >   ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master
> > 
> > Rusty Russell (2):
> >       virtio: Add text copy of spec to Documentation/virtual.
> 
> The "Device Status" paragraph says FAILED is 8, while it should be 0x80.

They're 1-based bit numbers.  But since everyone makes this mistake,
I've changed them *all* to values rather than bit numbers.

Thanks!
Rusty.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-22  2:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-15  0:55 [PULL] lguest fix, virtio documentation Rusty Russell
2011-08-15 14:48 ` Sasha Levin
2011-08-22  0:12   ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox