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
2014-11-03
ahci: Correct PIO/D2H FIS responses
John Snow
1
-23
/
+25
2014-11-03
block/iscsi: check for oversized requests
Peter Lieven
1
-0
/
+12
2014-11-03
block/iscsi: use sector_limits_lun2qemu throughout iscsi_refresh_limits
Peter Lieven
1
-10
/
+10
2014-11-03
block: avoid creating oversized writes in multiwrite_merge
Peter Lieven
1
-0
/
+5
2014-11-03
block/iscsi: set max_transfer_length
Peter Lieven
1
-2
/
+15
2014-11-03
BlockLimits: introduce max_transfer_length
Peter Lieven
2
-0
/
+7
2014-11-03
util: introduce MIN_NON_ZERO
Peter Lieven
1
-0
/
+6
2014-11-03
MAINTAINERS: update xtensa boards
Max Filippov
1
-3
/
+4
2014-11-03
target-xtensa: fix build for cores w/o windowed registers
Max Filippov
1
-12
/
+19
2014-11-03
target-xtensa: add core importing script
Max Filippov
1
-0
/
+53
2014-11-03
hw/xtensa/xtfpga: treat uImage load address as virtual
Max Filippov
1
-1
/
+1
2014-11-03
hw/core/loader: implement address translation in uimage loader
Max Filippov
11
-14
/
+32
2014-11-03
target-xtensa: avoid duplicate timer interrupt delivery
Max Filippov
1
-2
/
+2
2014-11-03
target-xtensa: tests: pre-process tests linker script
Max Filippov
3
-115
/
+137
2014-11-03
target-xtensa: add definition for XTHAL_INTTYPE_PROFILING
Max Filippov
2
-0
/
+2
2014-11-02
tcg/mips: fix store softmmu slow path
Aurelien Jarno
1
-1
/
+1
2014-11-02
vdi: wrapped uuid_unparse() in #ifdef
SeokYeon Hwang
1
-0
/
+2
2014-11-02
tap: fix possible fd leak in net_init_tap
Gonglei
1
-0
/
+3
2014-11-02
tap: do not close(fd) in net_init_tap_one
Gonglei
1
-1
/
+0
2014-11-02
target-i386: Remove unused model_features_t struct
Eduardo Habkost
1
-8
/
+0
2014-11-02
tap_int.h: remove repeating NETWORK_SCRIPT defines
Gonglei
1
-3
/
+0
2014-11-02
os-posix: reorder parent notification for -daemonize
Michael Tokarev
1
-9
/
+10
2014-11-02
pidfile: stop making pidfile error a special case
Michael Tokarev
4
-30
/
+9
2014-11-02
os-posix: replace goto again with a proper loop
Michael Tokarev
1
-10
/
+6
2014-11-02
os-posix: use global daemon_pipe instead of cryptic fds[1]
Michael Tokarev
1
-4
/
+6
2014-11-02
dump: Fix dump-guest-memory termination and use-after-close
Gonglei
1
-7
/
+4
2014-11-02
virtio-9p-proxy: improve error messages in connect_namedsocket()
Michael Tokarev
1
-2
/
+2
2014-11-02
virtio-9p-proxy: fix error return in proxy_init()
Michael Tokarev
1
-2
/
+4
2014-11-02
virtio-9p-proxy: Fix sockfd leak
Michael Tokarev
1
-0
/
+1
2014-11-02
target-tricore: check return value before using it
zhanghailiang
1
-1
/
+1
2014-11-02
net/slirp: specify logbase for smbd
Michael Tokarev
1
-2
/
+2
2014-11-02
Revert "os-posix: report error message when lock file failed"
Michael Tokarev
1
-2
/
+0
2014-11-02
util: Improve os_mem_prealloc error message
Michal Privoznik
1
-1
/
+2
2014-11-02
sparse: fix build
Gerd Hoffmann
1
-0
/
+1
2014-11-02
target-arm: A64: remove redundant store
Alex Bennée
1
-1
/
+0
2014-11-02
target-xtensa: mark XtensaConfig structs as unused
Peter Maydell
3
-3
/
+3
2014-11-02
bitmap.h: Don't include qemu-common.h
Eduardo Habkost
1
-1
/
+5
2014-11-02
bitops.h: Don't include qemu-common.h
Eduardo Habkost
1
-1
/
+3
2014-11-02
tests: Add missing include to test-bitops.c
Eduardo Habkost
1
-0
/
+1
2014-10-31
virtio-scsi: fix dataplane
Paolo Bonzini
1
-1
/
+2
2014-10-31
ivshmem: use error_report
Andrew Jones
1
-27
/
+25
2014-10-31
ivshmem: Fix fd leak on error
Andreas Färber
1
-0
/
+1
2014-10-31
ivshmem: Fix potential OOB r/w access
Sebastian Krahmer
1
-4
/
+23
2014-10-31
ivshmem: validate incoming_posn value from server
Stefan Hajnoczi
1
-0
/
+8
2014-10-31
ivshmem: Check ivshmem_read() size argument
Stefan Hajnoczi
1
-2
/
+28
2014-10-31
i386: fix breakpoints handling in icount mode
Pavel Dovgalyuk
1
-1
/
+2
2014-10-31
kvm_stat: Add powerpc support
Michael Ellerman
1
-2
/
+16
2014-10-31
kvm_stat: Abstract ioctl numbers
Michael Ellerman
1
-3
/
+9
2014-10-31
kvm_stat: Rework platform detection
Michael Ellerman
1
-14
/
+27
2014-10-31
kvm_stat: Fix the non-x86 exit reasons
Michael Ellerman
1
-27
/
+30
[prev]
[next]