summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * target-ppc: Altivec's mtvscr Decodes Wrong RegisterTom Musta2014-11-201-1/+1
| * kvm: Fix memory slot page alignment logicAlexander Graf2014-11-201-2/+4
| * target-ppc: Fix breakpoint registers for e300Fabien Chouteau2014-11-201-26/+26
* | Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.2-2' into sta...Peter Maydell2014-11-201-3/+12
|\ \ | |/ |/|
| * migration: static variables will not be reset at second migrationChenLiang2014-11-201-3/+12
|/
* Update version for v2.2.0-rc2 releasev2.2.0-rc2Peter Maydell2014-11-181-1/+1
* hw/ide/core.c: Prevent SIGSEGV during migrationDon Slutz2014-11-181-1/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2014-11-181-1/+1
|\
| * net: The third parameter of getsockname should be initializedzhanghailiang2014-11-181-1/+1
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2014-11-182-37/+36
|\ \
| * | Tracing: Fix simpletrace.py error on tcg enabled binary tracesChristoph Seifert2014-11-181-34/+33
| * | Tracing docs fix configure option and descriptionDr. David Alan Gilbert2014-11-181-3/+3
| |/
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-11-181-82/+91
|\ \
| * | block/raw-posix: Catch fsync() errorsMax Reitz2014-11-181-1/+6
| * | block/raw-posix: Only sync after successful preallocationMax Reitz2014-11-181-1/+3
| * | block/raw-posix: Fix preallocating write() loopMax Reitz2014-11-181-1/+1
| * | Merge remote-tracking branch 'mreitz/block' into queue-blockKevin Wolf2014-11-181-80/+82
| |\ \ | | |/ | |/|
| | * raw-posix: The SEEK_HOLE code is flawed, rewrite itMarkus Armbruster2014-11-181-26/+85
| | * raw-posix: SEEK_HOLE suffices, get rid of FIEMAPMarkus Armbruster2014-11-181-59/+4
| | * raw-posix: Fix comment for raw_co_get_block_status()Markus Armbruster2014-11-181-3/+1
* | | Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.2' into stagingPeter Maydell2014-11-181-2/+3
|\ \ \
| * | | migration: fix parameter validation on ram loadMichael S. Tsirkin2014-11-181-2/+3
* | | | linux-headers: update to 3.18-rc5Ard Biesheuvel2014-11-186-11/+40
* | | | exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell2014-11-182-4/+27
|/ / /
* | | target-arm: handle address translations that start at level 3Peter Maydell2014-11-171-9/+11
|/ /
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-11-1711-24/+41
|\ \
| * | hcd-musb: fix dereference null return valuePaolo Bonzini2014-11-171-2/+6
| * | target-cris/translate.c: fix out of bounds readzhanghailiang2014-11-171-6/+2
| * | shpc: fix error propaagationGonglei2014-11-171-1/+2
| * | qemu-char: fix MISSING_COMMAGonglei2014-11-171-1/+1
| * | acl: fix memory leakGonglei2014-11-171-5/+5
| * | nvme: remove superfluous checkGonglei2014-11-171-2/+1
| * | loader: fix NEGATIVE_RETURNSGonglei2014-11-171-0/+13
| * | qga: fix false negative argument passingGonglei2014-11-171-2/+2
| * | mips_mipssim: fix use-after-free for filenameGonglei2014-11-171-1/+1
| * | l2tpv3: fix fd leakGonglei2014-11-171-2/+2
| * | l2tpv3: fix possible double freezhanghailiang2014-11-141-1/+0
| * | libcacard: fix resource leakzhanghailiang2014-11-141-1/+6
* | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell2014-11-174-0/+0
|\ \ \ | |_|/ |/| |
| * | Update OpenBIOS imagesMark Cave-Ayland2014-11-154-0/+0
|/ /
* | Merge remote-tracking branch 'remotes/sstabellini/xen-2014-11-14' into stagingPeter Maydell2014-11-143-17/+70
|\ \
| * | xen_disk: fix unmapping of persistent grantsRoger Pau Monne2014-11-141-6/+66
| * | pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov2014-11-142-11/+4
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-11-148-143/+214
|\ \ | |/ |/|
| * vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_infoFam Zheng2014-11-141-7/+13
| * block: Fix max nb_sectors in bdrv_make_zeroFam Zheng2014-11-141-2/+2
| * ahci: factor out FIS decomposition from handle_cmdJohn Snow2014-11-141-83/+86
| * ahci: Check cmd_fis[1] more explicitlyJohn Snow2014-11-141-11/+12
| * ahci: Reorder error cases in handle_cmdJohn Snow2014-11-141-15/+14
| * ahci: Fix FIS decompositionJohn Snow2014-11-141-38/+26