Re: [Qemu-devel] [PATCH] hw/acpi: fix GSI links UID

2016-03-19 Thread Michael S. Tsirkin
On Wed, Mar 16, 2016 at 02:17:04PM +0200, Marcel Apfelbaum wrote: > On 03/15/2016 07:27 PM, Paolo Bonzini wrote: > > > > > >On 13/03/2016 12:40, Marcel Apfelbaum wrote: > >>According to the ACPI spec, each UID must be unique. > >>Use the irq number as UID for GSI links. > >> > >>Suggested-by: Micha

Re: [Qemu-devel] [PATCH] hw/acpi: fix GSI links UID

2016-03-19 Thread Marcel Apfelbaum
On 03/15/2016 07:27 PM, Paolo Bonzini wrote: On 13/03/2016 12:40, Marcel Apfelbaum wrote: According to the ACPI spec, each UID must be unique. Use the irq number as UID for GSI links. Suggested-by: Michael S. Tsirkin Signed-off-by: Marcel Apfelbaum This causes a warning from acpi-test. T

Re: [Qemu-devel] [PATCH] hw/acpi: fix GSI links UID

2016-03-15 Thread Paolo Bonzini
On 13/03/2016 12:40, Marcel Apfelbaum wrote: > According to the ACPI spec, each UID must be unique. > Use the irq number as UID for GSI links. > > Suggested-by: Michael S. Tsirkin > Signed-off-by: Marcel Apfelbaum This causes a warning from acpi-test. The diff is 2720c2720 < Nam

Re: [Qemu-devel] [PATCH] hw/acpi: fix GSI links UID

2016-03-14 Thread Igor Mammedov
On Sun, 13 Mar 2016 13:40:29 +0200 Marcel Apfelbaum wrote: > According to the ACPI spec, each UID must be unique. > Use the irq number as UID for GSI links. > > Suggested-by: Michael S. Tsirkin > Signed-off-by: Marcel Apfelbaum > --- > > Hi, > > This patch was tested with Windows XP/2003/201

[Qemu-devel] [PATCH] hw/acpi: fix GSI links UID

2016-03-13 Thread Marcel Apfelbaum
According to the ACPI spec, each UID must be unique. Use the irq number as UID for GSI links. Suggested-by: Michael S. Tsirkin Signed-off-by: Marcel Apfelbaum --- Hi, This patch was tested with Windows XP/2003/2012R2/7/10 and Fedora. Thanks, Marcel hw/i386/acpi-build.c | 20