/qemu/include/hw/i2c/ |
H A D | bitbang_i2c.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | smbus_slave.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | xen-host-pci-device.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | xen-host-pci-device.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | gusemu_mixer.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | gusemu_hal.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | lm4549.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | tmp105.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | cdrom.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | cirrus_vga_rop.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | qxl-logger.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | pl110_template.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | framebuffer.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | addr.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | boot.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | stream.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | sh7750_regnames.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | pc87312.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | apm.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | grlib_irqmp.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | pci.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | i8254_internal.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | ioapic_internal.h | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | pam.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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 D | stellaris_gamepad.c | 83c9f4ca794ec3b6fa7e5a5bb055d378916503e0 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>
|