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
2016-01-27
s390x: fix generation of event information crw
Song Shan Gong
3
-1
/
+14
2016-01-27
s390x/ioinst: set type and len for SEI response
Pierre Morel
1
-1
/
+2
2016-01-27
s390x/sclp: add device to the sysbus in sclp_realize
David Hildenbrand
1
-2
/
+6
2016-01-27
s390x/machine: make addon register fields static
Christian Borntraeger
1
-2
/
+2
2016-01-27
s390x/skeys: Fix instance and class size
Christian Borntraeger
1
-1
/
+1
2016-01-26
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160126-2' into s...
Peter Maydell
14
-135
/
+315
2016-01-26
xen: make it possible to build without the Xen PV domain builder
Ian Campbell
4
-5
/
+31
2016-01-26
xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.
Ian Campbell
2
-20
/
+6
2016-01-26
xen: Use stable library interfaces when they are available.
Ian Campbell
2
-2
/
+88
2016-01-26
xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.
Ian Campbell
8
-22
/
+56
2016-01-26
xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
Ian Campbell
3
-18
/
+19
2016-01-26
xen: Switch to libxengnttab interface for compat shims.
Ian Campbell
6
-45
/
+69
2016-01-26
xen: Switch to libxenevtchn interface for compat shims.
Ian Campbell
4
-38
/
+64
2016-01-26
xen_console: correctly cleanup primary console on teardown.
Ian Campbell
1
-5
/
+2
2016-01-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
13
-1268
/
+1663
2016-01-26
scripts/dump-guest-memory.py: Fix module docstring
Janosch Frank
1
-17
/
+18
2016-01-26
scripts/dump-guest-memory.py: Introduce multi-arch support
Janosch Frank
1
-167
/
+325
2016-01-26
scripts/dump-guest-memory.py: Cleanup functions
Janosch Frank
1
-25
/
+50
2016-01-26
scripts/dump-guest-memory.py: Improve python 3 compatibility
Janosch Frank
1
-11
/
+15
2016-01-26
scripts/dump-guest-memory.py: Make methods functions
Janosch Frank
1
-91
/
+93
2016-01-26
scripts/dump-guest-memory.py: Move constants to the top
Janosch Frank
1
-63
/
+63
2016-01-26
nbd: add missed aio_context_acquire in nbd_export_new
Denis V. Lunev
1
-0
/
+2
2016-01-26
memory: exit when hugepage allocation fails if mem-prealloc
Luiz Capitulino
1
-4
/
+7
2016-01-26
cpus: use broadcast on qemu_pause_cond
Dr. David Alan Gilbert
1
-2
/
+2
2016-01-26
scripts/kvm/kvm_stat: Add optparse description
Janosch Frank
1
-1
/
+28
2016-01-26
scripts/kvm/kvm_stat: Add interactive filtering
Janosch Frank
1
-0
/
+24
2016-01-26
scripts/kvm/kvm_stat: Fixup filtering
Janosch Frank
1
-11
/
+21
2016-01-26
scripts/kvm/kvm_stat: Fix rlimit for unprivileged users
Janosch Frank
1
-3
/
+11
2016-01-26
scripts/kvm/kvm_stat: Read event values as u64
Janosch Frank
1
-1
/
+1
2016-01-26
scripts/kvm/kvm_stat: Cleanup and pre-init perf_event_attr
Janosch Frank
1
-4
/
+7
2016-01-26
scripts/kvm/kvm_stat: Fix output formatting
Janosch Frank
1
-2
/
+2
2016-01-26
scripts/kvm/kvm_stat: Make tui function a class
Janosch Frank
1
-45
/
+80
2016-01-26
scripts/kvm/kvm_stat: Remove unneeded X86_EXIT_REASONS
Janosch Frank
1
-5
/
+0
2016-01-26
scripts/kvm/kvm_stat: Group arch specific data
Janosch Frank
1
-58
/
+67
2016-01-26
scripts/kvm/kvm_stat: Cleanup of Event class
Janosch Frank
1
-24
/
+43
2016-01-26
scripts/kvm/kvm_stat: Cleanup of Groups class
Janosch Frank
1
-5
/
+5
2016-01-26
scripts/kvm/kvm_stat: Cleanup of Stats class
Janosch Frank
1
-21
/
+31
2016-01-26
scripts/kvm/kvm_stat: Encapsulate filters variable
Janosch Frank
1
-9
/
+14
2016-01-26
scripts/kvm/kvm_stat: Cleanup cpu list retrieval
Janosch Frank
1
-11
/
+20
2016-01-26
scripts/kvm/kvm_stat: Cleanup of TracepointProvider
Janosch Frank
1
-19
/
+21
2016-01-26
scripts/kvm/kvm_stat: Introduce properties for providers
Janosch Frank
1
-8
/
+19
2016-01-26
scripts/kvm/kvm_stat: Rename _perf_event_open
Janosch Frank
1
-2
/
+2
2016-01-26
scripts/kvm/kvm_stat: Make cpu detection a function
Janosch Frank
1
-15
/
+15
2016-01-26
scripts/kvm/kvm_stat: Cleanup of platform detection
Janosch Frank
1
-16
/
+13
2016-01-26
scripts/kvm/kvm_stat: Set sensible no. files rlimit
Janosch Frank
1
-2
/
+9
2016-01-26
scripts/kvm/kvm_stat: Fixup syscall error reporting
Janosch Frank
1
-5
/
+4
2016-01-26
scripts/kvm/kvm_stat: Moved DebugfsProvider
Janosch Frank
1
-12
/
+12
2016-01-26
scripts/kvm/kvm_stat: Rename variables that redefine globals
Janosch Frank
1
-11
/
+12
2016-01-26
scripts/kvm/kvm_stat: Fix spaces around keyword assignments
Janosch Frank
1
-31
/
+31
2016-01-26
scripts/kvm/kvm_stat: Introduce main function
Janosch Frank
1
-71
/
+82
[next]