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
2016-07-20
block: Switch BlockRequest to byte-based
Eric Blake
1
-32
/
+30
2016-07-20
block: Convert bdrv_discard() to byte-based
Eric Blake
4
-15
/
+13
2016-07-20
block: Convert bdrv_co_discard() to byte-based
Eric Blake
5
-36
/
+42
2016-07-20
iscsi: Rely on block layer to break up large requests
Eric Blake
1
-10
/
+4
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
4
-22
/
+19
2016-07-20
nbd: Rely on block layer to break up large requests
Eric Blake
2
-52
/
+11
2016-07-20
block: Fragment writes to max transfer length
Eric Blake
1
-2
/
+33
2016-07-20
raw_bsd: Don't advertise flags not supported by protocol layer
Eric Blake
1
-2
/
+4
2016-07-20
block: Fragment reads to max transfer length
Eric Blake
1
-20
/
+33
2016-07-20
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160719'...
Peter Maydell
2
-2
/
+5
2016-07-20
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160719-2' i...
Peter Maydell
9
-40
/
+516
2016-07-19
arm_gicv3: Add assert()s to tell Coverity that offsets are aligned
Peter Maydell
1
-0
/
+4
2016-07-19
target-arm: Fix unreachable code in gicv3_class_name()
Peter Maydell
1
-2
/
+1
2016-07-19
disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers
Peter Maydell
2
-1
/
+2
2016-07-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
14
-106
/
+280
2016-07-19
Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20160718-1' in...
Peter Maydell
1
-1
/
+4
2016-07-19
linux-user: AArch64 has sync_file_range, not sync_file_range2
Peter Maydell
1
-2
/
+1
2016-07-19
linux-user: Fix type for SIOCATMARK ioctl
Peter Maydell
1
-1
/
+1
2016-07-19
linux-user: define missing sparc syscalls
Laurent Vivier
1
-0
/
+3
2016-07-19
linux-user: Fix terminal control ioctls
Timothy Pearson
1
-6
/
+6
2016-07-19
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20160719-1' into s...
Peter Maydell
2
-8
/
+28
2016-07-19
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...
Peter Maydell
4
-0
/
+0
2016-07-19
linux-user: Add some new blk ioctls
Peter Maydell
2
-0
/
+40
2016-07-19
linux-user: Handle short lengths in host_to_target_sockaddr()
Peter Maydell
1
-2
/
+9
2016-07-19
linux-user: Forget about synchronous signal once it is delivered
Peter Maydell
1
-4
/
+4
2016-07-19
linux-user: Correct type for LOOP_GET_STATUS{,64} ioctls
Peter Maydell
2
-6
/
+7
2016-07-19
linux-user: Correct type for BLKSSZGET
Peter Maydell
1
-1
/
+1
2016-07-19
linux-user: Add loop control ioctls
Peter Maydell
3
-1
/
+18
2016-07-19
linux-user: Check sigsetsize argument to syscalls
Peter Maydell
1
-1
/
+46
2016-07-19
linux-user: add nested netlink types
Laurent Vivier
1
-4
/
+316
2016-07-19
linux-user: convert sockaddr_ll from host to target
Laurent Vivier
1
-0
/
+5
2016-07-19
linux-user: add fd_trans helper in do_recvfrom()
Laurent Vivier
1
-0
/
+3
2016-07-19
linux-user: fix netlink memory corruption
Laurent Vivier
1
-8
/
+24
2016-07-19
linux-user: fd_trans_*_data() returns the length
Laurent Vivier
1
-4
/
+32
2016-07-19
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
5
-12
/
+22
2016-07-19
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
12
-121
/
+125
2016-07-19
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
37
-139
/
+641
2016-07-19
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160718.0' i...
Peter Maydell
1
-0
/
+1
2016-07-19
Update OpenBIOS images to e79bca6 built from submodule.
Mark Cave-Ayland
4
-0
/
+0
2016-07-19
target-i386: Remove redundant HF_SOFTMMU_MASK
Sergey Fedorov
3
-14
/
+4
2016-07-19
block/iscsi: allow caching of the allocation map
Peter Lieven
1
-58
/
+192
2016-07-19
block/iscsi: fix rounding in iscsi_allocationmap_set
Peter Lieven
1
-3
/
+5
2016-07-19
Move README to markdown
Pranith Kumar
1
-21
/
+20
2016-07-18
block: ignore flush requests when storage is clean
Evgeny Yakovlev
9
-113
/
+32
2016-07-18
tests: in IDE and AHCI tests perform DMA write before flushing
Evgeny Yakovlev
2
-2
/
+75
2016-07-18
ide: set retry_unit for PIO and FLUSH requests
Evgeny Yakovlev
1
-0
/
+2
2016-07-18
ide: refactor retry_unit set and clear into separate function
Evgeny Yakovlev
1
-6
/
+16
2016-07-18
trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state
Lluís Vilanova
6
-43
/
+203
2016-07-18
trace: Allow event name pattern in "info trace-events"
Lluís Vilanova
3
-4
/
+36
2016-07-18
trace: Conditionally trace events based on their per-vCPU state
Lluís Vilanova
6
-29
/
+57
[next]