]> git.proxmox.com Git - mirror_qemu.git/commit
exec.c: correct the maximum skip value during compact
authorWei Yang <richardw.yang@linux.intel.com>
Thu, 21 Mar 2019 08:25:54 +0000 (16:25 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Sep 2019 10:32:20 +0000 (12:32 +0200)
commit26ca2075babd7775e246b9eb7da75d6de77eb658
treeef8caaebd03f2f04bc098c9c78e6e3c5d7608318
parentb797ab1a15ba8d2b2fc4ec3e1f24d755f6855d05
exec.c: correct the maximum skip value during compact

skip is defined with 6 bits. So the maximum value should be (1 << 6).

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Message-Id: <20190321082555.21118-6-richardw.yang@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c