Age | Commit message (Expand) | Author |
2015-06-05 | target-i386: use memory API to implement SMRAM | Paolo Bonzini |
2015-06-05 | hw/i386: add a separate region that tracks the SMRAME bit | Paolo Bonzini |
2015-06-05 | target-i386: create a separate AddressSpace for each CPU | Paolo Bonzini |
2015-06-05 | vl: run "late" notifiers immediately | Paolo Bonzini |
2015-06-05 | qom: add object_property_add_const_link | Paolo Bonzini |
2015-06-05 | vl: allow full-blown QemuOpts syntax for -global | Paolo Bonzini |
2015-06-05 | pflash_cfi01: add secure property | Paolo Bonzini |
2015-06-05 | pflash_cfi01: change to new-style MMIO accessors | Paolo Bonzini |
2015-06-05 | pflash_cfi01: change big-endian property to BIT type | Paolo Bonzini |
2015-06-05 | target-i386: wake up processors that receive an SMI | Paolo Bonzini |
2015-06-05 | target-i386: set G=1 in SMM big real mode selectors | Paolo Bonzini |
2015-06-05 | target-i386: mask NMIs on entry to SMM | Paolo Bonzini |
2015-06-05 | target-i386: Use correct memory attributes for ioport accesses | Paolo Bonzini |
2015-06-05 | target-i386: Use correct memory attributes for memory accesses | Paolo Bonzini |
2015-06-05 | target-i386: introduce cpu_get_mem_attrs | Paolo Bonzini |
2015-06-05 | icount: print a warning if there is no more deadline in sleep=no mode | Victor CLEMENT |
2015-06-05 | icount: add sleep parameter to the icount option to set icount_sleep mode | Victor CLEMENT |
2015-06-05 | icount: implement a new icount_sleep mode toggleing real-time cpu sleep | Victor CLEMENT |
2015-06-05 | memory: use mr->ram_addr in "is this RAM?" assertions | Paolo Bonzini |
2015-06-05 | memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic | Stefan Hajnoczi |
2015-06-05 | memory: replace cpu_physical_memory_reset_dirty() with test-and-clear | Stefan Hajnoczi |
2015-06-05 | migration: move dirty bitmap sync to ram_addr.h | Stefan Hajnoczi |
2015-06-05 | memory: use atomic ops for setting dirty memory bits | Stefan Hajnoczi |
2015-06-05 | bitmap: add atomic test and clear | Stefan Hajnoczi |
2015-06-05 | bitmap: add atomic set functions | Stefan Hajnoczi |
2015-06-05 | memory: do not touch code dirty bitmap unless TCG is enabled | Paolo Bonzini |
2015-06-05 | exec: only check relevant bitmaps for cleanliness | Paolo Bonzini |
2015-06-05 | exec: invert return value of cpu_physical_memory_get_clean, rename | Paolo Bonzini |
2015-06-05 | exec: pass client mask to cpu_physical_memory_set_dirty_range | Paolo Bonzini |
2015-06-05 | translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_wr... | Paolo Bonzini |
2015-06-05 | cputlb: remove useless arguments to tlb_unprotect_code_phys, rename | Paolo Bonzini |
2015-06-05 | translate-all: remove unnecessary argument to tb_invalidate_phys_range | Paolo Bonzini |
2015-06-05 | exec: move functions to translate-all.h | Paolo Bonzini |
2015-06-05 | exec: use memory_region_get_dirty_log_mask to optimize dirty tracking | Paolo Bonzini |
2015-06-05 | ram_addr: tweaks to xen_modified_memory | Paolo Bonzini |
2015-06-05 | kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log mask | Paolo Bonzini |
2015-06-05 | memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask | Paolo Bonzini |
2015-06-05 | kvm: accept non-mapped memory in kvm_dirty_pages_log_change | Paolo Bonzini |
2015-06-05 | memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask | Paolo Bonzini |
2015-06-05 | ui/console: remove dpy_gfx_update_dirty | Paolo Bonzini |
2015-06-05 | framebuffer: check memory_region_is_logging | Paolo Bonzini |
2015-06-05 | memory: prepare for multiple bits in the dirty log mask | Paolo Bonzini |
2015-06-05 | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo... | Paolo Bonzini |
2015-06-05 | display: add memory_region_sync_dirty_bitmap calls | Paolo Bonzini |
2015-06-05 | display: enable DIRTY_MEMORY_VGA tracking explicitly | Paolo Bonzini |
2015-06-05 | g364fb: remove pointless call to memory_region_set_coalescing | Paolo Bonzini |
2015-06-05 | memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA | Paolo Bonzini |
2015-06-05 | Makefile.target: set master BUILD_DIR | Peter Crosthwaite |
2015-06-05 | exec: optimize phys_page_set_level | Paolo Bonzini |
2015-06-05 | qemu-nbd: Switch to qemu_set_fd_handler | Fam Zheng |