diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-21 09:38:27 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-21 09:38:27 -0600 |
commit | 259dc0c1ce8eef14e5e0c349bc68ba05c9d5d82f (patch) | |
tree | 017cba36bb8b71b7b2207300403d13f37d0edf8f /tests | |
parent | cc2832a51c8ce43349967ab1b6c7aafd510e55b2 (diff) | |
parent | 159c9836d057d8990e71399e8a431b2b911e2885 (diff) |
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 |