summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* linux-user: rename cpu-uname -> unameRiku Voipio2014-05-024-3/+3
* linux-user/signal.c: Set fault address in AArch64 signal infoPeter Maydell2014-05-021-2/+1Star
* linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa2014-05-022-2/+16
* linux-user: Handle arches with llseek instead of _llseekJames Hogan2014-05-021-0/+5
* linux-user: Add support for SCM_CREDENTIALS.Huw Davies2014-05-021-0/+11
* linux-user: Move if-elses to a switch statement.Huw Davies2014-05-021-18/+33
* linux-user: Assert stack used for auxvec, envp, argvJames Hogan2014-05-021-0/+2
* linux-user: Add /proc/self/exe open forwardingMaxim Ostapenko2014-05-021-0/+5
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140501'...Peter Maydell2014-05-025-48/+99
|\
| * hw/arm/virt: Add support for Cortex-A57Peter Maydell2014-05-011-0/+5
| * hw/arm/virt: Put GIC register banks on 64K boundariesPeter Maydell2014-05-011-3/+3
| * hw/arm/virt: Create the GIC ourselves rather than (ab)using a15mpcore_privPeter Maydell2014-05-011-29/+53
| * target-arm: Correct a comment refering to EL0Edgar E. Iglesias2014-05-011-1/+1
| * target-arm: A64: Fix a typo when declaring TLBI opsEdgar E. Iglesias2014-05-011-12/+12
| * target-arm: A64: Handle blr lrEdgar E. Iglesias2014-05-011-1/+2
| * target-arm: Make vbar_write 64bit friendly on 32bit hostsEdgar E. Iglesias2014-05-011-1/+1
| * target-arm: implement WFE/YIELD as a yield for AArch64Rob Herring2014-05-011-0/+6
| * armv7m_nvic: fix CPUID Base RegisterRabin Vincent2014-05-011-1/+1
| * target-arm: Implement XScale cache lockdown operations as NOPsPeter Maydell2014-05-011-0/+15
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-05-0224-171/+355
|\ \
| * | curl: Fix hang reading from slow connectionsMatthew Booth2014-04-301-1/+2
| * | curl: Ensure all informationals are checked for completionMatthew Booth2014-04-301-30/+23Star
| * | curl: Eliminate unnecessary use of curl_multi_socket_allMatthew Booth2014-04-301-10/+22
| * | curl: Remove unnecessary explicit calls to internal event handlerMatthew Booth2014-04-301-2/+3
| * | curl: Remove erroneous sleep waiting for curl completionMatthew Booth2014-04-301-2/+1Star
| * | curl: Fix return from curl_read_cb with invalid stateMatthew Booth2014-04-301-2/+1Star
| * | curl: Remove unnecessary use of gotoMatthew Booth2014-04-301-28/+27Star
| * | curl: Fix long lineMatthew Booth2014-04-301-1/+2
| * | block/vdi: Error out immediately in vdi_create()Max Reitz2014-04-301-1/+6
| * | block/bochs: Fix error handling for seek_to_sector()Max Reitz2014-04-301-9/+14
| * | qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz2014-04-301-0/+7
| * | qcow2: Catch bdrv_getlength() errorMax Reitz2014-04-301-0/+5
| * | block: Use correct width in format stringsMax Reitz2014-04-306-24/+28
| * | qcow2: Avoid overflow in alloc_clusters_noref()Max Reitz2014-04-301-0/+7
| * | block: Use error_abort in bdrv_image_info_specific_dump()Max Reitz2014-04-301-2/+1Star
| * | block: Fix open_flags in bdrv_reopen()Kevin Wolf2014-04-301-1/+4
| * | Revert "block: another bdrv_append fix"Kevin Wolf2014-04-301-1/+0Star
| * | block: Unlink temporary files in raw-posix/win32Kevin Wolf2014-04-305-28/+18Star
| * | block: Remove BDRV_O_COPY_ON_READ for bs->fileKevin Wolf2014-04-301-1/+1
| * | block: Create bdrv_backing_flags()Kevin Wolf2014-04-301-6/+17
| * | block: Create bdrv_inherited_flags()Kevin Wolf2014-04-301-2/+26
| * | iotests: Discarding compressed clusters on qcow2Max Reitz2014-04-293-0/+74
| * | qcow2: Fix discardMax Reitz2014-04-291-8/+18
| * | block: qemu-iotests: make test 019 and 086 work with spaced pathnamesJeff Cody2014-04-292-5/+5
| * | block: qemu-iotests - fix image cleanup when using spaced pathnamesJeff Cody2014-04-291-2/+2
| * | mirror: Check for bdrv_get_info resultFam Zheng2014-04-291-1/+4
| * | mirror: Fix resource leak when bdrv_getlength failsFam Zheng2014-04-291-2/+2
| * | block: Ignore duplicate or NULL format_name in bdrv_iterate_formatJeff Cody2014-04-291-1/+16
| * | block: Add '--version' option to qemu-imgJeff Cody2014-04-291-4/+11
| * | mirror: Use DIV_ROUND_UPFam Zheng2014-04-281-1/+1