aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-17target-arm: A64: Add SIMD shift by immediatea64-system-sysregsAlex Bennée
2014-01-17target-arm: A64: Add simple SIMD 3-same floating point opsPeter Maydell
2014-01-17target-arm: A64: Add integer ops from SIMD 3-same groupPeter Maydell
2014-01-17target-arm: A64: Add logic ops from SIMD 3 same groupAlex Bennée
2014-01-17target-arm: A64: Add top level decode for SIMD 3-same groupPeter Maydell
2014-01-17target-arm: A64: Add SIMD scalar 3 same add, sub and compare opsPeter Maydell
2014-01-14target-arm: A64: Add SIMD three-different ABDL instructionsPeter Maydell
2014-01-14target-arm: A64: Add SIMD three-different multiply accumulate insnsPeter Maydell
2014-01-14dataplane: fix shadowed return valueStefan Hajnoczi
2014-01-14target-arm: A64: Add SIMD scalar copy instructionsPeter Maydell
2014-01-14target-arm: A64: Add SIMD modified immediate groupAlex Bennée
2014-01-14target-arm: A64: Add SIMD copy operationsAlex Bennée
2014-01-14target-arm: A64: Add SIMD across-lanes instructionsMichael Matz
2014-01-14target-arm: A64: Add SIMD ZIP/UZP/TRNMichael Matz
2014-01-14target-arm: A64: Add SIMD TBL/TBLXMichael Matz
2014-01-14target-arm: A64: Add SIMD EXTPeter Maydell
2014-01-14target-arm: A64: Add decode skeleton for SIMD data processing insnsAlex Bennée
2014-01-14target-arm: A64: Add SIMD ld/st singlePeter Maydell
2014-01-14target-arm: A64: Add SIMD ld/st multipleAlex Bennée
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
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