Searched hist:d974451c5bc9a0bdf07a8299edf75c0f66a86e04 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | fuzz.py | diff d974451c5bc9a0bdf07a8299edf75c0f66a86e04 Wed Oct 16 14:24:23 CDT 2019 Eduardo Habkost <ehabkost@redhat.com> image-fuzzer: Explicitly use integer division operator
Most of the division expressions in image-fuzzer assume integer division. Use the // operator to keep the same behavior when we move to Python 3.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20191016192430.25098-4-ehabkost@redhat.com Message-Id: <20191016192430.25098-4-ehabkost@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
|
H A D | layout.py | diff d974451c5bc9a0bdf07a8299edf75c0f66a86e04 Wed Oct 16 14:24:23 CDT 2019 Eduardo Habkost <ehabkost@redhat.com> image-fuzzer: Explicitly use integer division operator
Most of the division expressions in image-fuzzer assume integer division. Use the // operator to keep the same behavior when we move to Python 3.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20191016192430.25098-4-ehabkost@redhat.com Message-Id: <20191016192430.25098-4-ehabkost@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
|