aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-17ide: enable buffered requests for PIO read requestsPeter Lieven1-2/+2
2015-11-17ide: enable buffered requests for ATAPI devicesPeter Lieven1-5/+5
2015-11-17ide: orphan all buffered requests on DMA cancelPeter Lieven1-0/+19
2015-11-17ide: add support for IDEBufferedRequestPeter Lieven2-0/+61
2015-11-17block: add blk_abort_aio_requestPeter Lieven2-8/+12
2015-11-17ide/atapi: make PIO read requests asyncPeter Lieven1-13/+82
2015-11-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...Peter Maydell5-40/+245
2015-11-17Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell9-42/+231
2015-11-17virtio-blk: Fix double completion for werror=stopFam Zheng1-0/+4
2015-11-17block: make 'stats-interval' an array of ints instead of a stringAlberto Garcia3-39/+61
2015-11-17aio-epoll: Fix use-after-free of nodeFam Zheng1-1/+5
2015-11-17disas/arm: avoid clang shifting negative signed warningStefan Hajnoczi1-1/+1
2015-11-17tpm: avoid clang shifting negative signed warningStefan Hajnoczi1-1/+1
2015-11-17tests: Ignore recent test binariesEric Blake1-0/+2
2015-11-17docs: update bitmaps.mdJohn Snow1-0/+157
2015-11-17Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-11-17' into ...Peter Maydell3-2/+31
2015-11-17input: Document why x-input-send-event is still experimentalEric Blake1-2/+11
2015-11-17qapi: Document introspection stability considerationsEric Blake2-0/+20
2015-11-16Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20151116' into ...Peter Maydell2-8/+37
2015-11-16Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell4-55/+127
2015-11-16seccomp: loosen library version dependencydann frazier1-1/+1
2015-11-16configure: arm/aarch64: allow enable-seccompAndrew Jones1-7/+25
2015-11-16seccomp: add cacheflush to whitelistAndrew Jones1-1/+12
2015-11-13qtest/ahci: use raw format when qemu-img is absentJohn Snow1-9/+32
2015-11-13libqos: add qemu-img presence checkJohn Snow2-5/+24
2015-11-13qtest/ahci: always specify image formatJohn Snow1-22/+29
2015-11-13ahci/qtest: don't use tcp sockets for migration testsJohn Snow1-5/+20
2015-11-13atapi: Prioritize unknown cmd error over BCL errorJohn Snow1-10/+10
2015-11-13atapi: add byte_count_limit helperJohn Snow1-5/+13
2015-11-13Update version for v2.5.0-rc0 releasev2.5.0-rc0Peter Maydell1-1/+1
2015-11-12hw/misc: Add support for ADC controller in Xilinx Zynq 7000Guenter Roeck4-0/+355
2015-11-12Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151112' i...Peter Maydell7-42/+52
2015-11-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell42-296/+2618
2015-11-12migration_init: Fix lock initialisation/make it explicitDr. David Alan Gilbert1-30/+23
2015-11-12migrate-start-postcopy: Improve textDr. David Alan Gilbert3-3/+7
2015-11-12configure: check for $cxx before useJohn Snow1-1/+2
2015-11-12Postcopy: Fix TP!=HP zero caseDr. David Alan Gilbert1-1/+1
2015-11-12Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert3-5/+17
2015-11-12migration: Make 32bit linux compile with RDMAJuan Quintela1-1/+1
2015-11-12migration: print ram_addr_t as RAM_ADDR_FMT not %zxJuan Quintela1-2/+3
2015-11-12target-arm: Update PC before calling gen_helper_check_breakpoints()Sergey Fedorov2-0/+2
2015-11-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell17-46/+446
2015-11-12block: Update copyright of the accounting codeAlberto Garcia2-0/+2
2015-11-12scsi-disk: Account for failed operationsAlberto Garcia1-15/+31
2015-11-12macio: Account for failed operationsAlberto Garcia1-2/+10
2015-11-12ide: Account for failed and invalid operationsAlberto Garcia1-2/+8
2015-11-12atapi: Account for failed and invalid operationsAlberto Garcia1-12/+19
2015-11-12xen_disk: Account for failed and invalid operationsAlberto Garcia1-1/+22
2015-11-12virtio-blk: Account for failed and invalid operationsAlberto Garcia1-1/+3
2015-11-12nvme: Account for failed and invalid operationsAlberto Garcia1-3/+8