summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-16update Linux headers to 4.3-rc1Paolo Bonzini6-99/+296
2015-09-16pci: remove Link Training error from AER error listPaolo Bonzini1-4/+0
2015-09-16Revert "rcu: init rcu_registry_lock after fork"Paolo Bonzini1-6/+1
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
2015-09-14i.MX: Add GPIO deviceJean-Christophe Dubois3-0/+403
2015-09-14target-arm: Use tcg_gen_extrh_i64_i32Richard Henderson1-25/+9
2015-09-14target-arm: Recognize RORRichard Henderson1-12/+21
2015-09-14target-arm: Eliminate unnecessary zero-extend in disas_bitfieldRichard Henderson1-1/+5
2015-09-14target-arm: Recognize UXTB, UXTH, LSR, LSLRichard Henderson1-0/+17
2015-09-14target-arm: Recognize SXTB, SXTH, SXTW, ASRRichard Henderson1-1/+23
2015-09-14target-arm: Implement fcsel with movcondRichard Henderson1-28/+17
2015-09-14target-arm: Implement ccmp branchlessRichard Henderson1-16/+58
2015-09-14target-arm: Use setcond and movcond for cselRichard Henderson1-36/+49
2015-09-14target-arm: Handle always condition codes within arm_test_ccRichard Henderson1-0/+9