Re: [kvm-devel] [PATCH 4/15] mark processors as presents

2008-02-26 Thread Alexander Graf
On Feb 27, 2008, at 12:05 AM, Alexander Graf wrote: > > On Feb 26, 2008, at 8:56 PM, Glauber Costa wrote: > >> mark processors as present through the _STA method >> >> Signed-off-by: Glauber Costa <[EMAIL PROTECTED]> >> --- >> bios/acpi-dsdt.dsl | 18 ++ >> 1 files changed, 18 in

Re: [kvm-devel] [PATCH 4/15] mark processors as presents

2008-02-26 Thread Alexander Graf
On Feb 26, 2008, at 8:56 PM, Glauber Costa wrote: > mark processors as present through the _STA method > > Signed-off-by: Glauber Costa <[EMAIL PROTECTED]> > --- > bios/acpi-dsdt.dsl | 18 ++ > 1 files changed, 18 insertions(+), 0 deletions(-) > > diff --git a/bios/acpi-dsdt.dsl

[kvm-devel] [PATCH 4/15] mark processors as presents

2008-02-26 Thread Glauber Costa
mark processors as present through the _STA method Signed-off-by: Glauber Costa <[EMAIL PROTECTED]> --- bios/acpi-dsdt.dsl | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/bios/acpi-dsdt.dsl b/bios/acpi-dsdt.dsl index e900795..244e906 100755 --- a/bios/ac

Re: [kvm-devel] [PATCH 4/15] mark processors as presents

2008-02-25 Thread Glauber Costa
Avi Kivity wrote: > Glauber Costa wrote: >>> >>> There is now code in rombios32.c to do this. It needs to be >>> removed. See acpi_build_processor_ssdt(). >> >> Building the table by hand is trivial in the case where the processors >> are just _listed_, and can be easily justified. This first p

Re: [kvm-devel] [PATCH 4/15] mark processors as presents

2008-02-25 Thread Avi Kivity
Glauber Costa wrote: >> >> There is now code in rombios32.c to do this. It needs to be >> removed. See acpi_build_processor_ssdt(). > > Building the table by hand is trivial in the case where the processors > are just _listed_, and can be easily justified. This first patch just > add the _STA

Re: [kvm-devel] [PATCH 4/15] mark processors as presents

2008-02-25 Thread Glauber Costa
Avi Kivity wrote: > Glauber Costa wrote: >> mark processors as present through the _STA method >> >> Signed-off-by: Glauber Costa <[EMAIL PROTECTED]> >> --- >> bios/acpi-dsdt.dsl | 19 +++ >> 1 files changed, 19 insertions(+), 0 deletions(-) >> >> diff --git a/bios/acpi-dsdt.dsl

Re: [kvm-devel] [PATCH 4/15] mark processors as presents

2008-02-24 Thread Avi Kivity
Glauber Costa wrote: > mark processors as present through the _STA method > > Signed-off-by: Glauber Costa <[EMAIL PROTECTED]> > --- > bios/acpi-dsdt.dsl | 19 +++ > 1 files changed, 19 insertions(+), 0 deletions(-) > > diff --git a/bios/acpi-dsdt.dsl b/bios/acpi-dsdt.dsl > index

[kvm-devel] [PATCH 4/15] mark processors as presents

2008-02-22 Thread Glauber Costa
mark processors as present through the _STA method Signed-off-by: Glauber Costa <[EMAIL PROTECTED]> --- bios/acpi-dsdt.dsl | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/bios/acpi-dsdt.dsl b/bios/acpi-dsdt.dsl index e900795..cd42e23 100755 --- a/bios/a