* kvm: acpi table duplicate _SUN entry
@ 2008-06-13 19:41 Marcelo Tosatti
2008-06-13 19:51 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Marcelo Tosatti @ 2008-06-13 19:41 UTC (permalink / raw)
To: Avi Kivity, Alexander Graf; +Cc: kvm-devel
Oops, typo. Breaks PCI hotplug for this slot.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
diff --git a/bios/acpi-dsdt.dsl b/bios/acpi-dsdt.dsl
index 21fc76a..ebad14c 100755
--- a/bios/acpi-dsdt.dsl
+++ b/bios/acpi-dsdt.dsl
@@ -525,7 +525,7 @@ DefinitionBlock (
Store(0x1000, B0EJ)
Return (0x0)
}
- Name (_SUN, 13)
+ Name (_SUN, 12)
}
Device (S13) { // Slot 13
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: kvm: acpi table duplicate _SUN entry
2008-06-13 19:41 kvm: acpi table duplicate _SUN entry Marcelo Tosatti
@ 2008-06-13 19:51 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2008-06-13 19:51 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: Alexander Graf, kvm-devel
Marcelo Tosatti wrote:
> Oops, typo. Breaks PCI hotplug for this slot.
>
> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
>
> diff --git a/bios/acpi-dsdt.dsl b/bios/acpi-dsdt.dsl
> index 21fc76a..ebad14c 100755
> --- a/bios/acpi-dsdt.dsl
> +++ b/bios/acpi-dsdt.dsl
> @@ -525,7 +525,7 @@ DefinitionBlock (
> Store(0x1000, B0EJ)
> Return (0x0)
> }
> - Name (_SUN, 13)
> + Name (_SUN, 12)
> }
>
> Device (S13) { // Slot 13
>
Applied, thanks.
--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-13 19:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-13 19:41 kvm: acpi table duplicate _SUN entry Marcelo Tosatti
2008-06-13 19:51 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox