Age | Commit message (Expand) | Author |
2014-01-26 | pcihp: generalization of piix4 acpi | Michael S. Tsirkin |
2014-01-26 | pci: add pci_for_each_bus_depth_first | Michael S. Tsirkin |
2014-01-26 | Add DSDT node for AppleSMC | Gabriel L. Somlo |
2014-01-24 | Merge remote-tracking branch 'kraxel/tags/pull-usb-2' into staging | Anthony Liguori |
2014-01-24 | qemu-iotests: Test pwritev RMW logic | Kevin Wolf |
2014-01-24 | block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper | Kevin Wolf |
2014-01-24 | block: Allow wait_serialising_requests() at any point | Kevin Wolf |
2014-01-24 | block: Make overlap range for serialisation dynamic | Kevin Wolf |
2014-01-24 | block: Generalise and optimise COR serialisation | Kevin Wolf |
2014-01-24 | block: Switch BdrvTrackedRequest to byte granularity | Kevin Wolf |
2014-01-24 | raw: Probe required direct I/O alignment | Paolo Bonzini |
2014-01-24 | block: rename buffer_alignment to guest_block_size | Paolo Bonzini |
2014-01-24 | block: Don't use guest sector size for qemu_blockalign() | Kevin Wolf |
2014-01-24 | block: Update BlockLimits when they might have changed | Kevin Wolf |
2014-01-24 | block: Move initialisation of BlockLimits to bdrv_refresh_limits() | Kevin Wolf |
2014-01-24 | block: Create authorizations mechanism for external snapshot and resize. | Benoît Canet |
2014-01-24 | qmp: Allow to change password on named block driver states. | Benoît Canet |
2014-01-24 | qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes. | Benoît Canet |
2014-01-24 | block: Add bs->node_name to hold the name of a bs node of the bs graph. | Benoît Canet |
2014-01-22 | block: Add bdrv_open_image() | Max Reitz |
2014-01-22 | block: Allow reference for bdrv_file_open() | Max Reitz |
2014-01-22 | qemu-option: Add qemu_config_parse_qdict() | Max Reitz |
2014-01-22 | qdict: Add qdict_array_split() | Max Reitz |
2014-01-22 | qemu-io: add command completion | Stefan Hajnoczi |
2014-01-22 | osdep: add qemu_set_tty_echo() | Stefan Hajnoczi |
2014-01-22 | readline: move readline to a generic location | Stefan Hajnoczi |
2014-01-22 | readline: decouple readline from the monitor | Stefan Hajnoczi |
2014-01-21 | s390-sclp: SCLP Event integration | Jason J. Herne |
2014-01-21 | s390-sclp: SCLP CPU Info | Jason J. Herne |
2014-01-21 | s390-sclp: Define New SCLP Codes | Jason J. Herne |
2014-01-17 | kvm: initialize qemu_host_page_size | Alexey Kardashevskiy |
2014-01-16 | usb: add support for microsoft os descriptors | Gerd Hoffmann |
2014-01-15 | exec: Exclude non portable function for MinGW | Stefan Weil |
2014-01-15 | Fix typo of tiemr in timer.h | Namhyung Kim |
2014-01-14 | Merge remote branch 'luiz/queue/qmp' into qmpq | Edgar E. Iglesias |
2014-01-13 | memory: syncronize kvm bitmap using bitmaps operations | Juan Quintela |
2014-01-13 | memory: move bitmap synchronization to its own function | Juan Quintela |
2014-01-13 | memory: split cpu_physical_memory_* functions to its own include | Juan Quintela |
2014-01-13 | memory: make cpu_physical_memory_reset_dirty() take a length parameter | Juan Quintela |
2014-01-13 | memory: s/dirty/clean/ in cpu_physical_memory_is_dirty() | Juan Quintela |
2014-01-13 | memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operations | Juan Quintela |
2014-01-13 | memory: cpu_physical_memory_set_dirty_range() now uses bitmap operations | Juan Quintela |
2014-01-13 | memory: use find_next_bit() to find dirty bits | Juan Quintela |
2014-01-13 | memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range | Juan Quintela |
2014-01-13 | memory: cpu_physical_memory_get_dirty() is used as returning a bool | Juan Quintela |
2014-01-13 | memory: make cpu_physical_memory_get_dirty() the main function | Juan Quintela |
2014-01-13 | memory: unfold cpu_physical_memory_set_dirty_flag() | Juan Quintela |
2014-01-13 | memory: unfold cpu_physical_memory_set_dirty() in its only user | Juan Quintela |
2014-01-13 | memory: unfold cpu_physical_memory_clear_dirty_flag() in its only user | Juan Quintela |
2014-01-13 | memory: split dirty bitmap into three | Juan Quintela |