aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-06-03machine: add default_ram_size to machine classNikunj A Dadhania2-0/+7
2015-06-03pci: make pci_bar useable outside pci.cMichael Roth1-0/+6
2015-06-03spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridgeMichael Roth1-0/+1
2015-06-03spapr_drc: add spapr_drc_populate_dt()Michael Roth1-0/+2
2015-06-03spapr_events: event-scan RTAS interfaceTyrel Datwyler1-0/+3
2015-06-03spapr_events: re-use EPOW event infrastructure for hotplug eventsNathan Fontenot1-1/+13
2015-06-03spapr_rtas: add ibm, configure-connector RTAS interfaceMichael Roth1-0/+14
2015-06-03spapr: add rtas_st_buffer_direct() helperMichael Roth1-2/+8
2015-06-03spapr_rtas: add set-indicator RTAS interfaceMike Day1-0/+11
2015-06-03spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth1-0/+199
2015-06-03hw/ppc/spapr_iommu: Fix the check for invalid upper bits in liobnThomas Huth1-1/+1
2015-06-03spapr_iommu: Make spapr_tce_find_by_liobn() publicAlexey Kardashevskiy1-0/+1
2015-06-03spapr_pci: Make find_phb()/find_dev() publicAlexey Kardashevskiy1-0/+4
2015-06-03spapr_iommu: Add separate trace points for PCI DMA operationsAlexey Kardashevskiy1-0/+1
2015-06-03spapr_pci: Define default DMA window size as a macroAlexey Kardashevskiy1-0/+2
2015-06-03spapr_vio: Introduce a liobn number generating macrosAlexey Kardashevskiy1-0/+1
2015-06-03spapr_pci: Introduce a liobn number generating macrosAlexey Kardashevskiy1-1/+3
2015-06-02virtio-input: make virtio devices follow usual naming conventionGerd Hoffmann1-4/+4
2015-06-02virtio-input: const_le16 and const_le32 not build time constantMichael Mueller1-2/+8
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-16/+16
2015-06-01qdev: add 64bit propertiesGerd Hoffmann1-0/+10
2015-06-01acpi: add aml_while() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_increment() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_shiftright() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_shiftleft() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_index() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_lless() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_add() termMarcel Apfelbaum1-0/+1
2015-06-01TPM2 ACPI table supportStefan Berger3-2/+32
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger2-0/+29
2015-05-31Add stream ID to MSI writePavel Fedin2-0/+3
2015-05-31i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek1-0/+1
2015-05-31virtio: increase the queue limit to 1024Jason Wang1-1/+1
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang1-1/+1
2015-05-31virtio-ccw: introduce ccw specific queue limitJason Wang1-1/+4
2015-05-31virtio: introduce virtio_get_num_queues()Jason Wang1-0/+1
2015-05-31virtio: device_plugged() can failJason Wang1-2/+2
2015-05-31virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck1-4/+6
2015-05-31virtio: move host_featuresCornelia Huck2-1/+1
2015-05-31machine: Remove unused fields from QEMUMachineEduardo Habkost1-14/+1
2015-05-31pc: Remove qemu_register_pc_machine() functionEduardo Habkost1-2/+0
2015-05-31pc: Don't use QEMUMachine anymoreEduardo Habkost1-7/+15
2015-05-31pc: Move compat_props setting inside *_machine_options() functionsEduardo Habkost1-6/+9
2015-05-31pc: Convert *_MACHINE_OPTIONS macros into functionsEduardo Habkost1-19/+23
2015-05-31pc: Define machines using a DEFINE_PC_MACHINE macroEduardo Habkost1-0/+16
2015-05-31pc: Define PC_COMPAT_2_[123] macrosEduardo Habkost1-1/+12
2015-05-31hw: Define empty HW_COMPAT_2_[23] macrosEduardo Habkost1-0/+6
2015-05-31pc: Move commas inside PC_COMPAT_* macrosEduardo Habkost1-9/+9
2015-05-31hw: Move commas inside HW_COMPAT_2_1 macroEduardo Habkost2-2/+2
2015-05-31pc: Replace tab with spacesEduardo Habkost1-6/+6