index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
q35: implement TSEG
Gerd Hoffmann
2015-06-05
2
-0
/
+71
*
q35: add test for SMRAM.D_LCK
Gerd Hoffmann
2015-06-05
2
-0
/
+94
*
q35: implement SMRAM.D_LCK
Gerd Hoffmann
2015-06-05
2
-1
/
+10
*
q35: add config space wmask for SMRAM and ESMRAMC
Gerd Hoffmann
2015-06-05
2
-0
/
+11
*
q35: fix ESMRAMC default
Gerd Hoffmann
2015-06-05
2
-1
/
+7
*
q35: implement high SMRAM
Paolo Bonzini
2015-06-05
2
-12
/
+39
*
hw/i386: remove smram_update
Paolo Bonzini
2015-06-05
4
-9
/
+4
*
target-i386: use memory API to implement SMRAM
Paolo Bonzini
2015-06-05
14
-93
/
+68
*
hw/i386: add a separate region that tracks the SMRAME bit
Paolo Bonzini
2015-06-05
3
-3
/
+32
*
target-i386: create a separate AddressSpace for each CPU
Paolo Bonzini
2015-06-05
2
-0
/
+15
*
vl: run "late" notifiers immediately
Paolo Bonzini
2015-06-05
1
-0
/
+6
*
qom: add object_property_add_const_link
Paolo Bonzini
2015-06-05
2
-0
/
+34
*
vl: allow full-blown QemuOpts syntax for -global
Paolo Bonzini
2015-06-05
2
-8
/
+17
*
pflash_cfi01: add secure property
Paolo Bonzini
2015-06-05
1
-44
/
+67
*
pflash_cfi01: change to new-style MMIO accessors
Paolo Bonzini
2015-06-05
1
-86
/
+10
*
pflash_cfi01: change big-endian property to BIT type
Paolo Bonzini
2015-06-05
3
-6
/
+9
*
target-i386: wake up processors that receive an SMI
Paolo Bonzini
2015-06-05
1
-1
/
+3
*
target-i386: set G=1 in SMM big real mode selectors
Paolo Bonzini
2015-06-05
1
-6
/
+6
*
target-i386: mask NMIs on entry to SMM
Paolo Bonzini
2015-06-05
2
-9
/
+20
*
target-i386: Use correct memory attributes for ioport accesses
Paolo Bonzini
2015-06-05
5
-87
/
+58
*
target-i386: Use correct memory attributes for memory accesses
Paolo Bonzini
2015-06-05
5
-290
/
+394
*
target-i386: introduce cpu_get_mem_attrs
Paolo Bonzini
2015-06-05
4
-3
/
+11
*
icount: print a warning if there is no more deadline in sleep=no mode
Victor CLEMENT
2015-06-05
1
-0
/
+5
*
icount: add sleep parameter to the icount option to set icount_sleep mode
Victor CLEMENT
2015-06-05
3
-2
/
+22
*
icount: implement a new icount_sleep mode toggleing real-time cpu sleep
Victor CLEMENT
2015-06-05
1
-26
/
+44
*
memory: use mr->ram_addr in "is this RAM?" assertions
Paolo Bonzini
2015-06-05
1
-8
/
+10
*
memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic
Stefan Hajnoczi
2015-06-05
1
-3
/
+3
*
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
2015-06-05
4
-38
/
+33
*
migration: move dirty bitmap sync to ram_addr.h
Stefan Hajnoczi
2015-06-05
2
-44
/
+46
*
memory: use atomic ops for setting dirty memory bits
Stefan Hajnoczi
2015-06-05
1
-7
/
+9
*
bitmap: add atomic test and clear
Stefan Hajnoczi
2015-06-05
2
-0
/
+47
*
bitmap: add atomic set functions
Stefan Hajnoczi
2015-06-05
3
-0
/
+54
*
memory: do not touch code dirty bitmap unless TCG is enabled
Paolo Bonzini
2015-06-05
1
-3
/
+5
*
exec: only check relevant bitmaps for cleanliness
Paolo Bonzini
2015-06-05
2
-16
/
+31
*
exec: invert return value of cpu_physical_memory_get_clean, rename
Paolo Bonzini
2015-06-05
1
-5
/
+5
*
exec: pass client mask to cpu_physical_memory_set_dirty_range
Paolo Bonzini
2015-06-05
3
-27
/
+29
*
translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_wr...
Paolo Bonzini
2015-06-05
1
-9
/
+6
*
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
Paolo Bonzini
2015-06-05
3
-5
/
+3
*
translate-all: remove unnecessary argument to tb_invalidate_phys_range
Paolo Bonzini
2015-06-05
4
-9
/
+7
*
exec: move functions to translate-all.h
Paolo Bonzini
2015-06-05
4
-5
/
+11
*
exec: use memory_region_get_dirty_log_mask to optimize dirty tracking
Paolo Bonzini
2015-06-05
1
-40
/
+19
*
ram_addr: tweaks to xen_modified_memory
Paolo Bonzini
2015-06-05
2
-2
/
+4
*
kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log mask
Paolo Bonzini
2015-06-05
1
-54
/
+2
*
memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask
Paolo Bonzini
2015-06-05
1
-2
/
+18
*
kvm: accept non-mapped memory in kvm_dirty_pages_log_change
Paolo Bonzini
2015-06-05
1
-5
/
+3
*
memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
Paolo Bonzini
2015-06-05
2
-2
/
+6
*
ui/console: remove dpy_gfx_update_dirty
Paolo Bonzini
2015-06-05
2
-65
/
+0
*
framebuffer: check memory_region_is_logging
Paolo Bonzini
2015-06-05
1
-0
/
+4
*
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
2015-06-05
5
-19
/
+44
*
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
2015-06-05
7
-8
/
+27
[next]