Re: [Qemu-devel] [PATCH v2 2/2] ppc/e500_pci: Fix an array overflow issue

2011-10-06 Thread Alexander Graf
On 30.09.2011, at 05:52, Liu Yu wrote: > When access PPCE500_PCI_IW1 the previous index get overflow. > The patch fix the issue and update all to keep consistent style. > > Signed-off-by: Liu Yu Thanks, applied both to my local ppc-next tree. Will push once Blue pulled the request. Alex

[Qemu-devel] [PATCH v2 2/2] ppc/e500_pci: Fix an array overflow issue

2011-09-29 Thread Liu Yu
When access PPCE500_PCI_IW1 the previous index get overflow. The patch fix the issue and update all to keep consistent style. Signed-off-by: Liu Yu --- v2: also apply idx for outbound to keep consistent style. hw/ppce500_pci.c | 38 ++ 1 files changed, 22 i