summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | qom: Make QOM link property unref optionalStefan Hajnoczi2014-03-1911-22/+85
| * | | qom: Don't make link NULL on object_property_set_link() failureStefan Hajnoczi2014-03-191-14/+15
| * | | qom: Split object_property_set_link()Stefan Hajnoczi2014-03-191-20/+40
| * | | vl.c: Fix OpenBSD compilation issue due to namespace collisionsMarcel Apfelbaum2014-03-192-1/+2
| * | | vl.c: Fix memory leak in qemu_register_machine()Christian Borntraeger2014-03-191-1/+3
|/ / /
* | | Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into sta...Peter Maydell2014-03-191-1/+1
|\ \ \
| * | | exec: Fix CPU rework falloutChristian Borntraeger2014-03-191-1/+1
|/ / /
* | | linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1Peter Maydell2014-03-191-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell2014-03-195-35/+236
|\ \
| * | linux-user: Implement capget, capsetPeter Maydell2014-03-172-2/+84
| * | linux-user: Don't allow guest to block SIGSEGVPeter Maydell2014-03-172-1/+62
| * | signal: added a wrapper for sigprocmask functionAlex Barcelo2014-03-173-31/+42
| * | linux-user: Don't reserve space for commpage for AArch64Peter Maydell2014-03-171-1/+4
| * | linux-user: implement F_[GS]ETOWN_EXAndreas Schwab2014-03-172-0/+43
| * | linux-user: Don't return uninitialized value for atomic_barrier syscallPeter Maydell2014-03-171-0/+1
| * | linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturnPeter Maydell2014-03-171-1/+1
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-03-1913-41/+107
|\ \ \
| * | | dataplane: fix implicit IOThread refcountStefan Hajnoczi2014-03-191-1/+1
| * | | block/nfs: report errors from libnfsPeter Lieven2014-03-191-0/+3
| * | | block/nfs: bump libnfs requirement to 1.9.3Peter Lieven2014-03-191-1/+1
| * | | qcow2: Fix fail path in realloc_refcount_block()Max Reitz2014-03-191-16/+18
| * | | qcow2: Correct comment for realloc_refcount_block()Max Reitz2014-03-191-1/+1
| * | | qemu-io: Extended "--cmd" description in usage textMaria Kustova2014-03-191-3/+6
| * | | qemu-io-cmds: Fixed typo in example for writev.Maria Kustova2014-03-191-1/+1
| * | | block: Add error handling to bdrv_invalidate_cache()Kevin Wolf2014-03-197-18/+76
* | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140319'...Peter Maydell2014-03-195-35/+383
|\ \ \ \ | |/ / / |/| | |
| * | | target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD)Alex Bennée2014-03-183-10/+284
| * | | target-arm: A64: Add saturating int ops (SQNEG/SQABS)Alex Bennée2014-03-183-12/+75
| * | | pl011: fix incorrect logic to set the RXFF flagRob Herring2014-03-181-1/+1
| * | | pl011: fix UARTRSR accesses corrupting the UARTCR valueRob Herring2014-03-181-7/+10
| * | | pl011: reset the fifo when enabled or disabledRob Herring2014-03-181-0/+5
| * | | ahci: fix sysbus supportRob Herring2014-03-181-5/+8
|/ / /
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-2' into stagingPeter Maydell2014-03-182-4/+9
|\ \ \
| * | | ui/vnc: fix vmware VGA incompatiblitiesPeter Lieven2014-03-182-4/+9
* | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140317'...Peter Maydell2014-03-1815-263/+1855
|\ \ \ \ | |/ / / |/| | |
| * | | scripts/qemu-binfmt-conf.sh: Add AArch64 registrationPeter Maydell2014-03-171-0/+3
| * | | target-arm: A64: Add [UF]RSQRTE (reciprocal root estimate)Alex Bennée2014-03-174-37/+140
| * | | target-arm: A64: Implement FCVTXNPeter Maydell2014-03-173-1/+43
| * | | target-arm: A64: Implement scalar saturating narrow opsAlex Bennée2014-03-171-7/+28
| * | | target-arm: A64: Move handle_2misc_narrow functionAlex Bennée2014-03-171-90/+90
| * | | target-arm: A64: Implement AdvSIMD reciprocal estimate insns URECPE, FRECPEAlex Bennée2014-03-174-42/+195
| * | | softfloat: export squash_input_denormal functionsAlex Bennée2014-03-172-2/+9
| * | | target-arm: A64: Implement FCVTZS, FCVTZU in the shift-imm categoriesPeter Maydell2014-03-171-2/+78
| * | | target-arm: A64: Handle saturating left shifts SQSHL, SQSHLU, UQSHLPeter Maydell2014-03-171-0/+132
| * | | exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoderPeter Maydell2014-03-171-1/+1
| * | | target-arm: A64: Implement FRINT*Peter Maydell2014-03-171-3/+42
| * | | target-arm: A64: Implement SRIPeter Maydell2014-03-171-8/+49
| * | | target-arm: A64: Add FRECPX (reciprocal exponent)Alex Bennée2014-03-173-1/+130
| * | | target-arm: A64: List unsupported shift-imm opcodesPeter Maydell2014-03-171-2/+11
| * | | target-arm: A64: Implement FCVTLPeter Maydell2014-03-171-0/+47
OpenPOWER on IntegriCloud