aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu2-4/+4
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin2-0/+33
2015-09-24vhost-user: use VHOST_USER_XXX macro for switch statementYuanhan Liu1-16/+22
2015-09-24virtio-ccw: enable virtio-1Cornelia Huck3-4/+52
2015-09-24virtio-ccw: feature bits > 31 handlingCornelia Huck1-13/+8
2015-09-24virtio-ccw: support ring size changesCornelia Huck1-3/+10
2015-09-24virtio: ring sizes vs. resetCornelia Huck1-0/+64
2015-09-24pc: Introduce pc-*-2.5 machine classesEduardo Habkost2-5/+27
2015-09-24q35: Move options common to all classes to pc_i440fx_machine_options()Eduardo Habkost1-2/+2
2015-09-24q35: Move options common to all classes to pc_q35_machine_options()Eduardo Habkost1-4/+4
2015-09-24virtio-net: unbreak self announcement and guest offloads after migrationJason Wang1-17/+23
2015-09-24virtio: right size for virtio_queue_get_avail_sizePierre Morel1-1/+1
2015-09-23vfio/pci: Add emulated PCI IDsAlex Williamson3-6/+59
2015-09-23vfio/pci: Cache vendor and device IDAlex Williamson3-19/+11
2015-09-23vfio/pci: Move AMD device specific reset to quirksAlex Williamson3-157/+170
2015-09-23vfio/pci: Remove old config window and mirror quirksAlex Williamson2-177/+0
2015-09-23vfio/pci: Config mirror quirkAlex Williamson1-106/+124
2015-09-23vfio/pci: Config window quirksAlex Williamson1-88/+270
2015-09-23vfio/pci: Rework RTL8168 quirkAlex Williamson1-76/+101
2015-09-23vfio/pci: Cleanup Nvidia 0x3d0 quirkAlex Williamson1-65/+107
2015-09-23vfio/pci: Cleanup ATI 0x3c3 quirkAlex Williamson1-17/+9
2015-09-23vfio/pci: Foundation for new quirk structureAlex Williamson2-104/+157
2015-09-23vfio/pci: Cleanup ROM blacklist quirkAlex Williamson2-20/+25
2015-09-23vfio/pci: Split quirks to a separate fileAlex Williamson4-882/+908
2015-09-23vfio/pci: Extract PCI structures to a separate headerAlex Williamson2-143/+159
2015-09-23vfio: Change polarity of our no-mmap optionAlex Williamson3-3/+3
2015-09-23vfio/pci: Make interrupt bypass runtime configurableAlex Williamson1-7/+12
2015-09-23vfio/pci: Rename MSI/X functions for easier tracingAlex Williamson1-39/+34
2015-09-23vfio/pci: Rename INTx functions for easier tracingAlex Williamson1-24/+24
2015-09-23vfio/pci: Cleanup vfio_early_setup_msix() error pathAlex Williamson1-14/+13
2015-09-23vfio/pci: Cleanup RTL8168 quirk and tracingAlex Williamson1-51/+37
2015-09-23sPAPR: Enable EEH on VFIO PCI device onlyGavin Shan1-1/+1
2015-09-23sPAPR: Revert don't enable EEH on emulated PCI devicesGavin Shan1-7/+0
2015-09-23ppc/spapr: Implement H_RANDOM hypercall in QEMUThomas Huth3-1/+195
2015-09-23ppc/spapr: Fix buffer overflow in spapr_populate_drconf_memory()Thomas Huth1-3/+6
2015-09-23spapr: Fix default NUMA node allocation for threadsDavid Gibson1-0/+8
2015-09-23spapr: Move memory hotplug to RTAS_LOG_V6_HP_ID_DRC_COUNT typeBharata B Rao1-1/+1
2015-09-23spapr: Support hotplug by specifying DRC countBharata B Rao3-12/+41
2015-09-23spapr: Revert to memory@XXXX representation for non-hotplugged memoryBharata B Rao1-38/+9
2015-09-23spapr: Populate ibm,associativity-lookup-arrays correctly for non-NUMABharata B Rao1-2/+3
2015-09-23spapr: Provide better error message when slots exceed max allowedBharata B Rao1-2/+2
2015-09-23spapr: Don't allow memory hotplug to memory less nodesBharata B Rao1-1/+23
2015-09-23spapr: Memory hotplug supportBharata B Rao2-3/+123
2015-09-23spapr: Make hash table size a factor of maxram_sizeBharata B Rao1-1/+1
2015-09-23spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao2-49/+212
2015-09-23spapr: Add LMB DR connectorsDavid Gibson1-0/+87
2015-09-23spapr: Use QEMU limit for maximum CPUs numberAlexey Kardashevskiy1-4/+2
2015-09-23spapr: Don't use QOM [*] syntax for DR connectors.David Gibson1-1/+4
2015-09-23spapr_drc: use RTAS return codes for methods called by RTASMichael Roth2-36/+41
2015-09-23spapr: Initialize hotplug memory address spaceBharata B Rao1-0/+18