Ian Jackson 249e7e0fff cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than int
The current code compare i (int) with req->count (uint32_t) in a for
loop, risking an infinite loop if req->count is equal to UINT_MAX.

Also i is only used in comparisons or multiplications with unsigned
integers.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Dongxiao Xu <dongxiao.xu@intel.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
2012-12-17 11:44:02 +00:00
2012-12-07 12:34:11 +01:00
2012-12-14 20:56:19 +00:00
2012-12-11 11:04:25 +01:00
2012-12-12 12:33:48 +01:00
2012-12-12 12:33:48 +01:00
2012-12-11 16:35:47 +01:00
2012-12-14 20:56:26 +00:00
2012-12-16 08:35:24 +00:00
2012-12-11 11:04:25 +01:00
2012-12-11 11:04:25 +01:00
2012-12-11 16:35:47 +01:00
2012-12-12 12:33:48 +01:00
2012-12-07 12:34:12 +01:00
2012-12-11 16:35:47 +01:00
2012-12-06 09:17:05 +01:00
2012-12-16 08:35:24 +00:00
2012-12-03 14:08:40 -06:00
2012-12-11 16:35:47 +01:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%