Re: [Qemu-devel] [PATCH] pci: fix compilation warnings

2016-04-10 Thread Marcel Apfelbaum
On 03/28/2016 10:23 AM, Marcel Apfelbaum wrote: Fix 'error: shift exponent -1 is negative' warning by adding a corresponding assert. Ping. Thanks, Marcel Reported-by: Peter Maydell Signed-off-by: Markus Armbruster Signed-off-by: Marcel Apfelbaum --- hw/pci/pci.c | 4 1 file chang

Re: [Qemu-devel] [PATCH] pci: fix compilation warnings

2016-03-28 Thread Marcel Apfelbaum
On 03/28/2016 11:43 AM, Stefan Weil wrote: Am 28.03.2016 um 09:23 schrieb Marcel Apfelbaum: Fix 'error: shift exponent -1 is negative' warning by adding a corresponding assert. Reported-by: Peter Maydell Signed-off-by: Markus Armbruster Signed-off-by: Marcel Apfelbaum --- hw/pci/pci.c | 4

Re: [Qemu-devel] [PATCH] pci: fix compilation warnings

2016-03-28 Thread Stefan Weil
Am 28.03.2016 um 09:23 schrieb Marcel Apfelbaum: > Fix 'error: shift exponent -1 is negative' warning > by adding a corresponding assert. > > Reported-by: Peter Maydell > Signed-off-by: Markus Armbruster > Signed-off-by: Marcel Apfelbaum > --- > hw/pci/pci.c | 4 > 1 file changed, 4 insert

[Qemu-devel] [PATCH] pci: fix compilation warnings

2016-03-28 Thread Marcel Apfelbaum
Fix 'error: shift exponent -1 is negative' warning by adding a corresponding assert. Reported-by: Peter Maydell Signed-off-by: Markus Armbruster Signed-off-by: Marcel Apfelbaum --- hw/pci/pci.c | 4 1 file changed, 4 insertions(+) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index e67664d..a