mbox series

[0/3] numa: cleanups for 5.2

Message ID 20200911084410.788171-1-imammedo@redhat.com
Headers show
Series numa: cleanups for 5.2 | expand

Message

Igor Mammedov Sept. 11, 2020, 8:44 a.m. UTC
Remove deprecated default RAM splitting beween numa
nodes that was deprecated since 4.1, and a couple of
minor numa clean ups.

Igor Mammedov (3):
  numa: drop support for '-numa node' (without memory specified)
  doc: Cleanup "'-mem-path' fallback to RAM" deprecation text
  numa: remove fixup numa_state->num_nodes to MAX_NODES

 include/hw/boards.h        |  2 --
 include/sysemu/numa.h      |  4 ---
 docs/system/deprecated.rst | 44 +++++++++++++++-------------
 hw/core/machine.c          |  1 -
 hw/core/numa.c             | 59 --------------------------------------
 hw/i386/pc_piix.c          |  1 -
 hw/i386/pc_q35.c           |  1 -
 hw/ppc/spapr.c             |  1 -
 8 files changed, 24 insertions(+), 89 deletions(-)

Comments

Paolo Bonzini Sept. 12, 2020, 7:44 a.m. UTC | #1
On 11/09/20 10:44, Igor Mammedov wrote:
> Remove deprecated default RAM splitting beween numa
> nodes that was deprecated since 4.1, and a couple of
> minor numa clean ups.
> 
> Igor Mammedov (3):
>   numa: drop support for '-numa node' (without memory specified)
>   doc: Cleanup "'-mem-path' fallback to RAM" deprecation text
>   numa: remove fixup numa_state->num_nodes to MAX_NODES
> 
>  include/hw/boards.h        |  2 --
>  include/sysemu/numa.h      |  4 ---
>  docs/system/deprecated.rst | 44 +++++++++++++++-------------
>  hw/core/machine.c          |  1 -
>  hw/core/numa.c             | 59 --------------------------------------
>  hw/i386/pc_piix.c          |  1 -
>  hw/i386/pc_q35.c           |  1 -
>  hw/ppc/spapr.c             |  1 -
>  8 files changed, 24 insertions(+), 89 deletions(-)
> 

Queued, thanks.

Paolo