numa.c (b58c5c2dd29db0eae0bed800ac1a311e14007cec) | numa.c (46517dd4971fc1fdd5b379e72cc377626ad98160) |
---|---|
1/* 2 * NUMA parameter parsing routines 3 * 4 * Copyright (c) 2014 Fujitsu Ltd. 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 11 unchanged lines hidden (view full) --- 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 * THE SOFTWARE. 23 */ 24 25#include "qemu/osdep.h" 26#include "sysemu/hostmem.h" 27#include "sysemu/numa.h" | 1/* 2 * NUMA parameter parsing routines 3 * 4 * Copyright (c) 2014 Fujitsu Ltd. 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 11 unchanged lines hidden (view full) --- 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 * THE SOFTWARE. 23 */ 24 25#include "qemu/osdep.h" 26#include "sysemu/hostmem.h" 27#include "sysemu/numa.h" |
28#include "sysemu/sysemu.h" |
|
28#include "exec/cpu-common.h" 29#include "exec/ramlist.h" 30#include "qemu/bitmap.h" 31#include "qemu/error-report.h" 32#include "qapi/error.h" 33#include "qapi/opts-visitor.h" 34#include "qapi/qapi-visit-machine.h" 35#include "sysemu/qtest.h" --- 582 unchanged lines hidden --- | 29#include "exec/cpu-common.h" 30#include "exec/ramlist.h" 31#include "qemu/bitmap.h" 32#include "qemu/error-report.h" 33#include "qapi/error.h" 34#include "qapi/opts-visitor.h" 35#include "qapi/qapi-visit-machine.h" 36#include "sysemu/qtest.h" --- 582 unchanged lines hidden --- |