aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange
2015-12-18io: add helper module for creating watches on FDsDaniel P. Berrange
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange
2015-12-17rcu: optimize rcu_read_lockPaolo Bonzini
2015-12-17memory: try to inline constant-length readsPaolo Bonzini
2015-12-17memory: inline a few small accessorsPaolo Bonzini
2015-12-17memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini
2015-12-17memory: avoid unnecessary object_ref/unrefPaolo Bonzini
2015-12-17memory: reorder MemoryRegion fieldsPaolo Bonzini
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini
2015-12-17user: introduce "-d page"Paolo Bonzini
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini