Home
last modified time | relevance | path

Searched hist:fd6aada0dac74cf00e2d0b701362e1f89d2c28e3 (Results 1 – 21 of 21) sorted by relevance

/kvm-unit-tests/lib/
H A Dpci-edu.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dalloc_phys.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dalloc.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dpci.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dintel-iommu.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dvm.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Ddesc.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dspapr_hcall.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Demulator.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dsprs.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dprocessor.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dxsave.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dhyperv_synic.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dasyncpf.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dvmexit.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dmsr.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dvmx.hfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dvmx.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dvmx_tests.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dprocessor.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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 Dpmu.cfd6aada0dac74cf00e2d0b701362e1f89d2c28e3 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>