summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-15target-tilegx: Add cpu basic features for linux-userChen Gang2-0/+345
2015-09-15target-tilegx: Add special register information from Tilera CorporationChen Gang1-0/+216
2015-09-15target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1Richard Henderson1-1/+1
2015-09-15target-tilegx: Modify _SPECIAL_ opcodesRichard Henderson1-2/+2
2015-09-15target-tilegx: Modify opcode_tilegx.h to fit QEMU usageChen Gang1-110/+110
2015-09-15target-tilegx: Add opcode basic implementation from Tilera CorporationChen Gang1-0/+1406
2015-09-15linux-user: Conditionalize syscalls which are not defined in tilegxChen Gang1-1/+49
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang4-5/+103
2015-09-15linux-user: tilegx: Add architecture related featuresChen Gang6-0/+747
2015-09-15Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2-6/+18
2015-09-15net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P1-1/+1
2015-09-15net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P1-4/+15
2015-09-15e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P1-1/+2
2015-09-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell29-409/+973
2015-09-14qapi: Fix cgen() for Python older than 2.7Markus Armbruster1-1/+3
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell56-1040/+2046
2015-09-14qcow2: Make qcow2_alloc_bytes() more explicitMax Reitz1-0/+6
2015-09-14vmdk: Fix next_cluster_sector for compressed writeRadoslav Gerganov1-2/+6
2015-09-14iotests: Add test for checking large image filesMax Reitz3-0/+83
2015-09-14qcow2: Make size_to_clusters() return uint64_tMax Reitz3-17/+29
2015-09-14qemu-iotests: More qcow2 reopen testsKevin Wolf3-0/+188
2015-09-14qemu-iotests: Reopen qcow2 with lazy-refcounts changeKevin Wolf2-0/+45
2015-09-14qcow2: Support updating driver-specific options in reopenKevin Wolf1-9/+72
2015-09-14qcow2: Make qcow2_update_options() suitable for transactionsKevin Wolf1-40/+73
2015-09-14qcow2: Fix memory leak in qcow2_update_options() error pathKevin Wolf1-2/+10
2015-09-14qcow2: Leave s unchanged on qcow2_update_options() failureKevin Wolf1-22/+35
2015-09-14qcow2: Move rest of option handling to qcow2_update_options()Kevin Wolf1-66/+68
2015-09-14qcow2: Move qcow2_update_options() call upKevin Wolf1-9/+9
2015-09-14qcow2: Factor out qcow2_update_options()Kevin Wolf1-59/+76
2015-09-14qcow2: Improve error messageKevin Wolf1-1/+1
2015-09-14qemu-io: Add command 'reopen'Kevin Wolf1-0/+90
2015-09-14qemu-io: Remove duplicate 'open' error messageKevin Wolf1-1/+0
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf3-6/+44
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf6-120/+120
2015-09-14block: Drop bdrv_find_whitelisted_format()Max Reitz2-9/+0
2015-09-14block: Drop drv parameter from bdrv_fill_options()Max Reitz1-37/+22
2015-09-14block: Drop drv parameter from bdrv_open_inherit()Max Reitz1-10/+7
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz14-29/+25
2015-09-14block: Always pass NULL as drv for bdrv_open()Max Reitz4-63/+57
2015-09-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150914'...Peter Maydell16-209/+949
2015-09-14target-arm: Add VMPIDR_EL2Edgar E. Iglesias2-2/+25
2015-09-14target-arm: Break out mpidr_read_val()Edgar E. Iglesias1-1/+6
2015-09-14target-arm: Add VPIDR_EL2Edgar E. Iglesias2-1/+42
2015-09-14target-arm: Suppress EPD for S2, EL2 and EL3 translationsEdgar E. Iglesias1-2/+4
2015-09-14target-arm: Suppress TBI for S2 translationsEdgar E. Iglesias1-1/+3
2015-09-14target-arm: Add VTTBR_EL2Edgar E. Iglesias2-2/+33
2015-09-14target-arm: Add VTCR_EL2Edgar E. Iglesias2-2/+42
2015-09-14hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefullyEdgar E. Iglesias2-2/+2
2015-09-14i.MX: Add GPIO devices to i.MX25 SOCJean-Christophe Dubois2-0/+44
2015-09-14i.MX: Add GPIO devices to i.MX31 SOCJean-Christophe Dubois2-0/+42