Home
last modified time | relevance | path

Searched hist:"83 c9f4ca794ec3b6fa7e5a5bb055d378916503e0" (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/qemu/include/hw/i2c/
H A Dbitbang_i2c.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dsmbus_slave.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/xen/
H A Dxen-host-pci-device.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dxen-host-pci-device.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/audio/
H A Dgusemu_mixer.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dgusemu_hal.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dlm4549.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/include/hw/sensor/
H A Dtmp105.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/block/
H A Dcdrom.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/display/
H A Dcirrus_vga_rop.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dqxl-logger.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dpl110_template.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dframebuffer.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/target/mips/system/
H A Daddr.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/microblaze/
H A Dboot.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/core/
H A Dstream.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/sh4/
H A Dsh7750_regnames.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/include/hw/isa/
H A Dpc87312.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dapm.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/include/hw/intc/
H A Dgrlib_irqmp.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/alpha/
H A Dpci.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/include/hw/timer/
H A Di8254_internal.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/intc/
H A Dioapic_internal.h83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/pci-host/
H A Dpam.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/hw/input/
H A Dstellaris_gamepad.c83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 Mon Feb 04 14:40:22 UTC 2013 Paolo Bonzini <pbonzini@redhat.com> hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved.

Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

12345678910>>...15