Statistics
| Branch: | Revision:

root / .gitignore @ 834574ea

History | View | Annotate | Download (1.6 kB)

# Date Author Comment
159c9836 02/21/2013 11:38 am Cole Robinson

.gitignore: Ignore optionrom/*.asm

Signed-off-by: Cole Robinson <>
Signed-off-by: Stefan Hajnoczi <>

a87eec76 01/15/2013 11:34 am Alex Rozenman

Add libcacard/trace/generated-tracers.c to .gitignore

Signed-off-by: Alex Rozenman <>
Signed-off-by: Stefan Hajnoczi <>

96610da2 01/09/2013 12:38 am Tomoki Sekiyama

qemu-ga: sample fsfreeze hooks

Adds sample hook scripts for --fsfreeze-hook option of qemu-ga.
- fsfreeze-hook : execute scripts in fsfreeze-hook.d/
- fsfreeze-hook.d/mysql-flush.sh.sample : quiesce MySQL before snapshot

Signed-off-by: Tomoki Sekiyama <>...

eac236ea 12/23/2012 10:28 pm Lluís Vilanova

build: Use separate makefile for "trace/"

Reviewed-by: Paolo Bonzini <>
Signed-off-by: Lluís Vilanova <>
--
Changes in v2:

  • Do not depend on "qemu-timer-common.o".
  • Use "$(obj)" in rules to refer to the build sub-directory....
27dd7730 12/20/2012 01:15 am Anthony Liguori

Merge remote-tracking branch 'bonzini/header-dirs' into staging

  • bonzini/header-dirs: (45 commits)
    janitor: move remaining public headers to include/
    hw: move executable format header files to hw/
    fpu: move public header file to include/fpu
    softmmu: move remaining include files to include/ subdirectories...
76cad711 12/19/2012 09:29 am Paolo Bonzini

build: kill libdis, move disassemblers to disas/

Signed-off-by: Paolo Bonzini <>

887eb299 12/18/2012 06:06 pm Cole Robinson

gitignore: Add virtfs-proxy-helper

Signed-off-by: Cole Robinson <>
Signed-off-by: Stefan Hajnoczi <>

c9159fe9 10/06/2012 12:07 am Stefan Weil

Remove libhw

The entries for libhw* are no longer needed in .gitignore.

There is also no longer a difference between common-obj-y and
hw-obj-y, so one of those two macros is sufficient.

Signed-off-by: Stefan Weil <>
Signed-off-by: Anthony Liguori <>

4be403c8 10/05/2012 03:46 am Avi Kivity

Make target_phys_addr_t 64 bits unconditionally

The hassle and compile time overhead of maintaining both 32-bit and 64-bit
capable source isn't worth the tiny performance advantage which is seen on
a minority of configurations. Switch to compiling libhw only once, with...

eeae63a7 07/07/2012 12:04 pm Eduardo Habkost

.gitignore update

Makes sure the following files are ignored:

libcacard/.libs/
libcacard/libcacard.la
libcacard/libcacard.pc
libcacard/libcacard/
libcacard/osdep.lo
libcacard/oslib-posix.lo
libcacard/qemu-thread-posix.lo
libcacard/qemu-timer-common.lo...
720f9f58 03/19/2012 12:52 pm David Gibson

.gitignore: add qemu-bridge-helper and option rom build products

This adds a few previously missing generated files to .gitignore: the
qemu-bridge-helper binary, and more generated versions of the
linuxboot, multiboot and kvmvapic roms from pc-bios/optionrom....

5918ff68 03/01/2012 11:26 pm Anthony Liguori

Merge remote-tracking branch 'qemu-kvm/uq/master' into staging

  • qemu-kvm/uq/master:
    pc-bios: update kvmvapic.bin
    kvmvapic: Use optionrom helpers
    optionsrom: Reserve space for checksum
    kvmvapic: Simplify mp/up_set_tpr
    kvmvapic: Introduce TPR access optimization for Windows guests...
2d7799f2 02/21/2012 11:21 am Paolo Bonzini

qapi: add tests for string-based visitors

Signed-off-by: Paolo Bonzini <>

2a2af967 02/18/2012 12:15 pm Jan Kiszka

kvmvapic: Add option ROM

This imports and builds the original VAPIC option ROM of qemu-kvm.
Its interaction with QEMU is described in the commit that introduces the
corresponding device model.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Avi Kivity <>

033276a7 01/21/2012 06:17 am David Gibson

Update gitignore file

This patch adds several auto-generated files to .gitignore which were
previously missing.

Signed-off-by: David Gibson <>
Signed-off-by: Alexander Graf <>

4f39d27f 11/01/2011 06:50 pm David Gibson

Add qapi related generated files to .gitignore

.gitignore already lists the qapi-generated subdirectory which includes a
number of files generated during build. However, there are some additional
files generated by the qapi build which go in the top level directory....

d787fcf4 10/30/2011 11:03 am David Gibson

Add linux-headers/asm to .gitignore

linux-headers/asm is a symlink generated during configure. It should not,
therefore be committed to git, nor show up in git diffs and the like.

Signed-off-by: David Gibson <>
Reviewed-by: Juan Quintela <>...

aa7ee42e 08/02/2011 04:53 pm Stefan Hajnoczi

coroutine: add test-coroutine automated tests

To run automated tests for coroutines:

make test-coroutine
./test-coroutine

On success the program terminates with exit status 0. On failure an
error message is written to stderr and the program exits with exit...

5bda29da 07/23/2011 06:19 pm Alexandre Raymond

.gitignore: ignore qemu-ga and qapi-generated

Add a new binary and generation directory to the gitignore file

Signed-off-by: Alexandre Raymond <>
Signed-off-by: Anthony Liguori <>

7a734b8f 04/16/2011 02:24 pm Brad Hards

Makefile: Clean up after "make pdf"

Signed-off-by: Brad Hards <>
Signed-off-by: Stefan Hajnoczi <>

61a11c98 02/24/2011 07:25 pm David Gibson

Add TAGS and *~ to .gitignore

Add the etags output generated by "make TAGS" and editor backup files
to .gitignore.

This patch has previously appeared in my series of patches to add
pSeries emulation support. However, it obviously has no real
connection to that, and can be applied seperately....

7a719c7c 02/11/2011 02:13 am Dmitry Eremin-Solenikov

.gitignore: ignore vi swap files and ctags files

Signed-off-by: Dmitry Eremin-Solenikov <>
Signed-off-by: Andrzej Zaborowski <>

06da6e44 11/21/2010 05:16 pm Anthony Liguori

Revert "Add a DTrace tracing backend targetted for SystemTAP compatability"

This reverts commit 4addb1127f6327c7ebcbd150a6b589e7677adc92.

b3d08c02 11/21/2010 05:16 pm Daniel P. Berrange

Add a DTrace tracing backend targetted for SystemTAP compatability

This introduces a new tracing backend that targets the SystemTAP
implementation of DTrace userspace tracing. The core functionality
should be applicable and standard across any DTrace implementation...

4addb112 11/16/2010 05:31 pm Daniel P. Berrange

Add a DTrace tracing backend targetted for SystemTAP compatability

This introduces a new tracing backend that targets the SystemTAP
implementation of DTrace userspace tracing. The core functionality
should be applicable and standard across any DTrace implementation...

ea95f156 10/09/2010 11:19 am Stefan Hajnoczi

.gitignore: Ignore *-timestamp

Timestamp files were recently added to reduce make churn on source files
that use tracing. The timestamp files should never be committed and
should not be visible in git status.

Signed-off-by: Stefan Hajnoczi <>...

94a420b1 09/10/2010 12:22 am Stefan Hajnoczi

trace: Add trace-events file for declaring trace events

This patch introduces the trace-events file where trace events can be
declared like so:

qemu_malloc(size_t size) "size %zu"
qemu_free(void *ptr) "ptr %p"

These trace event declarations are processed by a new tool called...

26f7227b 09/10/2010 12:22 am Stefan Hajnoczi

trace: Add simple built-in tracing backend

This patch adds a simple tracer which produces binary trace files. To
try out the simple backend:

$ ./configure --trace-backend=simple
$ make

After running QEMU you can pretty-print the trace:

$ ./simpletrace.py trace-events trace.log...

01cc7ac6 07/25/2010 06:03 pm Jun Koi

add cscope.* to .gitignore

we have "make cscope", therefore that makes sense to have cscope.* in
.gitignore.

Signed-off-by: Jun Koi <>
Signed-off-by: Aurelien Jarno <>

d7a5842b 07/02/2010 12:45 am Hidetoshi Seto

Add QMP/qmp-commands.txt to .gitignore

QMP/qmp-commands.txt is a generated file.

Signed-off-by: Hidetoshi Seto <>
Signed-off-by: Aurelien Jarno <>

924ef7ee 06/27/2010 07:09 pm Stefan Weil

.gitignore: Ignore libdis*, qemu-options.def

libdis, libdis-user and qemu-options.def are generated
directories / files and should be ignored by git.

Signed-off-by: Stefan Weil <>
Signed-off-by: Blue Swirl <>

702a8a99 05/20/2010 10:04 pm Aurelien Jarno

Remove i386 from .gitignore

Signed-off-by: Aurelien Jarno <>

20cc9997 02/10/2010 07:56 pm Stefan Weil

Documentation: Add build support for documentation in pdf format

Makefile already supported dvi, html and info formats,
but pdf was missing.

pdf is especially convenient for printing and for
documentation reviews. I hope it will help to
improve qemu's documentation....

58e3e400 12/24/2009 12:47 am Juan Quintela

linuxboot.bin is a generated file

Signed-off-by: Juan Quintela <>
Signed-off-by: Aurelien Jarno <>

1f3d3c8f 10/09/2009 05:17 am Juan Quintela

Add new config-devices.mak for each target

We generate config-devices.h from there automatically.
We need to do it in main Makefile, because we are going to need a main
Makefile for them.

Patchworks-ID: 35196
Signed-off-by: Juan Quintela <>...

25be210f 10/09/2009 05:17 am Juan Quintela

Rename config.{h, mak} config-target.{h, mak}

Add config.h file that includes config-target.h and config-host.h

Patchworks-ID: 35193
Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

cbc18261 10/02/2009 10:46 pm Juan Quintela

libuser is a generated directory

Signed-off-by: Juan Quintela <>
Signed-off-by: Blue Swirl <>

452e6a7d 08/28/2009 04:30 am Juan Quintela

multiboot.raw is a generated file

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

fd9b9060 07/27/2009 10:10 pm Juan Quintela

multiboot.bin is a generated file

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

1be7daa9 06/22/2009 06:15 pm Isaku Yamahata

dot gitignore: add qemu-monitor.texi

add qemu-monitor.texi to .gitignore.

Signed-off-by: Isaku Yamahata <>
Signed-off-by: Anthony Liguori <>

153859be 06/07/2009 09:59 am Stuart Brady

Use hxtool for qemu-img command list

Use hxtool to generate the 'command syntax' section of qemu-img's help
message, and the corresponding section of the texinfo documentation.

This has the side-effect of adding 'check' to this list of commands in
the texinfo documentation....

1ad2134f 05/19/2009 06:17 pm Paul Brook

Hardware convenience library

The only target dependency for most hardware is sizeof(target_phys_addr_t).
Build these files into a convenience library, and use that instead of
building for every target.

Remove and poison various target specific macros to avoid bogus target...

0ecdb16e 04/29/2009 10:22 pm François Revol

gitignore qemu-options.texi

$subj

François.

Signed-off-by: François Revol <>

b194f610 04/22/2009 04:05 pm aliguori

update .gitignore: add qemu-io (Gerd Hoffmann)

Signed-off-by: Gerd Hoffmann <>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7218 c046a42c-6fe2-441c-8c8c-71466251a162

5c047c0d 01/22/2009 07:15 pm aliguori

Extend gitignore (Jan Kiszka)

Exclude objects in the root directory and temporary stgit files.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6401 c046a42c-6fe2-441c-8c8c-71466251a162

6f484e73 12/18/2008 12:29 am aliguori

Update VGA BIOS

Now built from the kernel.org git tree.

Signed-off-by: Anthony Liguori <>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6079 c046a42c-6fe2-441c-8c8c-71466251a162

ca7b25e3 12/17/2008 11:35 pm aliguori

Update to the latest Bochs BIOS

Update the PC BIOS to the latest version, split out the patches into
patch series, and update the README to point to the new location of the
Bochs BIOS source tree.

Also update the gitignore to allow the patch queue directory to be used....

9208f2f7 12/14/2008 12:32 pm blueswir1

Ignore .pc and patches used by quilt

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6024 c046a42c-6fe2-441c-8c8c-71466251a162

84bc5b9d 12/14/2008 11:22 am blueswir1

SVN property and .gitignore fixes (Stuart Brady)

Remove dyngen and dyngen.dSYM from svn property svn:ignore
Add *-bsd-user and qemu-nbd.pod to the svn property svn:ignore and .gitignore

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6022 c046a42c-6fe2-441c-8c8c-71466251a162

1d6198c3 12/13/2008 11:32 am blueswir1

Remove unnecessary trailing newlines

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6000 c046a42c-6fe2-441c-8c8c-71466251a162

dcb8c512 12/07/2008 06:04 pm aurel32

Update .gitignore

Signed-off-by: Aurelien Jarno <>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5916 c046a42c-6fe2-441c-8c8c-71466251a162

ef14667b 09/09/2008 08:15 pm aliguori

Add gitignore file

While QEMU officially uses SVN, there are a number of unofficial git
repositories that many developers use. Adding a .gitignore (derived from the
svn:ignore) will make their lives a lot easier.

Signed-off-by: Anthony Liguori <>...