aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-06-08Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-2/+2
2015-06-04macio: remove remainder_len DBDMA_io propertyMark Cave-Ayland1-1/+0
2015-06-04macio: switch pmac_dma_write() over to new offset/len implementationMark Cave-Ayland1-1/+2
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-12/+42
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell8-12/+407
2015-06-04Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell1-1/+1
2015-06-04vhost: logs sharingJason Wang1-1/+7
2015-06-04hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek1-2/+1
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek1-1/+2
2015-06-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150602'...Peter Maydell4-0/+93
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini2-8/+131
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-03hw/pci: add support for NUMA nodesMarcel Apfelbaum3-0/+3
2015-06-03hw/pci: introduce PCI Expander Bridge (PXB)Marcel Apfelbaum1-0/+1
2015-06-03hw/pci: made pci_bus_num a PCIBusClass methodMarcel Apfelbaum1-0/+1
2015-06-03hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum2-0/+10
2015-06-03acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua3-3/+10
2015-06-03virtio: 64bit features fixups.Gerd Hoffmann1-5/+5
2015-06-03TPM: fix build with tpm disabledJuan Quintela1-0/+2
2015-06-03hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao1-1/+1
2015-06-02Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-02' in...Peter Maydell3-10/+3
2015-06-02hw/arm/virt: add dynamic sysbus device supportEric Auger1-0/+1
2015-06-02hw/arm/boot: arm_load_kernel implemented as a machine init done notifierEric Auger1-0/+28
2015-06-02xen: don't allow guest to control MSI mask registerJan Beulich1-0/+2
2015-06-02hw/arm/sysbus-fdt: helpers for platform bus nodes additionEric Auger1-0/+60
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger1-0/+2
2015-06-02target-arm: Add the GICv2m to the virt boardChristoffer Dall1-0/+2
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-02monitor: Change return type of monitor_cur_is_qmp() to boolMarkus Armbruster1-1/+1
2015-06-02monitor: Use trad. command interface for HMP pcie_aer_inject_errorMarkus Armbruster1-3/+1
2015-06-02monitor: Use traditional command interface for HMP drive_delMarkus Armbruster1-1/+1
2015-06-02monitor: Drop broken, unused asynchronous command interfaceMarkus Armbruster1-5/+0
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-16/+16