aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-12-22acpi: add aml_sleep()Igor Mammedov
2015-12-22acpi: add aml_alias()Igor Mammedov
2015-12-22acpi: extend aml_shiftright() to accept target argumentIgor Mammedov
2015-12-22acpi: add aml_to_integer()Igor Mammedov
2015-12-22acpi: add aml_call0() helperIgor Mammedov
2015-12-22acpi: add aml_decrement() and aml_subtract()Igor Mammedov
2015-12-22acpi: extend aml_add() to accept target argumentIgor Mammedov
2015-12-22acpi: add aml_create_qword_field()Igor Mammedov
2015-12-22acpi: add aml_mutex(), aml_acquire(), aml_release()Xiao Guangrong
2015-12-22acpi: add aml_lgreater_equal()Igor Mammedov
2015-12-22acpi: add aml_sizeofXiao Guangrong
2015-12-22acpi: add aml_derefofXiao Guangrong
2015-12-22nvdimm acpi: build ACPI NFIT tableXiao Guangrong
2015-12-22acpi: support specified oem table id for build_headerXiao Guangrong
2015-12-22nvdimm: implement NVDIMM device abstractXiao Guangrong
2015-12-22hw/compat.h: Change indentation of HW_COMPAT_* to 4 spacesEduardo Habkost
2015-12-22pc: Change indentation of PC_COMPAT_* to 4 spacesEduardo Habkost
2015-12-22pc: Add pc-*-2.6 machine classesEduardo Habkost
2015-12-22ipmi: Add a firmware configuration repositoryCorey Minyard
2015-12-22Add a base IPMI interfaceCorey Minyard
2015-12-22pc: Group and document related PCMachineState/PCMachineclass fieldsEduardo Habkost
2015-12-22q35: Remove MCHPCIState.guest_info fieldEduardo Habkost
2015-12-22hw/i386: extend pxb query for all PC machinesMarcel Apfelbaum
2015-12-22hw/pxb: introduce pxb-pcie expander for PCIe machinesMarcel Apfelbaum
2015-12-22pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClassEduardo Habkost
2015-12-22pc: Remove enforce-aligned-dimm QOM propertyEduardo Habkost
2015-12-22pc: Move enforce_aligned_dimm to PCMachineClassEduardo Habkost
2015-12-22pc: Move acpi_data_size global to PCMachineClassEduardo Habkost
2015-12-22pc: Move legacy_acpi_table_size global to PCMachineClassEduardo Habkost
2015-12-22pc: Move compat boolean globals to PCMachineClassEduardo Habkost
2015-12-22sdhci: add optional quirk property to disable card insertion/removal interruptsAndrew Baumann
2015-12-22block-backend: add blk_get_max_iov()Stefan Hajnoczi
2015-12-22block: add BlockLimits.max_iov fieldStefan Hajnoczi
2015-12-18Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-secrets-base...Peter Maydell
2015-12-18crypto: add support for loading encrypted x509 keysDaniel P. Berrange
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange
2015-12-18util: add base64 decoding functionDaniel P. Berrange
2015-12-18block: Remove prototype of bdrv_swap from headerFam Zheng
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf
2015-12-18block: Exclude nested options only for children in append_open_options()Kevin Wolf
2015-12-18block: Allow references for backing filesKevin Wolf
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange
2015-12-18io: add QIOChannelFile classDaniel P. Berrange