aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-01-31arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall
2014-01-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingPeter Maydell
2014-01-30Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell
2014-01-26pc: Save size of RAM below 4GBEduardo Habkost
2014-01-26pc: ACPI: unify source of CPU hotplug IO base/lenIgor Mammedov
2014-01-26acpi: ich9: add CPU hotplug handling to Q35 machineIgor Mammedov
2014-01-26acpi: factor out common cpu hotplug code for PIIX4/Q35Igor Mammedov
2014-01-26piix4: add acpi pci hotplug supportMichael S. Tsirkin
2014-01-26pcihp: generalization of piix4 acpiMichael S. Tsirkin
2014-01-26pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin
2014-01-26Add DSDT node for AppleSMCGabriel L. Somlo
2014-01-24Merge remote-tracking branch 'kraxel/tags/pull-usb-2' into stagingAnthony Liguori
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf
2014-01-24block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf
2014-01-24block: Allow wait_serialising_requests() at any pointKevin Wolf
2014-01-24block: Make overlap range for serialisation dynamicKevin Wolf
2014-01-24block: Generalise and optimise COR serialisationKevin Wolf
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini
2014-01-24block: Don't use guest sector size for qemu_blockalign()Kevin Wolf
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet
2014-01-24block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet
2014-01-22block: Add bdrv_open_image()Max Reitz
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2014-01-22qemu-option: Add qemu_config_parse_qdict()Max Reitz
2014-01-22qdict: Add qdict_array_split()Max Reitz
2014-01-22qemu-io: add command completionStefan Hajnoczi
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi
2014-01-22readline: move readline to a generic locationStefan Hajnoczi
2014-01-22readline: decouple readline from the monitorStefan Hajnoczi
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann
2014-01-15exec: Exclude non portable function for MinGWStefan Weil
2014-01-15Fix typo of tiemr in timer.hNamhyung Kim
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-13memory: syncronize kvm bitmap using bitmaps operationsJuan Quintela
2014-01-13memory: move bitmap synchronization to its own functionJuan Quintela
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela
2014-01-13memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()Juan Quintela
2014-01-13memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operationsJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() now uses bitmap operationsJuan Quintela
2014-01-13memory: use find_next_bit() to find dirty bitsJuan Quintela
2014-01-13memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela
2014-01-13memory: cpu_physical_memory_get_dirty() is used as returning a boolJuan Quintela
2014-01-13memory: make cpu_physical_memory_get_dirty() the main functionJuan Quintela