index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-09
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
12
-54
/
+72
2015-06-08
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
Markus Armbruster
10
-37
/
+44
2015-06-08
vl: Fail right after first bad -object
Markus Armbruster
1
-1
/
+1
2015-06-08
vl: Print -device help at most once
Markus Armbruster
1
-1
/
+1
2015-06-08
vl: Report failure to sandbox at most once
Markus Armbruster
1
-1
/
+1
2015-06-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
75
-1057
/
+1562
2015-06-08
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
4
-247
/
+358
2015-06-08
machine: Drop use of DEFAULT_RAM_SIZE in help text
Alexander Graf
1
-2
/
+1
2015-06-08
monitor: Fix QMP ABI breakage around "id"
Markus Armbruster
1
-0
/
+2
2015-06-05
update Linux headers from kvm/next
Paolo Bonzini
3
-3
/
+20
2015-06-05
atomics: add explicit compiler fence in __atomic memory barriers
Paolo Bonzini
1
-3
/
+9
2015-06-05
ich9: implement SMI_LOCK
Gerd Hoffmann
4
-1
/
+29
2015-06-05
q35: implement TSEG
Gerd Hoffmann
2
-0
/
+71
2015-06-05
q35: add test for SMRAM.D_LCK
Gerd Hoffmann
2
-0
/
+94
2015-06-05
q35: implement SMRAM.D_LCK
Gerd Hoffmann
2
-1
/
+10
2015-06-05
q35: add config space wmask for SMRAM and ESMRAMC
Gerd Hoffmann
2
-0
/
+11
2015-06-05
q35: fix ESMRAMC default
Gerd Hoffmann
2
-1
/
+7
2015-06-05
q35: implement high SMRAM
Paolo Bonzini
2
-12
/
+39
2015-06-05
hw/i386: remove smram_update
Paolo Bonzini
4
-9
/
+4
2015-06-05
target-i386: use memory API to implement SMRAM
Paolo Bonzini
14
-93
/
+68
2015-06-05
hw/i386: add a separate region that tracks the SMRAME bit
Paolo Bonzini
3
-3
/
+32
2015-06-05
target-i386: create a separate AddressSpace for each CPU
Paolo Bonzini
2
-0
/
+15
2015-06-05
vl: run "late" notifiers immediately
Paolo Bonzini
1
-0
/
+6
2015-06-05
qom: add object_property_add_const_link
Paolo Bonzini
2
-0
/
+34
2015-06-05
vl: allow full-blown QemuOpts syntax for -global
Paolo Bonzini
2
-8
/
+17
2015-06-05
pflash_cfi01: add secure property
Paolo Bonzini
1
-44
/
+67
2015-06-05
pflash_cfi01: change to new-style MMIO accessors
Paolo Bonzini
1
-86
/
+10
2015-06-05
pflash_cfi01: change big-endian property to BIT type
Paolo Bonzini
3
-6
/
+9
2015-06-05
target-i386: wake up processors that receive an SMI
Paolo Bonzini
1
-1
/
+3
2015-06-05
target-i386: set G=1 in SMM big real mode selectors
Paolo Bonzini
1
-6
/
+6
2015-06-05
target-i386: mask NMIs on entry to SMM
Paolo Bonzini
2
-9
/
+20
2015-06-05
target-i386: Use correct memory attributes for ioport accesses
Paolo Bonzini
5
-87
/
+58
2015-06-05
target-i386: Use correct memory attributes for memory accesses
Paolo Bonzini
5
-290
/
+394
2015-06-05
target-i386: introduce cpu_get_mem_attrs
Paolo Bonzini
4
-3
/
+11
2015-06-05
icount: print a warning if there is no more deadline in sleep=no mode
Victor CLEMENT
1
-0
/
+5
2015-06-05
icount: add sleep parameter to the icount option to set icount_sleep mode
Victor CLEMENT
3
-2
/
+22
2015-06-05
icount: implement a new icount_sleep mode toggleing real-time cpu sleep
Victor CLEMENT
1
-26
/
+44
2015-06-05
memory: use mr->ram_addr in "is this RAM?" assertions
Paolo Bonzini
1
-8
/
+10
2015-06-05
memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic
Stefan Hajnoczi
1
-3
/
+3
2015-06-05
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
4
-38
/
+33
2015-06-05
migration: move dirty bitmap sync to ram_addr.h
Stefan Hajnoczi
2
-44
/
+46
2015-06-05
memory: use atomic ops for setting dirty memory bits
Stefan Hajnoczi
1
-7
/
+9
2015-06-05
bitmap: add atomic test and clear
Stefan Hajnoczi
2
-0
/
+47
2015-06-05
bitmap: add atomic set functions
Stefan Hajnoczi
3
-0
/
+54
2015-06-05
memory: do not touch code dirty bitmap unless TCG is enabled
Paolo Bonzini
1
-3
/
+5
2015-06-05
exec: only check relevant bitmaps for cleanliness
Paolo Bonzini
2
-16
/
+31
2015-06-05
exec: invert return value of cpu_physical_memory_get_clean, rename
Paolo Bonzini
1
-5
/
+5
2015-06-05
exec: pass client mask to cpu_physical_memory_set_dirty_range
Paolo Bonzini
3
-27
/
+29
2015-06-05
translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_wr...
Paolo Bonzini
1
-9
/
+6
2015-06-05
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
Paolo Bonzini
3
-5
/
+3
[next]