commit | 5dba0d453d238c283ac3cd2db810c843f9b822b7 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 16 13:50:04 2012 +0000 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Mar 19 13:12:19 2012 +0100 |
tree | 4ebb5192a914bcebb96b6f09593c0dd7acdd2174 | |
parent | d53291cf59139ec99425a75b3963f7f9b9a1eebf [diff] |
hw/qxl.c: Fix compilation failures on 32 bit hosts Fix compilation failures on 32 bit hosts (cast from pointer to integer of different size; %ld expects 'long int' not uint64_t). Reported-by: Steve Langasek <steve.langasek@canonical.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>