aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz
2014-02-21block: Fix bdrv_is_first_non_filter()Kevin Wolf
2014-02-21qcow2: Set zero flag for discarded clustersKevin Wolf
2014-02-21Merge remote-tracking branch 'remotes/stefanha/tags/qtest-monitor-process-pul...Peter Maydell
2014-02-21Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2014-02-21Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-02-21Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell
2014-02-21tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32)Peter Maydell
2014-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into stagingPeter Maydell
2014-02-20Merge remote-tracking branch 'remotes/rth/tcg-next' into stagingPeter Maydell
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2014-02-20Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-02-19target-i386: Fix I/O bitmap checks for in/outKevin Wolf
2014-02-19qtest: kill QEMU process on g_assert() failureStefan Hajnoczi
2014-02-19qtest: make QEMU our direct child processStefan Hajnoczi
2014-02-19qtest: drop unused child_pid fieldStefan Hajnoczi
2014-02-19linux-user: Fix error handling in target_to_host_semarray()Peter Maydell
2014-02-19linux-user: Implement BLKPG ioctlAndreas Färber
2014-02-19trace-events: Fix typo in "offset"Kevin Wolf
2014-02-19Add ust generated files to .gitignoreMohamad Gebai
2014-02-19Update documentation for LTTng ust tracingMohamad Gebai
2014-02-19Adapt Makefiles to the new LTTng ust interfaceMohamad Gebai
2014-02-19Modified the tracetool framework for LTTng 2.xMohamad Gebai
2014-02-19Fix configure script for LTTng 2.xMohamad Gebai
2014-02-18linux-user: Fix error handling in lock_iovec()Peter Maydell
2014-02-18linux-user/signal.c: Don't pass sigaction uninitialised sa_flagsPeter Maydell
2014-02-18linux-user/elfload.c: Avoid calling g_free() on uninitialized dataPeter Maydell
2014-02-18linux-user: sync syscall numbers upto 3.13Riku Voipio
2014-02-18xhci: use DPRINTF() instead of fprintf(stderr, ...)Gerd Hoffmann
2014-02-18xhci: switch debug printf to tracepointGerd Hoffmann
2014-02-18xhci iso: allow for some latencyGerd Hoffmann
2014-02-18xhci iso: fix time calculationGerd Hoffmann
2014-02-18uhci: invalidate queue on device address changesGerd Hoffmann
2014-02-18xhci: fix overflow in usb_xhci_post_loadGerd Hoffmann
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas
2014-02-17qtest: Include system headers before user headersStefan Hajnoczi
2014-02-17monitor: Add object_add class argument completion.Hani Benhabiles
2014-02-17monitor: Add object_del id argument completion.Hani Benhabiles
2014-02-17monitor: Add device_add device argument completion.Hani Benhabiles
2014-02-17monitor: Add device_del id argument completion.Hani Benhabiles
2014-02-17qmp: expose list of supported character device backendsMartin Kletzander
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-02-17QMP: allow JSON dict arguments in qmp-shellStefan Hajnoczi
2014-02-17hmp: migrate command (without -d) now blocks correctlySoramichi AKIYAMA
2014-02-17tcg/i386: Use SHLX/SHRX/SARX instructionsRichard Henderson
2014-02-17tcg/i386: Use ANDN instructionRichard Henderson
2014-02-17tcg/i386: Add tcg_out_vex_modrmRichard Henderson
2014-02-17tcg/i386: Move TCG_CT_CONST_* to tcg-target.cRichard Henderson
2014-02-17disas/i386: Disassemble ANDN/SHLX/SHRX/SHAXRichard Henderson