/kvm-unit-tests/lib/ |
H A D | pci-edu.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | alloc_phys.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | alloc.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | pci.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
/kvm-unit-tests/lib/x86/ |
H A D | intel-iommu.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | vm.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | desc.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
/kvm-unit-tests/powerpc/ |
H A D | spapr_hcall.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | emulator.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | sprs.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
/kvm-unit-tests/lib/powerpc/ |
H A D | processor.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
/kvm-unit-tests/x86/ |
H A D | xsave.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | hyperv_synic.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | asyncpf.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | vmexit.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | msr.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | vmx.h | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | vmx.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
H A D | vmx_tests.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
/kvm-unit-tests/lib/arm64/ |
H A D | processor.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|
/kvm-unit-tests/arm/ |
H A D | pmu.c | fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 Wed May 17 20:14:05 UTC 2017 Radim Krčmář <rkrcmar@redhat.com> use %# instead of 0x% in all format strings
It's one character shorter, properly prefixed, and also provides error detection: %#d triggers a warning.
Done with `sed -i 's/0x%/%#/g' **/*.[ch]` to motivate the use of %#, existing padding was raised by 2 to account for the counted "0x" (output should be the same).
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|