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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2010-10-27
qemu-options.def: add to generated header list
Michael S. Tsirkin
2
-9
/
+5
2010-10-27
net: properly handle illegal fd/vhostfd from command line
Jason Wang
1
-5
/
+11
2010-10-27
virtio: sanity-check available index
Michael S. Tsirkin
1
-0
/
+11
2010-10-27
migration: don't segfault on invalid input
Michael S. Tsirkin
1
-0
/
+3
2010-10-23
qemu-timer: move commonly used timer code to qemu-timer-common
Blue Swirl
11
-124
/
+150
2010-10-23
rewrite i386 tests Makefile
Paolo Bonzini
3
-42
/
+91
2010-10-23
fix test_path
Paolo Bonzini
2
-3
/
+12
2010-10-23
make runcom compile on recent distributions
Paolo Bonzini
1
-7
/
+4
2010-10-23
disable test_enter on i386, it is broken
Paolo Bonzini
1
-0
/
+5
2010-10-23
unbreak "make" from vpath-built tests directory
Paolo Bonzini
1
-0
/
+1
2010-10-23
unbreak "make" from tests directory
Paolo Bonzini
1
-0
/
+1
2010-10-22
mips_fulong2e: fix ram allocation
Blue Swirl
1
-1
/
+1
2010-10-22
Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)
Stefan Weil
2
-3
/
+2
2010-10-22
Remove special handling of system include files (no longer needed)
Stefan Weil
4
-35
/
+2
2010-10-22
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-33
/
+99
2010-10-21
curses: Fix control-{@[\]^_} and ESC
Samuel Thibault
2
-3
/
+7
2010-10-21
kvm: save/restore x86-64 MSRs on x86-64 kernels
Marcelo Tosatti
1
-10
/
+20
2010-10-21
kvm: writeback SMP TSCs on migration only
Marcelo Tosatti
1
-1
/
+9
2010-10-21
kvm: factor out kvm_has_msr_star
Marcelo Tosatti
1
-11
/
+30
2010-10-21
kvm: add save/restore of MSR_VM_HSAVE_PA
Marcelo Tosatti
1
-0
/
+5
2010-10-21
Fix build on !KVM_CAP_MCE
Hidetoshi Seto
1
-2
/
+3
2010-10-21
x86, mce: broadcast mce depending on the cpu version
Hidetoshi Seto
1
-5
/
+24
2010-10-21
x86, mce: ignore SRAO only when MCG_SER_P is available
Hidetoshi Seto
1
-6
/
+10
2010-10-20
Fix pci hotplug to generate level triggered interrupt.
Gleb Natapov
1
-11
/
+17
2010-10-20
Use defines instead of numbers for pci hotplug sts bit
Gleb Natapov
1
-2
/
+4
2010-10-20
Fix memory leak in register save load due to xsave support
Marcelo Tosatti
1
-3
/
+8
2010-10-20
Add savevm/loadvm support for MCE
Marcelo Tosatti
1
-1
/
+38
2010-10-20
MCE: Relay UCR MCE to guest
Marcelo Tosatti
7
-14
/
+278
2010-10-20
Add RAM -> physical addr mapping in MCE simulation
Huang Ying
2
-0
/
+24
2010-10-20
Export qemu_ram_addr_from_host
Marcelo Tosatti
3
-11
/
+20
2010-10-20
kvm: x86: add mce support
Marcelo Tosatti
3
-0
/
+111
2010-10-20
iothread: use signalfd
Marcelo Tosatti
1
-5
/
+69
2010-10-20
signalfd compatibility
Marcelo Tosatti
4
-0
/
+179
2010-10-20
Add svm cpuid features
Joerg Roedel
3
-17
/
+75
2010-10-20
Set cpuid definition to 0 before initializing it
Joerg Roedel
1
-0
/
+2
2010-10-20
configure: Support disabling warnings in $gcc_flags
Markus Armbruster
1
-1
/
+1
2010-10-20
tcg: Fix compiler error (comparison of unsigned expression)
Stefan Weil
1
-1
/
+1
2010-10-20
wacom tablet: activate event handlers.
Gerd Hoffmann
1
-3
/
+10
2010-10-20
vmmouse: adapt to mouse handler changes.
Gerd Hoffmann
1
-10
/
+21
2010-10-20
[virtio-9p] Add support to v9fs_string_alloc_printf() for handling %lu.
Venkateswararao Jujjuri (JV)
1
-0
/
+17
2010-10-20
[virtio-9p] Use preadv/pwritev instead of readv/writev
Sanchit Garg
3
-94
/
+67
2010-10-20
[virtio-9p] Qemu 9p commandline options validity checks
Harsh Prateek Bora
2
-19
/
+33
2010-10-20
virtio-9p: Support mapped posix acl
Aneesh Kumar K.V
5
-6
/
+192
2010-10-20
virtio-9p: Use layered xattr approach
Aneesh Kumar K.V
7
-92
/
+345
2010-10-20
[virtio-9p] Ignore O_DIRECT hint from client.
Venkateswararao Jujjuri (JV)
1
-0
/
+5
2010-10-20
qemu-virtio-9p: Implement TREADLINK operation for 9p2000.L
M. Mohan Kumar
3
-0
/
+60
2010-10-20
[virtio-9p] Introduce server side TFSYNC/RFSYNC for dotl
Venkateswararao Jujjuri (JV)
3
-0
/
+36
2010-10-20
qemu-virtio9p: Implement TGETLOCK
M. Mohan Kumar
3
-0
/
+79
2010-10-20
[virto-9p] Implement TLOCK
M. Mohan Kumar
3
-0
/
+94
2010-10-20
[virtio-9p] open should not return EBADF
Sripathi Kodi
1
-1
/
+3
[next]