aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
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: make sure that client is always inside rangeJuan Quintela
2014-01-13memory: use bit 2 for migrationJuan Quintela
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela
2014-01-13memory: set single dirty flags when possibleJuan Quintela
2014-01-13memory: all users of cpu_physical_memory_get_dirty used only one flagJuan Quintela
2014-01-13memory: make cpu_physical_memory_is_dirty return boolJuan Quintela
2014-01-13exec: create function to get a single dirty bitJuan Quintela
2014-01-13memory: create function to set a single dirty bitJuan Quintela
2014-01-13memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela
2014-01-13bitmap: use long as indexJuan Quintela
2014-01-13migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost
2014-01-10Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell
2014-01-08softfloat: Add float32_to_uint64()Tom Musta
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell
2014-01-08softfloat: Add 16 bit integer to float conversionsPeter Maydell
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall
2014-01-06qerror: Remove assert_no_error()Peter Crosthwaite
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2014-01-06hw: Remove assert_no_error usagesPeter Crosthwaite
2014-01-06error: Add error_abortPeter Crosthwaite
2014-01-06monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil
2014-01-01pxa27x: Reduce size of keyboard matrix mappingStefan Weil