summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-02-01Merge remote-tracking branch 'qmp-unstable/queue/qmp' into stagingPeter Maydell2-11/+62
2014-02-01Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140131' into st...Peter Maydell1-0/+1
2014-02-01Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014012...Peter Maydell1-0/+1
2014-01-31arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall1-0/+1
2014-01-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingPeter Maydell7-1/+154
2014-01-30Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell2-3/+5
2014-01-28virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov1-11/+0
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov1-0/+62
2014-01-26pc: Save size of RAM below 4GBEduardo Habkost1-1/+1
2014-01-26pc: ACPI: unify source of CPU hotplug IO base/lenIgor Mammedov1-0/+1
2014-01-26acpi: ich9: add CPU hotplug handling to Q35 machineIgor Mammedov2-0/+5
2014-01-26acpi: factor out common cpu hotplug code for PIIX4/Q35Igor Mammedov2-0/+49
2014-01-26piix4: add acpi pci hotplug supportMichael S. Tsirkin1-0/+5
2014-01-26pcihp: generalization of piix4 acpiMichael S. Tsirkin1-0/+72
2014-01-26pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin1-0/+14
2014-01-26Add DSDT node for AppleSMCGabriel L. Somlo1-0/+7
2014-01-24Merge remote-tracking branch 'kraxel/tags/pull-usb-2' into stagingAnthony Liguori2-0/+12
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf1-0/+8
2014-01-24block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf1-1/+0
2014-01-24block: Allow wait_serialising_requests() at any pointKevin Wolf1-0/+2
2014-01-24block: Make overlap range for serialisation dynamicKevin Wolf1-0/+4
2014-01-24block: Generalise and optimise COR serialisationKevin Wolf1-2/+3
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf1-2/+2
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini1-0/+3
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini2-3/+3
2014-01-24block: Don't use guest sector size for qemu_blockalign()Kevin Wolf2-0/+6
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf1-0/+1
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf1-0/+2
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet2-13/+19
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet1-0/+3
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet2-0/+2
2014-01-24block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet2-1/+9
2014-01-22block: Add bdrv_open_image()Max Reitz1-0/+3
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz1-1/+2
2014-01-22qemu-option: Add qemu_config_parse_qdict()Max Reitz1-0/+6
2014-01-22qdict: Add qdict_array_split()Max Reitz1-0/+1
2014-01-22qemu-io: add command completionStefan Hajnoczi1-0/+3
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi1-0/+2
2014-01-22readline: move readline to a generic locationStefan Hajnoczi2-1/+1
2014-01-22readline: decouple readline from the monitorStefan Hajnoczi1-7/+13
2014-01-17kvm: initialize qemu_host_page_sizeAlexey Kardashevskiy1-0/+1
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann2-0/+12
2014-01-15exec: Exclude non portable function for MinGWStefan Weil1-0/+2
2014-01-15Fix typo of tiemr in timer.hNamhyung Kim1-3/+3
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias7-14/+16
2014-01-13memory: syncronize kvm bitmap using bitmaps operationsJuan Quintela1-18/+36
2014-01-13memory: move bitmap synchronization to its own functionJuan Quintela1-0/+31
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela2-76/+98
2014-01-13memory: make cpu_physical_memory_reset_dirty() take a length parameterJuan Quintela1-1/+1
2014-01-13memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()Juan Quintela1-3/+2