aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-17virtio: split virtio serial bits from virtio-pciJuan Quintela5-96/+119
2019-01-17virtio: split virtio net bits from virtio-pciJuan Quintela5-74/+100
2019-01-17virtio: split virtio blk bits from virtio-pciJuan Quintela5-77/+103
2019-01-17virtio: split virtio scsi bits from virtio-pciJuan Quintela5-86/+109
2019-01-17virtio: split vhost scsi bits from virtio-pciJuan Quintela4-80/+98
2019-01-17virtio: split vhost user scsi bits from virtio-pciJuan Quintela4-71/+104
2019-01-17virtio: split vhost user blk bits from virtio-pciJuan Quintela4-80/+104
2019-01-17virtio: split virtio 9p bits from virtio-pciJuan Quintela5-75/+90
2019-01-17virtio: split virtio balloon bits from virtio-pciJuan Quintela5-75/+98
2019-01-17virtio: split virtio rng bits from virtio-pciJuan Quintela5-69/+90
2019-01-17virtio: split virtio input bits from virtio-pciJuan Quintela4-135/+158
2019-01-17virtio: split virtio input host bits from virtio-pciJuan Quintela5-37/+50
2019-01-17virtio: split vhost vsock bits from virtio-pciJuan Quintela4-71/+89
2019-01-17virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61Yuri Benditovich1-1/+1
2019-01-17virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich3-1/+751
2019-01-17tests: acpi: use AcpiSdtTable::aml instead of AcpiSdtTable::header::signatureIgor Mammedov2-16/+10
2019-01-17tests: acpi: squash sanitize_fadt_ptrs() into test_acpi_fadt_table()Igor Mammedov1-29/+10
2019-01-17tests: smbios: fetch whole table in one step instead of reading it step by stepIgor Mammedov2-31/+1
2019-01-17tests: acpi: reuse fetch_table() in vmgenid-testIgor Mammedov4-110/+69
2019-01-14tests: acpi: reuse fetch_table() for fetching FACS and DSDTIgor Mammedov1-48/+30
2019-01-14tests: acpi: simplify rsdt handlingIgor Mammedov1-82/+55
2019-01-14tests: acpi: make sure FADT is fetched only onceIgor Mammedov1-11/+8
2019-01-14tests: acpi: use AcpiSdtTable::aml in consistent wayIgor Mammedov2-42/+28
2019-01-14util: check the return value of fcntl in qemu_set_{block, nonblock}Li Qiang1-2/+6
2019-01-14vhost-user: fix ioeventfd_enabledLi Qiang1-1/+1
2019-01-14tests: vhost-user-test: initialize 'fd' in chr_readLi Qiang1-1/+1
2019-01-14qemu: avoid memory leak while remove diskJian Wang3-4/+9
2019-01-14hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth6-258/+34
2019-01-14msix: make pba size math more uniformDongli Zhang1-1/+1
2019-01-14pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand3-8/+20
2019-01-14Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell5-54/+126
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-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