diff options
| author | Anthony Liguori | 2013-02-21 16:38:27 +0100 |
|---|---|---|
| committer | Anthony Liguori | 2013-02-21 16:38:27 +0100 |
| commit | 259dc0c1ce8eef14e5e0c349bc68ba05c9d5d82f (patch) | |
| tree | 017cba36bb8b71b7b2207300403d13f37d0edf8f /tests | |
| parent | rtc-test: add testcases for alarms in 12hour mode (diff) | |
| parent | .gitignore: Ignore optionrom/*.asm (diff) | |
| download | qemu-259dc0c1ce8eef14e5e0c349bc68ba05c9d5d82f.tar.gz qemu-259dc0c1ce8eef14e5e0c349bc68ba05c9d5d82f.tar.xz qemu-259dc0c1ce8eef14e5e0c349bc68ba05c9d5d82f.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
# By Alin Tomescu (1) and others
# Via Stefan Hajnoczi
* stefanha/trivial-patches:
.gitignore: Ignore optionrom/*.asm
ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.c
Add some missing qtest binaries to .gitignore
xilinx_axienet.c: Assert no error when making link
Remove forward declaration of non-existant variable
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 38c94ef1da..fb05c2ae87 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -4,11 +4,18 @@ check-qint check-qjson check-qlist check-qstring +test-aio +test-cutils +test-hbitmap +test-iov +test-mul64 test-qapi-types.[ch] test-qapi-visit.[ch] test-qmp-commands.h test-qmp-commands test-qmp-input-strict test-qmp-marshal.c +test-thread-pool test-x86-cpuid +test-xbzrle *-test |
