diff options
author | Anthony PERARD <anthony.perard@citrix.com> | 2019-06-18 12:23:41 +0100 |
---|---|---|
committer | Anthony PERARD <anthony.perard@citrix.com> | 2019-06-24 10:42:30 +0100 |
commit | 34fbbc164fded65341f9fc299b118c90925d5b1f (patch) | |
tree | 23b6c39bb6dc9174f0ccd49f95d405e6173433a3 /vl.c | |
parent | 345f42b4be9f9975ff3f7f3e95acae4f67c74f89 (diff) | |
download | qemu-34fbbc164fded65341f9fc299b118c90925d5b1f.zip qemu-34fbbc164fded65341f9fc299b118c90925d5b1f.tar.gz qemu-34fbbc164fded65341f9fc299b118c90925d5b1f.tar.bz2 |
xen: Avoid VLA
Avoid using a variable length array.
We allocate the `dirty_bitmap' buffer only once when we start tracking
for dirty bits.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190618112341.513-5-anthony.perard@citrix.com>
Diffstat (limited to 'vl.c')
0 files changed, 0 insertions, 0 deletions