aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-22qemu-iotests: Clean up all extents for vmdkFam Zheng
2014-01-22qemu-iotests: Add _unsupported_imgopts for vmdk subformatsFam Zheng
2014-01-22qemu-iotests: Introduce _unsupported_imgoptsFam Zheng
2014-01-22rbd: switch from pipe to QEMUBH completion notificationStefan Hajnoczi
2014-01-20gtk: Support keyboard translation for hosts running WindowsStefan Weil
2014-01-20kvm: always update the MPX model specific registerPaolo Bonzini
2014-01-20seccomp: add some basic shared memory syscalls to the whitelistPaul Moore
2014-01-20seccomp: add mkdir() and fchmod() to the whitelistPaul Moore
2014-01-20hda-codec: disable streams on resetGerd Hoffmann
2014-01-17Revert "error: Don't use error_report() for assertion msgs."Peter Crosthwaite
2014-01-17tests: Add libqemustub to qom-interface-checkPeter Crosthwaite
2014-01-16scsi: Support TEST UNIT READY in the dummy LUN0Paolo Bonzini
2014-01-16usb-hid: add microsoft os descriptor supportGerd Hoffmann
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann
2014-01-15KVM: fix addr type for KVM_IOEVENTFDAlexey Kardashevskiy
2014-01-15KVM: Retry KVM_CREATE_VM on EINTRthomas knych
2014-01-15block: add .bdrv_reopen_prepare() stub for iscsiJeff Cody
2014-01-15virtio-scsi: Prevent assertion on missed eventsEric Farman
2014-01-15virtio-scsi: Cleanup of I/Os that never startedEric Farman
2014-01-15scsi: Assign cancel_io vector for scsi_disk_emulate_opsPaolo Bonzini
2014-01-15SPARC: Fix LEON3 power down instructionSebastian Huber
2014-01-15error: Don't use error_report() for assertion msgs.Peter Crosthwaite
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-14Microblaze: Convert Microblaze-pic handling to GPIOsAlistair Francis
2014-01-14target-arm: Switch ARMCPUInfo arrays to use terminator entriesPeter Maydell
2014-01-13Merge remote-tracking branch 'quintela/tags/migration/20140113' into stagingAnthony Liguori
2014-01-13migration: synchronize memory bitmap 64bits at a timeJuan Quintela
2014-01-13ram: split function that synchronizes a rangeJuan Quintela
2014-01-13memory: syncronize kvm bitmap using bitmaps operationsJuan Quintela
2014-01-13memory: move bitmap synchronization to its own functionJuan Quintela
2014-01-13kvm: refactor start address calculationJuan Quintela
2014-01-13kvm: use directly cpu_physical_memory_* api for tracking dirty pagesJuan Quintela
2014-01-13memory: unfold memory_region_test_and_clear()Juan Quintela
2014-01-13memory: split cpu_physical_memory_* functions to its own includeJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_tracking() should return voidJuan 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
2014-01-13memory: unfold cpu_physical_memory_set_dirty_flag()Juan Quintela
2014-01-13memory: unfold cpu_physical_memory_set_dirty() in its only userJuan Quintela
2014-01-13memory: unfold cpu_physical_memory_clear_dirty_flag() in its only userJuan Quintela
2014-01-13memory: split dirty bitmap into threeJuan Quintela
2014-01-13bitmap: Add bitmap_zero_extend operationJuan Quintela
2014-01-13memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela
2014-01-13memory: only resize dirty bitmap when memory size increasesJuan Quintela