summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* host-utils: Add revbit functionsRichard Henderson2015-09-151-0/+77
* target-tilegx: Handle arithmetic instructionsRichard Henderson2015-09-151-6/+90
* target-tilegx: Handle simple logical operationsRichard Henderson2015-09-151-3/+96
* target-tilegx: Add TILE-Gx building filesChen Gang2015-09-153-0/+4
* target-tilegx: Generate SEGV properlyRichard Henderson2015-09-153-1/+9
* target-tilegx: Framework for decoding bundlesRichard Henderson2015-09-151-0/+1145
* target-tilegx: Add several helpers for instructions translationChen Gang2015-09-152-0/+74
* target-tilegx: Add cpu basic features for linux-userChen Gang2015-09-152-0/+345
* target-tilegx: Add special register information from Tilera CorporationChen Gang2015-09-151-0/+216
* target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1Richard Henderson2015-09-151-1/+1
* target-tilegx: Modify _SPECIAL_ opcodesRichard Henderson2015-09-151-2/+2
* target-tilegx: Modify opcode_tilegx.h to fit QEMU usageChen Gang2015-09-151-110/+110
* target-tilegx: Add opcode basic implementation from Tilera CorporationChen Gang2015-09-151-0/+1406
* linux-user: Conditionalize syscalls which are not defined in tilegxChen Gang2015-09-151-1/+49
* linux-user: Support tilegx architecture in linux-userChen Gang2015-09-154-5/+103
* linux-user: tilegx: Add architecture related featuresChen Gang2015-09-156-0/+747
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-09-152-6/+18
|\
| * net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P2015-09-151-1/+1
| * net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P2015-09-151-4/+15
| * e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P2015-09-151-1/+2
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-09-1429-409/+973
|\ \ | |/ |/|
| * qcow2: Make qcow2_alloc_bytes() more explicitMax Reitz2015-09-141-0/+6
| * vmdk: Fix next_cluster_sector for compressed writeRadoslav Gerganov2015-09-141-2/+6
| * iotests: Add test for checking large image filesMax Reitz2015-09-143-0/+83
| * qcow2: Make size_to_clusters() return uint64_tMax Reitz2015-09-143-17/+29
| * qemu-iotests: More qcow2 reopen testsKevin Wolf2015-09-143-0/+188
| * qemu-iotests: Reopen qcow2 with lazy-refcounts changeKevin Wolf2015-09-142-0/+45
| * qcow2: Support updating driver-specific options in reopenKevin Wolf2015-09-141-9/+72
| * qcow2: Make qcow2_update_options() suitable for transactionsKevin Wolf2015-09-141-40/+73
| * qcow2: Fix memory leak in qcow2_update_options() error pathKevin Wolf2015-09-141-2/+10
| * qcow2: Leave s unchanged on qcow2_update_options() failureKevin Wolf2015-09-141-22/+35
| * qcow2: Move rest of option handling to qcow2_update_options()Kevin Wolf2015-09-141-66/+68
| * qcow2: Move qcow2_update_options() call upKevin Wolf2015-09-141-9/+9
| * qcow2: Factor out qcow2_update_options()Kevin Wolf2015-09-141-59/+76
| * qcow2: Improve error messageKevin Wolf2015-09-141-1/+1
| * qemu-io: Add command 'reopen'Kevin Wolf2015-09-141-0/+90
| * qemu-io: Remove duplicate 'open' error messageKevin Wolf2015-09-141-1/+0
| * block: Allow specifying driver-specific options to reopenKevin Wolf2015-09-143-6/+44
| * qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf2015-09-146-120/+120
| * block: Drop bdrv_find_whitelisted_format()Max Reitz2015-09-142-9/+0
| * block: Drop drv parameter from bdrv_fill_options()Max Reitz2015-09-141-37/+22
| * block: Drop drv parameter from bdrv_open_inherit()Max Reitz2015-09-141-10/+7
| * block: Drop drv parameter from bdrv_open()Max Reitz2015-09-1414-29/+25
| * block: Always pass NULL as drv for bdrv_open()Max Reitz2015-09-144-63/+57
* | qapi: Fix cgen() for Python older than 2.7Markus Armbruster2015-09-141-1/+3
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-1456-1040/+2046
|\ \
| * | cutils: work around platform differences in strto{l,ul,ll,ull}Paolo Bonzini2015-09-102-46/+35
| * | cpu-exec: fix lock hierarchy for user-mode emulationPaolo Bonzini2015-09-092-22/+55
| * | exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini2015-09-094-9/+6
| * | tcg: comment on which functions have to be called with mmap_lock heldPaolo Bonzini2015-09-091-7/+22
OpenPOWER on IntegriCloud