summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-13memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operationsJuan Quintela1-6/+4
2014-01-13memory: cpu_physical_memory_set_dirty_range() now uses bitmap operationsJuan Quintela1-12/+7
2014-01-13memory: use find_next_bit() to find dirty bitsJuan Quintela1-10/+6
2014-01-13memory: s/mask/clear/ cpu_physical_memory_mask_dirty_rangeJuan Quintela1-3/+3
2014-01-13memory: cpu_physical_memory_get_dirty() is used as returning a boolJuan Quintela1-7/+8
2014-01-13memory: make cpu_physical_memory_get_dirty() the main functionJuan Quintela1-17/+19
2014-01-13memory: unfold cpu_physical_memory_set_dirty_flag()Juan Quintela1-3/+6
2014-01-13memory: unfold cpu_physical_memory_set_dirty() in its only userJuan Quintela1-8/+3
2014-01-13memory: unfold cpu_physical_memory_clear_dirty_flag() in its only userJuan Quintela1-8/+2
2014-01-13memory: split dirty bitmap into threeJuan Quintela3-12/+10
2014-01-13bitmap: Add bitmap_zero_extend operationJuan Quintela1-0/+9
2014-01-13memory: cpu_physical_memory_clear_dirty_flag() result is never usedJuan Quintela1-2/+2
2014-01-13memory: make sure that client is always inside rangeJuan Quintela1-0/+4
2014-01-13memory: use bit 2 for migrationJuan Quintela1-1/+2
2014-01-13memory: cpu_physical_memory_mask_dirty_range() always clears a single flagJuan Quintela2-25/+18
2014-01-13memory: cpu_physical_memory_set_dirty_range() always dirty all flagsJuan Quintela1-9/+2
2014-01-13memory: set single dirty flags when possibleJuan Quintela1-1/+3
2014-01-13memory: all users of cpu_physical_memory_get_dirty used only one flagJuan Quintela1-7/+2
2014-01-13memory: make cpu_physical_memory_is_dirty return boolJuan Quintela1-2/+6
2014-01-13exec: create function to get a single dirty bitJuan Quintela1-0/+6
2014-01-13memory: create function to set a single dirty bitJuan Quintela1-0/+6
2014-01-13memory: cpu_physical_memory_set_dirty_flags() result is never usedJuan Quintela1-2/+2
2014-01-13bitmap: use long as indexJuan Quintela2-45/+46
2014-01-13migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost1-0/+11
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost1-0/+4
2014-01-10Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori3-67/+23
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori4-6/+19
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori6-7/+36
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-4/+4
2014-01-08softfloat: Add support for ties-away roundingPeter Maydell1-1/+2
2014-01-08softfloat: Add float16 <=> float64 conversion functionsPeter Maydell1-0/+2
2014-01-08softfloat: Provide complete set of accessors for fp statePeter Maydell1-3/+36
2014-01-08softfloat: Add float32_to_uint64()Tom Musta1-0/+1
2014-01-08softfloat: Make the int-to-float functions take exact-width typesPeter Maydell1-13/+13
2014-01-08softfloat: Add 16 bit integer to float conversionsPeter Maydell1-0/+21
2014-01-08softfloat: Add float to 16bit integer conversions.Will Newton1-0/+4
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall1-1/+1
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil1-2/+2
2014-01-01pxa27x: Reduce size of keyboard matrix mappingStefan Weil1-2/+2
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao1-1/+2
2013-12-24icc_bus: QOM'ify ICCxiaoqiang zhao1-1/+1
2013-12-24apic: QOM'ify APICxiaoqiang zhao1-1/+1
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi1-2/+0
2013-12-24qom: Do not register interface "types" in the type table and fix namesPaolo Bonzini1-0/+1
2013-12-24qom: Split out object and class cachesPeter Crosthwaite1-1/+2
2013-12-24qdev: Document that pointer properties kill device_addMarkus Armbruster1-0/+17
2013-12-23piix: fix 32bit pci holeGerd Hoffmann1-0/+1
2013-12-23qdev: switch reset to post-orderPaolo Bonzini1-1/+1