summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-05hw/i386: remove smram_updatePaolo Bonzini
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini
2015-06-05hw/i386: add a separate region that tracks the SMRAME bitPaolo Bonzini
2015-06-05target-i386: create a separate AddressSpace for each CPUPaolo Bonzini
2015-06-05vl: run "late" notifiers immediatelyPaolo Bonzini
2015-06-05qom: add object_property_add_const_linkPaolo Bonzini
2015-06-05vl: allow full-blown QemuOpts syntax for -globalPaolo Bonzini
2015-06-05pflash_cfi01: add secure propertyPaolo Bonzini
2015-06-05pflash_cfi01: change to new-style MMIO accessorsPaolo Bonzini
2015-06-05pflash_cfi01: change big-endian property to BIT typePaolo Bonzini
2015-06-05target-i386: wake up processors that receive an SMIPaolo Bonzini
2015-06-05target-i386: set G=1 in SMM big real mode selectorsPaolo Bonzini
2015-06-05target-i386: mask NMIs on entry to SMMPaolo Bonzini
2015-06-05target-i386: Use correct memory attributes for ioport accessesPaolo Bonzini
2015-06-05target-i386: Use correct memory attributes for memory accessesPaolo Bonzini
2015-06-05target-i386: introduce cpu_get_mem_attrsPaolo Bonzini
2015-06-05icount: print a warning if there is no more deadline in sleep=no modeVictor CLEMENT
2015-06-05icount: add sleep parameter to the icount option to set icount_sleep modeVictor CLEMENT
2015-06-05icount: implement a new icount_sleep mode toggleing real-time cpu sleepVictor CLEMENT
2015-06-05memory: use mr->ram_addr in "is this RAM?" assertionsPaolo Bonzini
2015-06-05memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomicStefan Hajnoczi
2015-06-05memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi
2015-06-05migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi
2015-06-05memory: use atomic ops for setting dirty memory bitsStefan Hajnoczi
2015-06-05bitmap: add atomic test and clearStefan Hajnoczi
2015-06-05bitmap: add atomic set functionsStefan Hajnoczi
2015-06-05memory: do not touch code dirty bitmap unless TCG is enabledPaolo Bonzini
2015-06-05exec: only check relevant bitmaps for cleanlinessPaolo Bonzini
2015-06-05exec: invert return value of cpu_physical_memory_get_clean, renamePaolo Bonzini
2015-06-05exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini
2015-06-05translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_wr...Paolo Bonzini
2015-06-05cputlb: remove useless arguments to tlb_unprotect_code_phys, renamePaolo Bonzini
2015-06-05translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini
2015-06-05exec: move functions to translate-all.hPaolo Bonzini
2015-06-05exec: use memory_region_get_dirty_log_mask to optimize dirty trackingPaolo Bonzini
2015-06-05ram_addr: tweaks to xen_modified_memoryPaolo Bonzini
2015-06-05kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log maskPaolo Bonzini
2015-06-05memory: include DIRTY_MEMORY_MIGRATION in the dirty log maskPaolo Bonzini
2015-06-05kvm: accept non-mapped memory in kvm_dirty_pages_log_changePaolo Bonzini
2015-06-05memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini
2015-06-05ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini
2015-06-05framebuffer: check memory_region_is_loggingPaolo Bonzini
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-06-05display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini
2015-06-05g364fb: remove pointless call to memory_region_set_coalescingPaolo Bonzini
2015-06-05memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini
2015-06-05Makefile.target: set master BUILD_DIRPeter Crosthwaite
2015-06-05exec: optimize phys_page_set_levelPaolo Bonzini