aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-14contrib/gitdm: add two more IBM'ers to group-map-ibmAlex Bennée1-0/+2
2019-01-14contrib/gitdm: Add other IBMersJoel Stanley1-0/+5
2019-01-14contrib/gitdm: add Nokia and Proxmox to the domain-mapAlex Bennée1-0/+2
2019-01-14Revert "tests: Disable qht-bench parallel test when using gprof"Alex Bennée2-3/+1
2019-01-14tests: use g_usleep instead of rem = sleep(time)Alex Bennée3-12/+6
2019-01-14tests/docker: remove SID_AGE test hackAlex Bennée1-13/+0
2019-01-14tests/docker: update our Travis imageAlex Bennée1-1/+1
2019-01-14travis: bump to Xenial baselineAlex Bennée1-9/+7
2019-01-14docker: Use a stable snapshot for Debian SidPhilippe Mathieu-Daudé1-1/+6
2019-01-14travis: remove matrix settings that duplicate global settingsDaniel P. Berrangé1-8/+0
2019-01-14travis: run tests in verbose modeDaniel P. Berrangé1-2/+2
2019-01-14travis: stop using container based envsDaniel P. Berrangé1-5/+0
2019-01-14travis: stop redefining the script commandsDaniel P. Berrangé1-6/+3
2019-01-14travis: use homebrew addon for MacOSXAlex Bennée1-3/+6
2019-01-14travis: don't clone git submodules upfrontDaniel P. Berrangé1-1/+0
2019-01-14travis: standardize the syntax used for env variablesDaniel P. Berrangé1-28/+49
2019-01-14travis: define all the build matrix entries in one placeDaniel P. Berrangé1-8/+21
2019-01-14travis: add whitespace between each major section & matrix entryDaniel P. Berrangé1-0/+42
2019-01-14tests: use in-place sed magic for enabling deb-src in travis imageAlex Bennée1-1/+1
2019-01-14tests: update Fedora i386 cross image to Fedora 29Daniel P. Berrangé1-1/+1
2019-01-14tests: update Fedora dockerfile to use Fedora 29Daniel P. Berrangé1-2/+2
2019-01-14tests: remove obsolete 'debian' dockerfileDaniel P. Berrangé1-13/+0
2019-01-14tests: run ldconfig after installing extra softwareDaniel P. Berrangé1-0/+2
2019-01-14docker: Use stable git tag for virglrendererPhilippe Mathieu-Daudé1-1/+2
2019-01-14i386/kvm: add a comment explaining why .feat_names are commented out for Hype...Vitaly Kuznetsov1-0/+7
2019-01-14x86: host-phys-bits-limit optionEduardo Habkost2-0/+8
2019-01-14target/i386: Disable MPX support on named CPU modelsPaolo Bonzini2-7/+14
2019-01-14target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov3-7/+20
2019-01-14i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.E...Vitaly Kuznetsov3-40/+77
2019-01-14aio-posix: Fix concurrent aio_poll/set_fd_handler.Remy Noel2-74/+82
2019-01-14aio-posix: Unregister fd from ctx epoll when removing fd_handler.Remy Noel1-0/+3
2019-01-14Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190114' into st...Peter Maydell45-1536/+3923
2019-01-14xen-block: avoid repeated memory allocationTim Smith1-5/+9
2019-01-14xen-block: improve response latencyTim Smith1-38/+18
2019-01-14xen-block: improve batching behaviourTim Smith1-0/+35
2019-01-14xen: Replace few mentions of xend by libxlAnthony PERARD3-4/+4
2019-01-14Remove broken Xen PV domain builderAnthony PERARD9-379/+0
2019-01-14xen: remove the legacy 'xen_disk' backendPaul Durrant2-1012/+0
2019-01-14MAINTAINERS: add myself as a Xen maintainerPaul Durrant1-0/+1
2019-01-14xen: automatically create XenBlockDevice-sPaul Durrant4-1/+391
2019-01-14xen: add a mechanism to automatically create XenDevice-s...Paul Durrant7-2/+375
2019-01-14xen: add implementations of xen-block connect and disconnect functions...Paul Durrant5-26/+353
2019-01-14xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.cPaul Durrant1-44/+46
2019-01-14xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.cPaul Durrant1-154/+156
2019-01-14xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-blockPaul Durrant2-171/+183
2019-01-14xen: add header and build dataplane/xen-block.cPaul Durrant4-100/+287
2019-01-14xen: remove unnecessary code from dataplane/xen-block.cPaul Durrant1-406/+23
2019-01-14xen: duplicate xen_disk.c as basis of dataplane/xen-block.cPaul Durrant2-0/+1020
2019-01-14xen: add event channel interface for XenDevice-sPaul Durrant3-0/+121
2019-01-14xen: add grant table interface for XenDevice-sPaul Durrant2-0/+171