aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-23target-tricore: Move general CHECK_REG_PAIR of decode_rrr_divideBastian Koppelmann1-2/+8
2016-03-23target-tricore: Add FPU infrastructureBastian Koppelmann7-4/+116
2016-03-23target-tricore: Fix psw_read() clearing too many bitsBastian Koppelmann1-1/+1
2016-03-23target-tricore: Fix helper_msub64_q_ssov not reseting OVF bitBastian Koppelmann1-0/+2
2016-03-23target-tricore: add missing break in insn decode switch stmtBastian Koppelmann1-0/+2
2016-03-22Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-03-21-tag' in...Peter Maydell1-6/+0
2016-03-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160321-1' into s...Peter Maydell4-17/+28
2016-03-21Merge remote-tracking branch 'remotes/berrange/tags/pull-crypto-2016-03-21-1'...Peter Maydell1-35/+111
2016-03-21crypto: fix cipher function signature mismatch with nettle & xtsDaniel P. Berrange1-35/+109
2016-03-21crypto: add compat cast5_set_key with nettle < 3.0.0Daniel P. Berrange1-0/+2
2016-03-20qemu-ga: drop unused local err variableStefan Hajnoczi1-6/+0
2016-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into ...Peter Maydell61-702/+651
2016-03-18usb: ehci: add capability mmio write functionPrasad J Pandit1-0/+6
2016-03-18hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1Matthew Fortune1-10/+10
2016-03-18usb: fix unbound stack warning for inotify_watchfnPeter Xu1-3/+2
2016-03-18usb: fix unbound stack usage for usb_mtp_add_strPeter Xu1-1/+3
2016-03-18usb: fix unbounded stack warning for xhci_dma_write_u32sPeter Xu1-2/+4
2016-03-18usb: Fix compilation for WindowsStefan Weil1-1/+3
2016-03-18qapi: Use anonymous bases in QMP flat unionsEric Blake4-79/+53
2016-03-18qapi: Allow anonymous base for flat unionEric Blake7-33/+38
2016-03-18qapi: Make BlockdevOptions doc example closer to realityEric Blake1-37/+37
2016-03-18qapi: Don't special-case simple union wrappersEric Blake43-268/+246
2016-03-18qapi: Drop unused c_null()Eric Blake1-29/+17
2016-03-18qapi: Inline gen_visit_members() into lone callerEric Blake2-47/+22
2016-03-18qapi-commands: Inline single-use helpers of gen_marshal()Eric Blake1-67/+39
2016-03-18qapi-commands: Utilize implicit struct visitsEric Blake1-16/+12
2016-03-18qapi-event: Utilize implicit struct visitsEric Blake1-10/+38
2016-03-18qapi-event: Drop qmp_output_get_qobject() null checkEric Blake1-5/+1
2016-03-18qapi: Emit implicit structs in generated CEric Blake3-22/+22
2016-03-18qapi: Adjust names of implicit typesEric Blake11-103/+105
2016-03-18qapi: Make c_type() more OO-likeEric Blake2-11/+35
2016-03-18qapi: Fix command with named empty argument typeEric Blake4-2/+11
2016-03-18qapi: Assert in places where variants are not handledEric Blake2-1/+3
2016-03-17Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-03-17-3...Peter Maydell45-109/+6488
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange6-5/+1530
2016-03-17Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell35-470/+736
2016-03-17Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-03-17-v2'...Kevin Wolf3-12/+26
2016-03-17iotests: Test QUORUM_REPORT_BAD in fifo modeAlberto Garcia2-4/+17
2016-03-17quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia1-8/+9
2016-03-17block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf1-4/+5
2016-03-17block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf1-13/+92
2016-03-17block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf1-15/+21
2016-03-17block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf1-9/+8
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf3-18/+10
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf3-13/+34
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf3-8/+65
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf3-114/+192
2016-03-17block: Remove bdrv_states listMax Reitz4-40/+3
2016-03-17block: Use bdrv_next() instead of bdrv_statesMax Reitz1-6/+6
2016-03-17block: Rewrite bdrv_next()Max Reitz1-3/+14