summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-17rules: filter out irrelevant filesMichael S. Tsirkin1-1/+1
2016-02-16change type of pci_bridge_initfn() to voidCao jin8-33/+10
2016-02-16dec: convert to realize()Cao jin1-3/+3
2016-02-16tests: add pxe e1000 and virtio-pci testsVictor Kaplansky5-67/+224
2016-02-16msix: fix msix_vector_maskedMichael S. Tsirkin1-2/+2
2016-02-16virtio: optimize virtio_access_is_big_endian() for little-endian targetsGreg Kurz1-3/+3
2016-02-16vhost: simplify vhost_needs_vring_endian()Greg Kurz1-2/+7
2016-02-16vhost: move virtio 1.0 check to cross-endian helperGreg Kurz1-4/+5
2016-02-16virtio: move cross-endian helper to vhostGreg Kurz2-15/+15
2016-02-16vhost-net: revert support of cross-endian vnet headersGreg Kurz1-36/+5
2016-02-16virtio-net: use the backend cross-endian capabilitiesGreg Kurz3-11/+67
2016-02-12Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2016-02-12' into s...Peter Maydell9-375/+61
2016-02-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...Peter Maydell21-154/+44
2016-02-11Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell5-153/+214
2016-02-11w32: include winsock2.h before windows.hPaolo Bonzini1-1/+1
2016-02-11Adds keycode 86 to the hid_usage_keys translation table.Daniel Serpell1-1/+1
2016-02-11s390x: remove s390-zipl.romMichael Tokarev5-7/+1
2016-02-11Passthru CCID card: QOMifyCao jin1-6/+8
2016-02-11Emulated CCID card: QOMifyCao jin1-10/+13
2016-02-11ES1370: QOMifyCao jin1-3/+7
2016-02-11char: fix parameter name / type in BSD codepathDaniel P. Berrange1-2/+2
2016-02-11qmp-spec: fix index in docWei Yang1-1/+1
2016-02-11rdma: remove check on time_spent when calculating mbsWei Yang1-2/+2
2016-02-11qemu-sockets: simplify error handlingPaolo Bonzini1-3/+3
2016-02-11cpu: cpu_save/cpu_load is no morePaolo Bonzini2-12/+0
2016-02-11qom: Correct object_property_get_int() descriptionAlistair Francis1-1/+1
2016-02-11man: virtfs-proxy-helper: Rework awkward sentenceChristophe Fergeau1-2/+2
2016-02-11remove libtool supportMichael Tokarev3-103/+2
2016-02-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160211'...Peter Maydell19-94/+288
2016-02-11bcm2835_property: implement "get board revision" queryStephen Warren5-2/+9
2016-02-11hw/arm/virt: fix max-cpus checkAndrew Jones1-5/+5
2016-02-11sd: limit 'req.cmd' while using as an array indexPrasad J Pandit1-2/+5
2016-02-11target-arm: Implement checking of fired watchpointSergey Fedorov3-14/+25
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov3-2/+21
2016-02-11target-arm: Fix IL bit reported for Thumb VFP and Neon trapsPeter Maydell1-3/+3
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