qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 3da2bd: numa: Move numa_legacy_auto_assign_ra


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 3da2bd: numa: Move numa_legacy_auto_assign_ram to pc-i440f...
Date: Wed, 23 Aug 2017 08:12:58 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3da2bd8c4a80178fb115c70b858cecbfb1eb1067
      
https://github.com/qemu/qemu/commit/3da2bd8c4a80178fb115c70b858cecbfb1eb1067
  Author: Eduardo Habkost <address@hidden>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

  Changed paths:
    M hw/i386/pc_piix.c

  Log Message:
  -----------
  numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9

The 'm->numa_auto_assign_ram = numa_legacy_auto_assign_ram;' line
was supposed to be in pc_i440fx_2_9_machine_options() (see commit
3bfe5716 "numa: equally distribute memory on nodes"), but the
merge commit adb354dd ("Merge remote-tracking branch
'mst/tags/for_upstream' into staging") moved it to the
pc_i440fx_2_10_machine_options().

Move the line back to pc_i440fx_2_9_machine_options().

Signed-off-by: Eduardo Habkost <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]