]> Git Repo - qemu.git/commit - hw/nvram/fw_cfg.c
vl: Use size_t for sizes in get_boot_devices_list()
authorMarkus Armbruster <[email protected]>
Wed, 16 Jan 2013 13:50:29 +0000 (14:50 +0100)
committerBlue Swirl <[email protected]>
Sat, 19 Jan 2013 10:22:48 +0000 (10:22 +0000)
commit0e7a75929353b04bd2fce1be8640226883b42a10
treeb50137042e6b5acccd807ab833abd12fbd6aba9a
parent089da572b956ef0f8f5b8d5917358e07892a77c2
vl: Use size_t for sizes in get_boot_devices_list()

Code mixes uint32_t, int and size_t.  Very unlikely to go wrong in
practice, but clean it up anyway.

Signed-off-by: Markus Armbruster <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
hw/fw_cfg.c
include/sysemu/sysemu.h
vl.c
This page took 0.025338 seconds and 4 git commands to generate.