aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2015-03-11machine: query mem-merge machine propertyMarcel Apfelbaum1-0/+1
2015-03-11machine: query dump-guest-core machine propertyMarcel Apfelbaum1-0/+1
2015-03-11hw/boards: make it safe to include for linux-userMichael S. Tsirkin1-0/+4
2015-03-11machine: query phandle-start machine propertyMarcel Apfelbaum1-0/+1
2015-03-11machine: query kvm-shadow-mem machine propertyMarcel Apfelbaum1-0/+1
2015-03-11machine: allowed/required kernel-irqchip supportMarcel Apfelbaum1-1/+4
2015-03-11machine: replace qemu opts with iommu propertyMarcel Apfelbaum1-0/+1
2015-03-10xen: Remove xen_cmos_set_s3_resume()Thomas Huth1-1/+0
2015-03-09sPAPR: Implement EEH RTAS callsGavin Shan2-2/+45
2015-03-09spapr_vio: Convert to realize()Markus Armbruster1-1/+1
2015-03-09pseries: Switch VGA endian on H_SET_MODEDavid Gibson1-0/+1
2015-03-09pseries: Move rtc_offset into RTC device's state structureDavid Gibson1-1/+2
2015-03-09pseries: Make the PAPR RTC a qdev deviceDavid Gibson1-2/+5
2015-03-09pseries: Add spapr_rtc_read() helper functionDavid Gibson1-0/+1
2015-03-09pseries: Move sPAPR RTC code into its own fileDavid Gibson1-0/+1
2015-03-09spapr-pci: Enable huge BARsAlexey Kardashevskiy1-3/+4
2015-03-09pseries: Limit PCI host bridge "index" valueDavid Gibson1-1/+3
2015-03-09spapr_vio/spapr_iommu: Move VIO bypass where it belongsAlexey Kardashevskiy2-1/+5
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell19-644/+257
2015-03-08aml-build: comment fixMichael S. Tsirkin1-1/+1
2015-03-04Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150302.0' i...Peter Maydell1-3/+1
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell1-134/+0
2015-03-02vfio: allow to disable MMAP per device with -x-mmap=off optionSamuel Pitoiset1-1/+1
2015-03-02vfio: Make type1 listener symbols staticAlexey Kardashevskiy1-2/+0
2015-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-0/+134
2015-03-02Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell3-26/+5
2015-03-01pci: Give a few helpers internal linkageMarkus Armbruster1-7/+0
2015-03-01acpi: make build_*() routines static to aml-build.cIgor Mammedov1-16/+0
2015-03-01pc: export applesmc IO port/lenIgor Mammedov1-2/+9
2015-03-01acpi: add acpi_irq_no_flags() termIgor Mammedov1-0/+1
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov1-1/+6
2015-02-26acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...Igor Mammedov1-0/+72
2015-02-26acpi: add aml_reserved_field() termIgor Mammedov1-0/+6
2015-02-26pc: acpi-build: create CPU hotplug IO region dynamicallyIgor Mammedov1-0/+1
2015-02-26acpi: add aml_eisaid() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_processor() termIgor Mammedov1-0/+2
2015-02-26acpi: add aml_equal() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_varpackage() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_string() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_local() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_field() & aml_named_field() termsIgor Mammedov1-0/+6
2015-02-26acpi: add aml_operation_region() termIgor Mammedov1-0/+7
2015-02-26acpi: include PkgLength size only when requestedIgor Mammedov1-1/+2
2015-02-26acpi: add aml_io() helperIgor Mammedov1-0/+7
2015-02-26acpi: add aml_resource_template() helperIgor Mammedov1-0/+1
2015-02-26acpi: add aml_buffer() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_package() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpersIgor Mammedov1-0/+4
2015-02-26acpi: add aml_notify() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_and() termIgor Mammedov1-0/+1