qemu-patch-raspberry4/migration
Peter Maydell 90d6a6730b migration/qemu-file.c: Don't shift left into sign bit
Add a cast in qemu_get_be32() to avoid shifting left into the sign
bit of a signed integer (which is undefined behaviour in C).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2015-01-15 10:44:13 +03:00
..
block.c migration/block: fix pending() return value 2015-01-13 11:47:56 +00:00
exec.c Remove migration- pre/post fixes off files in migration/ dir 2014-12-16 17:47:36 +05:30
fd.c Remove migration- pre/post fixes off files in migration/ dir 2014-12-16 17:47:36 +05:30
Makefile.objs Split the QEMU buffered file code out 2014-12-16 17:47:36 +05:30
migration.c Start migrating migration code into a migration directory 2014-12-16 17:47:36 +05:30
qemu-file-buf.c Split the QEMU buffered file code out 2014-12-16 17:47:36 +05:30
qemu-file-internal.h Split struct QEMUFile out 2014-12-16 17:47:36 +05:30
qemu-file-stdio.c Start migrating migration code into a migration directory 2014-12-16 17:47:36 +05:30
qemu-file-unix.c Start migrating migration code into a migration directory 2014-12-16 17:47:36 +05:30
qemu-file.c migration/qemu-file.c: Don't shift left into sign bit 2015-01-15 10:44:13 +03:00
rdma.c Remove migration- pre/post fixes off files in migration/ dir 2014-12-16 17:47:36 +05:30
tcp.c Remove migration- pre/post fixes off files in migration/ dir 2014-12-16 17:47:36 +05:30
unix.c Remove migration- pre/post fixes off files in migration/ dir 2014-12-16 17:47:36 +05:30
vmstate.c Start migrating migration code into a migration directory 2014-12-16 17:47:36 +05:30
xbzrle.c Start migrating migration code into a migration directory 2014-12-16 17:47:36 +05:30