[Qemu-devel] [PULL 0/1] NUMA documentation update

Eduardo Habkost posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170303131317.23617-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
qemu-options.hx | 38 ++++++++++++++++++++++++++++----------
1 file changed, 28 insertions(+), 10 deletions(-)
[Qemu-devel] [PULL 0/1] NUMA documentation update
Posted by Eduardo Habkost 7 years, 1 month ago
Sorry for sending this after soft freeze. I just noticed that it
went through the cracks and I believe the documentation update is
relevant and simple enough to be included in 2.9.

The following changes since commit 508e038a5d725f2aa729f58a1f5209b9be4227de:

  dtc: Revert unintentional submodule downgrade from commit 077dd74239a99 (2017-03-03 12:48:42 +0000)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/numa-pull-request

for you to fetch changes up to 4b9a5dd762ae41acd7df741de3e554b319a2cced:

  qemu-options: Rewrite -numa documentation (2017-03-03 10:08:03 -0300)

----------------------------------------------------------------
NUMA documentation update

----------------------------------------------------------------

Eduardo Habkost (1):
  qemu-options: Rewrite -numa documentation

 qemu-options.hx | 38 ++++++++++++++++++++++++++++----------
 1 file changed, 28 insertions(+), 10 deletions(-)

-- 
2.11.0.259.g40922b1


Re: [Qemu-devel] [PULL 0/1] NUMA documentation update
Posted by Peter Maydell 7 years, 1 month ago
On 3 March 2017 at 13:13, Eduardo Habkost <ehabkost@redhat.com> wrote:
> Sorry for sending this after soft freeze. I just noticed that it
> went through the cracks and I believe the documentation update is
> relevant and simple enough to be included in 2.9.
>
> The following changes since commit 508e038a5d725f2aa729f58a1f5209b9be4227de:
>
>   dtc: Revert unintentional submodule downgrade from commit 077dd74239a99 (2017-03-03 12:48:42 +0000)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/numa-pull-request
>
> for you to fetch changes up to 4b9a5dd762ae41acd7df741de3e554b319a2cced:
>
>   qemu-options: Rewrite -numa documentation (2017-03-03 10:08:03 -0300)
>
> ----------------------------------------------------------------
> NUMA documentation update
>
> ----------------------------------------------------------------
>
> Eduardo Habkost (1):
>   qemu-options: Rewrite -numa documentation
>
>  qemu-options.hx | 38 ++++++++++++++++++++++++++++----------
>  1 file changed, 28 insertions(+), 10 deletions(-

Applied, thanks.

-- PMM