aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-20target-arm: Remove unused ARMCPUState sr substructPeter Maydell
2014-02-20target-arm: Restrict check_ap() use of S and R bits to v6 and earlierPeter Maydell
2014-02-20target-arm: Define names for SCTLR bitsPeter Maydell
2014-02-20target-arm/kvm-consts.h: Define QEMU constants for known KVM CPUsPeter Maydell
2014-02-20target-arm: A64: Implement remaining 3-same instructionsPeter Maydell
2014-02-20softfloat: Support halving the result of muladd operationPeter Maydell
2014-02-20target-arm: A64: Implement floating point pairwise insnsAlex Bennée
2014-02-20target-arm: A64: Implement SIMD FP compare and set insnsAlex Bennée
2014-02-20target-arm: A64: Implement scalar three different instructionsPeter Maydell
2014-02-20target-arm: A64: Implement SIMD scalar indexed instructionsPeter Maydell
2014-02-20target-arm: A64: Implement long vector x indexed insnsPeter Maydell
2014-02-20target-arm: A64: Implement plain vector SIMD indexed element insnsPeter Maydell
2014-02-20hw/intc/arm_gic: Fix NVIC assertion failurePeter 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