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
2012-08-15
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
10
-13
/
+20
2012-08-15
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
22
-96
/
+776
2012-08-15
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
3
-19
/
+42
2012-08-15
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
3
-24
/
+14
2012-08-15
ivshmem, qdev-monitor: fix order of qerror parameters
Alberto Garcia
2
-2
/
+3
2012-08-15
iov_send_recv(): Handle zero bytes case even if OS does not
Peter Maydell
1
-0
/
+7
2012-08-15
framebuffer: Fix spelling in comment (leight -> height)
Stefan Weil
1
-1
/
+1
2012-08-15
Spelling fix in comment (peripherans -> peripherals)
Stefan Weil
1
-1
/
+1
2012-08-15
docs: Fix spelling (propery -> property)
Stefan Weil
1
-1
/
+1
2012-08-15
trace: Fix "Qemu" -> "QEMU"
Stefan Weil
1
-1
/
+1
2012-08-15
cputlb.c: Fix out of date comment
Peter Maydell
1
-1
/
+3
2012-08-15
ehci: fix assertion typo
Alejandro Martinez Ruiz
1
-1
/
+1
2012-08-15
Makefile: Avoid explicit list of directories in clean target
Peter Maydell
1
-5
/
+2
2012-08-15
qemu-iotests: Fix 030 after switch to GenericError
Kevin Wolf
1
-4
/
+2
2012-08-15
block: Flush parent to OS with cache=unsafe
Kevin Wolf
1
-1
/
+2
2012-08-15
iscsi: Fix NULL dereferences / races between task completion and abort
Stefan Priebe
1
-32
/
+23
2012-08-15
monitor: Clean up fd sets on monitor disconnect
Corey Bryant
1
-1
/
+22
2012-08-15
block: Enable qemu_open/close to work with fd sets
Corey Bryant
9
-5
/
+251
2012-08-15
block: Convert close calls to qemu_close
Corey Bryant
8
-24
/
+30
2012-08-15
block: Convert open calls to qemu_open
Corey Bryant
6
-28
/
+26
2012-08-15
block: Prevent detection of /dev/fdset/ as floppy
Corey Bryant
1
-1
/
+3
2012-08-15
qapi: Introduce add-fd, remove-fd, query-fdsets
Corey Bryant
3
-0
/
+409
2012-08-15
qemu-char: Add MSG_CMSG_CLOEXEC flag to recvmsg
Corey Bryant
1
-2
/
+10
2012-08-14
update-linux-headers.sh: Pull in asm-generic/kvm_para.h
Peter Maydell
1
-0
/
+5
2012-08-14
kvmvapic: Disable if there is insufficient memory
Jan Kiszka
1
-1
/
+3
2012-08-14
kvm: i8254: Finish time conversion fix
Jan Kiszka
1
-4
/
+10
2012-08-14
kvm: i8254: Cache kernel clock offset in KVMPITState
Jan Kiszka
1
-14
/
+24
2012-08-14
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
25
-1792
/
+1978
2012-08-14
Merge branch 'linux-user.next' of git://git.linaro.org/people/pmaydell/qemu-arm
Blue Swirl
8
-92
/
+206
2012-08-14
linux-user: ARM: Ignore immediate value for svc in thumb mode
Alexander Graf
1
-2
/
+1
2012-08-14
linux-user: Use init_guest_space when -R and -B are specified
Meador Inge
3
-44
/
+56
2012-08-14
linux-user: Factor out guest space probing into a function
Meador Inge
2
-33
/
+90
2012-08-14
flatload: fix bss clearing
Mike Frysinger
1
-1
/
+1
2012-08-14
linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type
Jing Huang
1
-4
/
+16
2012-08-14
linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option
Jing Huang
1
-0
/
+20
2012-08-14
linux-user: pass sockaddr from host to target
Jing Huang
1
-3
/
+13
2012-08-14
x86: switch to AREG0 free mode
Blue Swirl
11
-200
/
+151
2012-08-14
x86: avoid AREG0 in segmentation helpers
Blue Swirl
4
-160
/
+150
2012-08-14
x86: avoid AREG0 for misc helpers
Blue Swirl
4
-83
/
+84
2012-08-14
x86: use wrappers for memory access helpers
Blue Swirl
3
-103
/
+126
2012-08-14
x86: avoid AREG0 for SMM helpers
Blue Swirl
4
-13
/
+6
2012-08-14
x86: avoid AREG0 for SVM helpers
Blue Swirl
4
-115
/
+110
2012-08-14
x86: avoid AREG0 for integer helpers
Blue Swirl
5
-71
/
+88
2012-08-14
x86: avoid AREG0 for condition code helpers
Blue Swirl
10
-169
/
+179
2012-08-14
x86: avoid AREG0 for FPU helpers
Blue Swirl
8
-876
/
+968
2012-08-14
Merge remote-tracking branch 'kraxel/seabios-5a02306' into staging
Anthony Liguori
2
-0
/
+0
2012-08-14
MAINTAINERS: Update email address for Stefan Hajnoczi
Stefan Hajnoczi
1
-2
/
+2
2012-08-14
trace/simple: Replace asprintf by g_strdup_printf
Stefan Weil
1
-10
/
+4
2012-08-14
trace/simple: Fix compiler warning for 32 bit hosts
Stefan Weil
1
-1
/
+1
2012-08-14
trace: avoid pointer aliasing in trace_record_finish()
Harsh Prateek Bora
1
-5
/
+4
[next]