summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-19linux-user: Fix error handling in target_to_host_semarray()Peter Maydell1-1/+6
2014-02-19linux-user: Implement BLKPG ioctlAndreas Färber4-0/+16
2014-02-19trace-events: Fix typo in "offset"Kevin Wolf1-4/+4
2014-02-19Add ust generated files to .gitignoreMohamad Gebai1-0/+2
2014-02-19Update documentation for LTTng ust tracingMohamad Gebai1-0/+36
2014-02-19Adapt Makefiles to the new LTTng ust interfaceMohamad Gebai2-0/+30
2014-02-19Modified the tracetool framework for LTTng 2.xMohamad Gebai3-56/+132
2014-02-19Fix configure script for LTTng 2.xMohamad Gebai1-5/+15
2014-02-18linux-user: Fix error handling in lock_iovec()Peter Maydell1-5/+7
2014-02-18linux-user/signal.c: Don't pass sigaction uninitialised sa_flagsPeter Maydell1-0/+1
2014-02-18linux-user/elfload.c: Avoid calling g_free() on uninitialized dataPeter Maydell1-4/+12
2014-02-18linux-user: sync syscall numbers upto 3.13Riku Voipio15-3/+94
2014-02-18xhci: use DPRINTF() instead of fprintf(stderr, ...)Gerd Hoffmann1-45/+45
2014-02-18xhci: switch debug printf to tracepointGerd Hoffmann1-3/+1
2014-02-18xhci iso: allow for some latencyGerd Hoffmann1-1/+1
2014-02-18xhci iso: fix time calculationGerd Hoffmann1-2/+2
2014-02-18uhci: invalidate queue on device address changesGerd Hoffmann1-0/+2
2014-02-18xhci: fix overflow in usb_xhci_post_loadGerd Hoffmann1-1/+1
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas12-18/+25
2014-02-17qtest: Include system headers before user headersStefan Hajnoczi7-17/+19
2014-02-17monitor: Add object_add class argument completion.Hani Benhabiles1-0/+23
2014-02-17monitor: Add object_del id argument completion.Hani Benhabiles1-0/+23
2014-02-17monitor: Add device_add device argument completion.Hani Benhabiles1-0/+26
2014-02-17monitor: Add device_del id argument completion.Hani Benhabiles1-0/+23
2014-02-17qmp: expose list of supported character device backendsMartin Kletzander3-0/+82
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster37-156/+156
2014-02-17QMP: allow JSON dict arguments in qmp-shellStefan Hajnoczi1-0/+3
2014-02-17hmp: migrate command (without -d) now blocks correctlySoramichi AKIYAMA1-1/+2
2014-02-17tcg/i386: Use SHLX/SHRX/SARX instructionsRichard Henderson1-11/+50
2014-02-17tcg/i386: Use ANDN instructionRichard Henderson2-13/+45
2014-02-17tcg/i386: Add tcg_out_vex_modrmRichard Henderson1-3/+38
2014-02-17tcg/i386: Move TCG_CT_CONST_* to tcg-target.cRichard Henderson2-3/+4
2014-02-17disas/i386: Disassemble ANDN/SHLX/SHRX/SHAXRichard Henderson1-14/+132
2014-02-17tcg/optimize: Add more identity simplificationsRichard Henderson1-15/+24
2014-02-17tcg/optimize: Optmize ANDC X,Y,Y to MOV X,0Richard Henderson1-0/+1
2014-02-17tcg/optimize: Simply some logical ops to NOTRichard Henderson1-0/+57
2014-02-17tcg/optimize: Handle known-zeros masks for ANDCRichard Henderson1-0/+11
2014-02-17tcg/optimize: add known-zero bits compute for load opsAurelien Jarno1-1/+25
2014-02-17tcg/optimize: improve known-zero bits for 32-bit opsAurelien Jarno1-0/+6
2014-02-17tcg/optimize: fix known-zero bits optimizationAurelien Jarno1-1/+7
2014-02-17tcg/optimize: fix known-zero bits for right shift opsAurelien Jarno1-5/+14
2014-02-17tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].Huw Davies1-1/+1
2014-02-17Fix QEMU build on OpenBSD on x86 archsBrad2-1/+9
2014-02-15TCG: Fix 32-bit host allocation typoRichard Henderson1-1/+1
2014-02-15libvixl: fix 64bit constants usageMichael Tokarev2-15/+21
2014-02-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-15' in...Peter Maydell9-425/+188
2014-02-15Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell10-50/+115
2014-02-15Merge remote-tracking branch 'remotes/jliu/or32-ld-st' into stagingPeter Maydell1-67/+32
2014-02-15Merge remote-tracking branch 'remotes/jovanovic/mips-ufrp' into stagingPeter Maydell6-8/+152
2014-02-15char/serial: Fix emptyness checkPeter Crosthwaite1-1/+1