aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-20target-arm: Remove failure status return from read/write_raw_cp_regPeter Maydell
2014-02-20target-arm: Remove unnecessary code now read/write fns can't failPeter Maydell
2014-02-20target-arm: Drop success/fail return from cpreg read and write functionsPeter Maydell
2014-02-20target-arm: Convert miscellaneous reginfo structs to accessfnPeter Maydell
2014-02-20target-arm: Convert generic timer reginfo to accessfnPeter Maydell
2014-02-20target-arm: Convert performance monitor reginfo to accessfnPeter Maydell
2014-02-20target-arm: Split cpreg access checks out from read/write functionsPeter Maydell
2014-02-20target-arm: Stop underdecoding ARM946 PRBS registersPeter Maydell
2014-02-20target-arm: Log bad system register accesses with LOG_UNIMPPeter Maydell
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