aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-01-14xen: add xenstore watcher infrastructurePaul Durrant7-2/+342
2019-01-14xen: create xenstore areas for XenDevice-sPaul Durrant7-5/+540
2019-01-14xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'Paul Durrant5-1/+426
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant6-1/+195
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant22-151/+169
2019-01-14xen/pt: allow passthrough of devices with bogus interrupt pinZhao Yan2-1/+9
2019-01-14hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so muchPeter Maydell1-0/+16
2019-01-14Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2'...Peter Maydell9-609/+935
2019-01-14Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request...Peter Maydell2-40/+31
2019-01-14Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-2/+4
2019-01-11Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190111-pull-request' ...Peter Maydell3-6/+11
2019-01-11tests: Disable qht-bench parallel test when using gprofPhilippe Mathieu-Daudé2-1/+3
2019-01-11configure: Let the TARGET_GPROF var use the regular 'y' for YesPhilippe Mathieu-Daudé1-1/+1
2019-01-11Merge remote-tracking branch 'remotes/kraxel/tags/misc-20190111-pull-request'...Peter Maydell1-2/+2
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell207-897/+1498
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini92-386/+386
2019-01-11remove space-tab sequencesPaolo Bonzini18-48/+48
2019-01-11scripts: add script to convert multiline comments into 4-line formatPaolo Bonzini1-0/+62
2019-01-11hw/watchdog/wdt_i6300esb: remove a unnecessary commentPeng Hao1-1/+0
2019-01-11checkpatch: warn about qemu/queue.h head structs that are not typedef-edPaolo Bonzini1-0/+5
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini27-54/+49
2019-01-11qemu/queue.h: reimplement QTAILQ without pointer-to-pointersPaolo Bonzini3-106/+92
2019-01-11qemu/queue.h: remove Q_TAILQ_{HEAD,ENTRY}Paolo Bonzini2-18/+6
2019-01-11qemu/queue.h: typedef QTAILQ headsPaolo Bonzini5-11/+16
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini41-65/+59
2019-01-11vfio: make vfio_address_spaces staticPaolo Bonzini2-2/+1
2019-01-11qemu/queue.h: do not access tqe_prev directlyPaolo Bonzini1-1/+1
2019-01-11test: replace gtester with a TAP driverPaolo Bonzini7-52/+543