aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-22acpi: extend aml_shiftright() to accept target argumentIgor Mammedov3-4/+4
2015-12-22acpi: add aml_to_integer()Igor Mammedov2-0/+10
2015-12-22acpi: add aml_call0() helperIgor Mammedov2-0/+9
2015-12-22acpi: add aml_decrement() and aml_subtract()Igor Mammedov2-0/+16
2015-12-22acpi: extend aml_add() to accept target argumentIgor Mammedov3-4/+4
2015-12-22acpi: aml: add helper for Opcode Arg2 Arg2 [Dst] AML patternIgor Mammedov1-29/+32
2015-12-22acpi: add aml_create_qword_field()Igor Mammedov2-4/+18
2015-12-22acpi: add aml_mutex(), aml_acquire(), aml_release()Xiao Guangrong2-0/+36
2015-12-22acpi: add aml_lgreater_equal()Igor Mammedov2-0/+12
2015-12-22acpi: add aml_sizeofXiao Guangrong2-0/+9
2015-12-22acpi: add aml_derefofXiao Guangrong2-0/+9
2015-12-22nvdimm: add maintain infoXiao Guangrong1-0/+7
2015-12-22nvdimm acpi: build ACPI nvdimm devicesXiao Guangrong1-0/+106
2015-12-22nvdimm acpi: build ACPI NFIT tableXiao Guangrong9-1/+425
2015-12-22acpi: support specified oem table id for build_headerXiao Guangrong4-21/+30
2015-12-22nvdimm: implement NVDIMM device abstractXiao Guangrong6-0/+83
2015-12-22docs/pci_expander_bridge: fix typoCao jin1-3/+3
2015-12-22hw/compat.h: Change indentation of HW_COMPAT_* to 4 spacesEduardo Habkost1-76/+76
2015-12-22pc: Change indentation of PC_COMPAT_* to 4 spacesEduardo Habkost1-462/+462
2015-12-22pc: Add pc-*-2.6 machine classesEduardo Habkost4-5/+31
2015-12-22pc: Remove redundant code from pc-*-2.3 machine classesEduardo Habkost2-3/+0
2015-12-22q35: skip q35-acpi-dsdt.aml load if not neededGerd Hoffmann1-1/+4
2015-12-22ipmi: Add a force off functionCorey Minyard1-0/+6
2015-12-22ipmi: Add firmware registration to the ISA interfaceCorey Minyard2-0/+30
2015-12-22ipmi: Add a firmware configuration repositoryCorey Minyard2-0/+62
2015-12-22ipmi: Add migration capability to the IPMI devices.Corey Minyard4-0/+114
2015-12-22ipmi: Add documentationCorey Minyard1-0/+52
2015-12-22ipmi: Add testsCorey Minyard3-0/+735
2015-12-22ipmi: Add a BT low-level interfaceCorey Minyard4-0/+492
2015-12-22ipmi: Add an ISA KCS low-level interfaceCorey Minyard4-0/+455
2015-12-22ipmi: Add an external connection simulation interfaceCorey Minyard4-0/+481
2015-12-22ipmi: Add a local BMC simulationCorey Minyard4-0/+1729
2015-12-22Add a base IPMI interfaceCorey Minyard7-0/+309
2015-12-22pc: Group and document related PCMachineState/PCMachineclass fieldsEduardo Habkost1-12/+36
2015-12-22q35: Remove MCHPCIState.guest_info fieldEduardo Habkost2-2/+0
2015-12-22hw/i386: extend pxb query for all PC machinesMarcel Apfelbaum5-3/+5
2015-12-22hw/pxb: introduce pxb-pcie expander for PCIe machinesMarcel Apfelbaum2-15/+84
2015-12-22hw/acpi: merge pxb adjacent memory/IO rangesMarcel Apfelbaum1-49/+74
2015-12-22pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClassEduardo Habkost5-11/+14
2015-12-22pc: Remove enforce-aligned-dimm QOM propertyEduardo Habkost2-12/+0
2015-12-22pc: Move enforce_aligned_dimm to PCMachineClassEduardo Habkost4-14/+12
2015-12-22pc: Move acpi_data_size global to PCMachineClassEduardo Habkost4-15/+12
2015-12-22pc: Move legacy_acpi_table_size global to PCMachineClassEduardo Habkost2-21/+20
2015-12-22pc: Move compat boolean globals to PCMachineClassEduardo Habkost4-74/+86
2015-12-22mmap-alloc: tweak a comment on ppc64Michael S. Tsirkin1-4/+5
2015-12-22Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell11-31/+272
2015-12-22sdhci: add optional quirk property to disable card insertion/removal interruptsAndrew Baumann2-1/+5
2015-12-22sdhci: don't raise a command index error for an unexpected responseAndrew Baumann1-3/+0
2015-12-22sd: sdhci: Delete over-zealous power checkPeter Crosthwaite1-1/+1
2015-12-22scripts/gdb: Fix a python exception in mtree.pyYang Wei1-5/+5