Searched hist:a1f7f97b950a46393b0e55a9a0082e70f540cbbd (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | ppc_booke.c | diff a1f7f97b950a46393b0e55a9a0082e70f540cbbd Mon Mar 17 11:00:37 CDT 2014 Peter Maydell <peter.maydell@linaro.org> hw/ppc: Avoid shifting left into sign bit
Add U suffix to various places where we were doing "1 << 31", which is undefined behaviour, and also to other constant definitions in the same groups, for consistency.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
|
H A D | ppc4xx_devs.c | diff a1f7f97b950a46393b0e55a9a0082e70f540cbbd Mon Mar 17 11:00:37 CDT 2014 Peter Maydell <peter.maydell@linaro.org> hw/ppc: Avoid shifting left into sign bit
Add U suffix to various places where we were doing "1 << 31", which is undefined behaviour, and also to other constant definitions in the same groups, for consistency.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
|
H A D | virtex_ml507.c | diff a1f7f97b950a46393b0e55a9a0082e70f540cbbd Mon Mar 17 11:00:37 CDT 2014 Peter Maydell <peter.maydell@linaro.org> hw/ppc: Avoid shifting left into sign bit
Add U suffix to various places where we were doing "1 << 31", which is undefined behaviour, and also to other constant definitions in the same groups, for consistency.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
|
H A D | ppc440_bamboo.c | diff a1f7f97b950a46393b0e55a9a0082e70f540cbbd Mon Mar 17 11:00:37 CDT 2014 Peter Maydell <peter.maydell@linaro.org> hw/ppc: Avoid shifting left into sign bit
Add U suffix to various places where we were doing "1 << 31", which is undefined behaviour, and also to other constant definitions in the same groups, for consistency.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
|
H A D | ppc.c | diff a1f7f97b950a46393b0e55a9a0082e70f540cbbd Mon Mar 17 11:00:37 CDT 2014 Peter Maydell <peter.maydell@linaro.org> hw/ppc: Avoid shifting left into sign bit
Add U suffix to various places where we were doing "1 << 31", which is undefined behaviour, and also to other constant definitions in the same groups, for consistency.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
|