aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-11target-arm: Fix IL bit reported for Thumb coprocessor trapsPeter Maydell1-4/+4
2016-02-11target-arm: Correct misleading 'is_thumb' syn_* parameter namesPeter Maydell1-14/+14
2016-02-11target-arm: Enable EL3 for Cortex-A53 and Cortex-A57Peter Maydell1-0/+2
2016-02-11target-arm: Implement NSACR trapping behaviourPeter Maydell1-4/+58
2016-02-11target-arm: Add isread parameter to CPAccessFnsPeter Maydell6-37/+68
2016-02-11target-arm: Update arm_generate_debug_exceptions() to handle EL2/EL3Peter Maydell1-5/+43
2016-02-11target-arm: Use access_trap_aa32s_el1() for SCR and MVBARPeter Maydell1-2/+4
2016-02-11target-arm: Implement MDCR_EL3 and SDCRPeter Maydell2-0/+27
2016-02-11target-arm: Fix typo in comment in arm_is_secure_below_el3()Peter Maydell1-1/+1
2016-02-10memory: fix usage of find_next_bit and find_next_zero_bitPaolo Bonzini1-19/+36
2016-02-10ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow1-19/+20
2016-02-10ahci: explicitly reject bad engine states on post_loadJohn Snow1-8/+13
2016-02-10ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow1-10/+18
2016-02-10ahci: Do not unmap NULL addressesJohn Snow1-0/+8
2016-02-10fdc: always compile-check debug printsJohn Snow1-7/+8
2016-02-10ide: fix device_reset to not ignore pending AIOJohn Snow1-10/+17
2016-02-10ide: Add silent DRQ cancellationJohn Snow1-3/+18
2016-02-10ide: replace blk_drain_all by blk_drainJohn Snow1-1/+1
2016-02-10ide: move buffered DMA cancel to coreJohn Snow3-35/+47
2016-02-10ide: code motionJohn Snow1-58/+58
2016-02-10ide: Prohibit RESET on IDE drivesJohn Snow1-3/+7
2016-02-10xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell2-24/+2
2016-02-10xen: move xenforeignmemory compat layer into common placeIan Campbell1-20/+14
2016-02-10xen: drop XenXC and associated interface wrappersIan Campbell5-64/+44
2016-02-10xen: drop xen_xc_hvm_inject_msi wrapperIan Campbell2-7/+1
2016-02-10xen: drop support for Xen 4.1 and older.Ian Campbell5-267/+7
2016-02-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell32-1195/+5223
2016-02-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-9/+45
2016-02-09qemu-char, io: fix ordering of arguments for UDP socket creationPaolo Bonzini2-2/+2
2016-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into...Peter Maydell7-34/+71
2016-02-09MAINTAINERS: add all-match entry for qemu-devel@Stephen Warren1-0/+5
2016-02-09get_maintainer.pl: fall back to git if only lists are foundPaolo Bonzini1-1/+1
2016-02-09target-i386: fix PSE36 modePaolo Bonzini1-2/+2
2016-02-09docs/memory.txt: Improve list of different memory regionsPeter Maydell1-1/+25
2016-02-09ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard1-0/+2
2016-02-09ipmi_bmc_sim: Fix off by one in check.Corey Minyard1-1/+1
2016-02-09ipmi: do not take/drop iothread lockPaolo Bonzini1-2/+0
2016-02-09target-i386: Deconstruct the cpu_T arrayRichard Henderson1-607/+617
2016-02-09target-i386: Tidy gen_add_A0_imRichard Henderson1-22/+5
2016-02-09target-i386: Rewrite leaveRichard Henderson1-14/+15
2016-02-09target-i386: Rewrite gen_enter inlineRichard Henderson3-137/+34
2016-02-09target-i386: Use gen_lea_v_seg in pusha/popaRichard Henderson1-27/+23
2016-02-09target-i386: Access segs via TCG registersRichard Henderson1-24/+28
2016-02-09target-i386: Use gen_lea_v_seg in stack subroutinesRichard Henderson1-39/+13
2016-02-09target-i386: Use gen_lea_v_seg in gen_lea_modrmRichard Henderson1-59/+23
2016-02-09target-i386: Introduce mo_stacksizeRichard Henderson1-14/+10
2016-02-09target-i386: Create gen_lea_v_segRichard Henderson1-107/+53
2016-02-09char: fix repeated registration of tcp chardev I/O handlersDaniel P. Berrange1-0/+4
2016-02-09kvm-all: trace: strerror fixupAndrew Jones1-2/+2
2016-02-09nbd: avoid unaligned uint64_t storeJohn Snow1-10/+10