summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-18hw/ide/core.c: Prevent SIGSEGV during migrationDon Slutz1-1/+1
2014-11-18Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell1-1/+1
2014-11-18Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-37/+36
2014-11-18net: The third parameter of getsockname should be initializedzhanghailiang1-1/+1
2014-11-18Tracing: Fix simpletrace.py error on tcg enabled binary tracesChristoph Seifert1-34/+33
2014-11-18Tracing docs fix configure option and descriptionDr. David Alan Gilbert1-3/+3
2014-11-18Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-82/+91
2014-11-18Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.2' into stagingPeter Maydell1-2/+3
2014-11-18linux-headers: update to 3.18-rc5Ard Biesheuvel6-11/+40
2014-11-18migration: fix parameter validation on ram loadMichael S. Tsirkin1-2/+3
2014-11-18block/raw-posix: Catch fsync() errorsMax Reitz1-1/+6
2014-11-18block/raw-posix: Only sync after successful preallocationMax Reitz1-1/+3
2014-11-18block/raw-posix: Fix preallocating write() loopMax Reitz1-1/+1
2014-11-18exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell2-4/+27
2014-11-18Merge remote-tracking branch 'mreitz/block' into queue-blockKevin Wolf1-80/+82
2014-11-18raw-posix: The SEEK_HOLE code is flawed, rewrite itMarkus Armbruster1-26/+85
2014-11-18raw-posix: SEEK_HOLE suffices, get rid of FIEMAPMarkus Armbruster1-59/+4
2014-11-18raw-posix: Fix comment for raw_co_get_block_status()Markus Armbruster1-3/+1
2014-11-17target-arm: handle address translations that start at level 3Peter Maydell1-9/+11
2014-11-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell11-24/+41
2014-11-17hcd-musb: fix dereference null return valuePaolo Bonzini1-2/+6
2014-11-17Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2014-11-17target-cris/translate.c: fix out of bounds readzhanghailiang1-6/+2
2014-11-17shpc: fix error propaagationGonglei1-1/+2
2014-11-17qemu-char: fix MISSING_COMMAGonglei1-1/+1
2014-11-17acl: fix memory leakGonglei1-5/+5
2014-11-17nvme: remove superfluous checkGonglei1-2/+1
2014-11-17loader: fix NEGATIVE_RETURNSGonglei1-0/+13
2014-11-17qga: fix false negative argument passingGonglei1-2/+2
2014-11-17mips_mipssim: fix use-after-free for filenameGonglei1-1/+1
2014-11-17l2tpv3: fix fd leakGonglei1-2/+2
2014-11-15Update OpenBIOS imagesMark Cave-Ayland4-0/+0
2014-11-14Merge remote-tracking branch 'remotes/sstabellini/xen-2014-11-14' into stagingPeter Maydell3-17/+70
2014-11-14l2tpv3: fix possible double freezhanghailiang1-1/+0
2014-11-14libcacard: fix resource leakzhanghailiang1-1/+6
2014-11-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell8-143/+214
2014-11-14xen_disk: fix unmapping of persistent grantsRoger Pau Monne1-6/+66
2014-11-14pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov2-11/+4
2014-11-14vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_infoFam Zheng1-7/+13
2014-11-14block: Fix max nb_sectors in bdrv_make_zeroFam Zheng1-2/+2
2014-11-14ahci: factor out FIS decomposition from handle_cmdJohn Snow1-83/+86
2014-11-14ahci: Check cmd_fis[1] more explicitlyJohn Snow1-11/+12
2014-11-14ahci: Reorder error cases in handle_cmdJohn Snow1-15/+14
2014-11-14ahci: Fix FIS decompositionJohn Snow1-38/+26
2014-11-14ahci: add is_ncq predicate helperJohn Snow2-4/+27
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow5-22/+68
2014-11-14ahci: unify sglist preparationJohn Snow1-2/+2
2014-11-14ide: repair PIO transfers for cases where nsector > 1John Snow2-1/+5
2014-11-14ahci: Fix byte count regression for ATAPI/PIOJohn Snow1-0/+1
2014-11-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell13-26/+109