aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-15target-tilegx: Handle conditional branch instructionsRichard Henderson
2015-09-15target-tilegx: Handle unconditional jump instructionsRichard Henderson
2015-09-15target-tilegx: Handle post-increment load and store instructionsRichard Henderson
2015-09-15target-tilegx: Handle basic load and store instructionsRichard Henderson
2015-09-15target-tilegx: Handle most bit manipulation instructionsRichard Henderson
2015-09-15target-arm: Use new revbit functionsRichard Henderson
2015-09-15host-utils: Add revbit functionsRichard Henderson
2015-09-15target-tilegx: Handle arithmetic instructionsRichard Henderson
2015-09-15target-tilegx: Handle simple logical operationsRichard Henderson
2015-09-15target-tilegx: Add TILE-Gx building filesChen Gang
2015-09-15target-tilegx: Generate SEGV properlyRichard Henderson
2015-09-15target-tilegx: Framework for decoding bundlesRichard Henderson
2015-09-15target-tilegx: Add several helpers for instructions translationChen Gang
2015-09-15target-tilegx: Add cpu basic features for linux-userChen Gang
2015-09-15target-tilegx: Add special register information from Tilera CorporationChen Gang
2015-09-15target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1Richard Henderson
2015-09-15target-tilegx: Modify _SPECIAL_ opcodesRichard Henderson
2015-09-15target-tilegx: Modify opcode_tilegx.h to fit QEMU usageChen Gang
2015-09-15target-tilegx: Add opcode basic implementation from Tilera CorporationChen Gang
2015-09-15linux-user: Conditionalize syscalls which are not defined in tilegxChen Gang
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang
2015-09-15linux-user: tilegx: Add architecture related featuresChen Gang
2015-09-15Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2015-09-15net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P
2015-09-15net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P
2015-09-15e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P
2015-09-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-09-14qapi: Fix cgen() for Python older than 2.7Markus Armbruster
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-14qcow2: Make qcow2_alloc_bytes() more explicitMax Reitz
2015-09-14vmdk: Fix next_cluster_sector for compressed writeRadoslav Gerganov
2015-09-14iotests: Add test for checking large image filesMax Reitz
2015-09-14qcow2: Make size_to_clusters() return uint64_tMax Reitz
2015-09-14qemu-iotests: More qcow2 reopen testsKevin Wolf
2015-09-14qemu-iotests: Reopen qcow2 with lazy-refcounts changeKevin Wolf
2015-09-14qcow2: Support updating driver-specific options in reopenKevin Wolf
2015-09-14qcow2: Make qcow2_update_options() suitable for transactionsKevin Wolf
2015-09-14qcow2: Fix memory leak in qcow2_update_options() error pathKevin Wolf
2015-09-14qcow2: Leave s unchanged on qcow2_update_options() failureKevin Wolf
2015-09-14qcow2: Move rest of option handling to qcow2_update_options()Kevin Wolf
2015-09-14qcow2: Move qcow2_update_options() call upKevin Wolf
2015-09-14qcow2: Factor out qcow2_update_options()Kevin Wolf
2015-09-14qcow2: Improve error messageKevin Wolf
2015-09-14qemu-io: Add command 'reopen'Kevin Wolf
2015-09-14qemu-io: Remove duplicate 'open' error messageKevin Wolf
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf
2015-09-14block: Drop bdrv_find_whitelisted_format()Max Reitz
2015-09-14block: Drop drv parameter from bdrv_fill_options()Max Reitz
2015-09-14block: Drop drv parameter from bdrv_open_inherit()Max Reitz