summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-2285-1/+164
* include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster2016-03-229-6/+6
* isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.hMarkus Armbruster2016-03-224-5/+6
* Move ParallelIOArg from qemu-common.h to sysemu/char.hMarkus Armbruster2016-03-222-5/+5
* Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.hMarkus Armbruster2016-03-222-6/+6
* Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.hMarkus Armbruster2016-03-223-13/+11Star
* hw/pci/pci.h: Don't include qemu-common.hMarkus Armbruster2016-03-224-11/+11
* include/hw/hw.h: Don't include qemu-common.hMarkus Armbruster2016-03-223-6/+4Star
* include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster2016-03-228-31/+36
* fw_cfg: Split fw_cfg_keys.h off fw_cfg.hMarkus Armbruster2016-03-226-57/+51Star
* Clean up includes some moreMarkus Armbruster2016-03-2217-32/+2Star
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-2240-47/+0Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-22392-15/+399
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into ...Peter Maydell2016-03-1861-702/+651Star
|\
| * qapi: Use anonymous bases in QMP flat unionsEric Blake2016-03-184-79/+53Star
| * qapi: Allow anonymous base for flat unionEric Blake2016-03-187-33/+38
| * qapi: Make BlockdevOptions doc example closer to realityEric Blake2016-03-181-37/+37
| * qapi: Don't special-case simple union wrappersEric Blake2016-03-1843-268/+246Star
| * qapi: Drop unused c_null()Eric Blake2016-03-181-29/+17Star
| * qapi: Inline gen_visit_members() into lone callerEric Blake2016-03-182-47/+22Star
| * qapi-commands: Inline single-use helpers of gen_marshal()Eric Blake2016-03-181-67/+39Star
| * qapi-commands: Utilize implicit struct visitsEric Blake2016-03-181-16/+12Star
| * qapi-event: Utilize implicit struct visitsEric Blake2016-03-181-10/+38
| * qapi-event: Drop qmp_output_get_qobject() null checkEric Blake2016-03-181-5/+1Star
| * qapi: Emit implicit structs in generated CEric Blake2016-03-183-22/+22
| * qapi: Adjust names of implicit typesEric Blake2016-03-1811-103/+105
| * qapi: Make c_type() more OO-likeEric Blake2016-03-182-11/+35
| * qapi: Fix command with named empty argument typeEric Blake2016-03-184-2/+11
| * qapi: Assert in places where variants are not handledEric Blake2016-03-182-1/+3
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-03-17-3...Peter Maydell2016-03-1745-109/+6488
|\ \ | |/ |/|
| * crypto: implement the LUKS block encryption formatDaniel P. Berrange2016-03-176-5/+1530
| * crypto: add block encryption frameworkDaniel P. Berrange2016-03-1710-0/+1095
| * crypto: wire up XTS mode for cipher APIsDaniel P. Berrange2016-03-176-46/+405
| * crypto: refactor code for dealing with AES cipherDaniel P. Berrange2016-03-172-74/+109
| * crypto: import an implementation of the XTS cipher modeDaniel P. Berrange2016-03-176-0/+743
| * crypto: add support for the twofish cipher algorithmDaniel P. Berrange2016-03-175-1/+82
| * crypto: add support for the serpent cipher algorithmDaniel P. Berrange2016-03-175-1/+99
| * crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange2016-03-175-2/+58
| * crypto: skip testing of unsupported cipher algorithmsDaniel P. Berrange2016-03-171-1/+3
| * crypto: add support for anti-forensic split algorithmDaniel P. Berrange2016-03-176-0/+490
| * crypto: add support for generating initialization vectorsDaniel P. Berrange2016-03-1714-0/+873
| * crypto: add support for PBKDF2 algorithmDaniel P. Berrange2016-03-1710-0/+853
| * crypto: add cryptographic random byte sourceDaniel P. Berrange2016-03-177-1/+170
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-03-1735-470/+736
|\ \
| * \ Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-03-17-v2'...Kevin Wolf2016-03-173-12/+26
| |\ \
| | * | iotests: Test QUORUM_REPORT_BAD in fifo modeAlberto Garcia2016-03-172-4/+17
| | * | quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia2016-03-171-8/+9
| |/ /
| * | block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf2016-03-171-4/+5
| * | block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf2016-03-171-13/+92
| * | block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf2016-03-171-15/+21