aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-15qemu-img: Make img_convert() get image size just once per imageMarkus Armbruster
2014-08-15block: Drop superfluous aligning of bdrv_getlength()'s valueMarkus Armbruster
2014-08-15block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster
2014-08-15block: Use bdrv_nb_sectors() in img_convert()Markus Armbruster
2014-08-15block: Use bdrv_nb_sectors() in bdrv_co_get_block_status()Markus Armbruster
2014-08-15block: Use bdrv_nb_sectors() in bdrv_aligned_preadv()Markus Armbruster
2014-08-15block: Use bdrv_nb_sectors() in bdrv_make_zero()Markus Armbruster
2014-08-15block: New bdrv_nb_sectors()Markus Armbruster
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-09' in...Peter Maydell
2014-08-12virtio-rng: add some trace eventsAmit Shah
2014-08-12trace: add some tcg tracing supportAlex Bennée
2014-08-12trace: teach lttng backend to use format stringsAlex Bennée
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova
2014-08-12trace: [tcg] Include event definitions in "trace.h"Lluís Vilanova
2014-08-12trace: [tcg] Generate TCG tracing routinesLluís Vilanova
2014-08-12trace: [tcg] Include TCG-tracing helpersLluís Vilanova
2014-08-12trace: [tcg] Define TCG tracing helper routine wrappersLluís Vilanova
2014-08-12trace: [tcg] Define TCG tracing helper routinesLluís Vilanova
2014-08-12trace: [tcg] Declare TCG tracing helper routinesLluís Vilanova
2014-08-12trace: [tcg] Add 'tcg' event propertyLluís Vilanova
2014-08-12trace: [tcg] Argument type transformation machineryLluís Vilanova
2014-08-12trace: [tcg] Argument type transformation rulesLluís Vilanova
2014-08-12trace: [tcg] Add documentationLluís Vilanova
2014-08-12trace: install simpletrace SystemTap tapsetStefan Hajnoczi
2014-08-12simpletrace: add simpletrace.py --no-header optionStefan Hajnoczi
2014-08-12trace: add tracetool simpletrace_stap formatStefan Hajnoczi
2014-08-12trace: extract stap_escape() function for reuseStefan Hajnoczi
2014-08-09build-sys: Move qapi-{types, visit, event}.o into util-obj-yFam Zheng
2014-08-09po: Add Chinese translationFam Zheng
2014-08-09qemu-img: Check getchar() return value in read_password() for WIN32Chen Gang
2014-08-09hw/timer: Move extern declaration from .c to .h fileStefan Weil
2014-08-09virtio: Move extern declaration to header fileStefan Weil
2014-08-09Show length mismatch error is hexAlex Bligh
2014-08-09target-i386/cpu.c: Fix two error output indentationchenfan
2014-08-09l2tpv3 (configure): it is linux-specificMichael Tokarev
2014-08-09hw/timer/imx_*: fix TIMER_MAX clash with system symbolMichael Tokarev
2014-08-08Merge remote-tracking branch 'remotes/mdroth/qga-pull-2014-08-08' into stagingPeter Maydell
2014-08-07qga: Disable unsupported commands by defaultTomoki Sekiyama
2014-08-07qga: Add guest-get-fsinfo commandTomoki Sekiyama
2014-08-07qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama
2014-08-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-07target-mips: Ignore unassigned accesses with KVMJames Hogan
2014-08-07monitor: Add drift info to 'info jit'Sebastian Tanase
2014-08-07Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014080...Peter Maydell
2014-08-06cpu-exec: Print to console if the guest is lateSebastian Tanase
2014-08-06cpu-exec: Add sleeping algorithmSebastian Tanase
2014-08-06icount: Add align option to icountSebastian Tanase
2014-08-06icount: Add QemuOpts for icountSebastian Tanase
2014-08-06icount: Fix virtual clock start value on ARMSebastian Tanase
2014-08-06timer: add cpu_icount_to_ns function.KONRAD Frederic