>>> On 24.11.14 at 11:07, wrote:
> On Mon, Nov 24, 2014 at 09:58:29AM +, Jan Beulich wrote:
>> >>> On 21.11.14 at 16:06, wrote:
>> > --- a/xen/include/public/hvm/hvm_info_table.h
>> > +++ b/xen/include/public/hvm/hvm_info_table.h
>> > @@ -32,6 +32,17 @@
>> > /* Maximum we can support with cu
On Mon, Nov 24, 2014 at 09:58:29AM +, Jan Beulich wrote:
> >>> On 21.11.14 at 16:06, wrote:
> > --- a/xen/include/public/hvm/hvm_info_table.h
> > +++ b/xen/include/public/hvm/hvm_info_table.h
> > @@ -32,6 +32,17 @@
> > /* Maximum we can support with current vLAPIC ID mapping. */
> > #define
>>> On 21.11.14 at 16:06, wrote:
> --- a/xen/include/public/hvm/hvm_info_table.h
> +++ b/xen/include/public/hvm/hvm_info_table.h
> @@ -32,6 +32,17 @@
> /* Maximum we can support with current vLAPIC ID mapping. */
> #define HVM_MAX_VCPUS128
>
> +#define HVM_MAX_NODES 16
> +#defi
Signed-off-by: Wei Liu
Cc: Jan Beulich
---
xen/include/public/hvm/hvm_info_table.h | 19 +++
1 file changed, 19 insertions(+)
diff --git a/xen/include/public/hvm/hvm_info_table.h
b/xen/include/public/hvm/hvm_info_table.h
index 36085fa..9d3f218 100644
--- a/xen/include/public/