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
2017-05-06
tcg/mips: fix field extraction opcode
Aurelien Jarno
1
-2
/
+2
2017-05-04
Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
Stefan Hajnoczi
66
-542
/
+669
2017-05-02
Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into staging
Stefan Hajnoczi
7
-257
/
+310
2017-04-29
slirp: VMStatify remaining except for loop
Dr. David Alan Gilbert
1
-29
/
+19
2017-04-29
slirp: VMStatify socket level
Dr. David Alan Gilbert
2
-80
/
+145
2017-04-29
slirp: Common lhost/fhost union
Dr. David Alan Gilbert
1
-10
/
+8
2017-04-29
slirp: VMStatify sbuf
Dr. David Alan Gilbert
2
-42
/
+78
2017-04-29
slirp: VMState conversion; tcpcb
Dr. David Alan Gilbert
2
-98
/
+57
2017-04-29
slirp: fix pinging the virtual ipv4 DNS server
Samuel Thibault
1
-2
/
+3
2017-04-29
slirp: tftp, copy sockaddr_size
Marc-André Lureau
1
-1
/
+1
2017-04-29
slirp/smb: Replace constant strings by glib string
Dr. David Alan Gilbert
1
-13
/
+17
2017-04-29
slirp: allow host port 0 for hostfwd
Vincent Bernat
1
-1
/
+1
2017-04-28
Merge remote-tracking branch 'mreitz/tags/pull-block-2017-04-28' into queue-b...
Kevin Wolf
35
-194
/
+210
2017-04-28
progress: Show current progress on SIGINFO
Max Reitz
2
-1
/
+5
2017-04-28
iotests: fix exclusion option
John Snow
1
-1
/
+2
2017-04-28
iotests: clarify help text
John Snow
1
-2
/
+6
2017-04-28
qemu-img: use blk_co_pwrite_zeroes for zero sectors when compressed
Lidong Chen
1
-30
/
+14
2017-04-28
replication: Make --disable-replication compile again
Markus Armbruster
2
-0
/
+17
2017-04-28
configure: fix trace backend list for out-of-tree builds
Greg Kurz
1
-1
/
+1
2017-04-28
Merge remote-tracking branch 'mdroth/tags/qga-pull-2017-04-25-v2-tag' into st...
Stefan Hajnoczi
14
-17
/
+393
2017-04-28
qemu-img: improve convert_iteration_sectors()
Vladimir Sementsov-Ogievskiy
1
-22
/
+10
2017-04-28
block: assert no image modification under BDRV_O_INACTIVE
Denis V. Lunev
1
-0
/
+2
2017-04-28
block: fix obvious coding style mistakes in block_int.h
Klim Kireev
1
-3
/
+3
2017-04-28
qcow2: Allow discard of final unaligned cluster
Eric Blake
3
-10
/
+21
2017-04-28
block: Add .bdrv_truncate() error messages
Max Reitz
9
-10
/
+34
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
14
-31
/
+31
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
22
-90
/
+73
2017-04-28
block/vhdx: Make vhdx_create() always set errp
Max Reitz
1
-4
/
+19
2017-04-27
qemu-img: Document backing options
Max Reitz
2
-6
/
+6
2017-04-27
qemu-img/convert: Move bs_n > 1 && -B check down
Max Reitz
2
-8
/
+9
2017-04-27
qemu-img/convert: Use @opts for one thing only
Max Reitz
1
-4
/
+6
2017-04-27
block: fix alignment calculations in bdrv_co_do_zero_pwritev
Denis V. Lunev
1
-1
/
+1
2017-04-27
block: Do not unref bs->file on error in BD's open
Max Reitz
3
-9
/
+1
2017-04-27
iotests: 109: Filter out "len" of failed jobs
Fam Zheng
3
-12
/
+20
2017-04-27
iotests: Fix typo in 026
Eric Blake
3
-3
/
+3
2017-04-27
Issue a deprecation warning if the user specifies the "-hdachs" option.
Thomas Huth
2
-2
/
+4
2017-04-27
iotests: Launch qemu-nbd with -e 42
Max Reitz
1
-1
/
+3
2017-04-27
block: Remove NULL check in bdrv_co_flush
Fam Zheng
1
-1
/
+1
2017-04-27
qemu_iotests: Remove _readlink()
Kevin Wolf
1
-18
/
+0
2017-04-27
qemu-iotests: Remove PERL_PROG and BC_PROG
Kevin Wolf
1
-6
/
+0
2017-04-27
iotests/051: Add test for empty filename
Max Reitz
3
-0
/
+7
2017-04-27
block: An empty filename counts as no filename
Max Reitz
1
-1
/
+1
2017-04-27
qemu-iotests: Test postcopy migration
Kevin Wolf
3
-0
/
+158
2017-04-27
qemu-iotests: Filter HMP readline escape characters
Kevin Wolf
13
-138
/
+147
2017-04-27
migration: Call blk_resume_after_migration() for postcopy
Kevin Wolf
1
-0
/
+8
2017-04-27
qemu-img: simplify img_convert
Peter Lieven
1
-120
/
+81
2017-04-27
Revert "block/io: Comment out permission assertions"
Max Reitz
2
-15
/
+3
2017-04-27
file-win32: Remove unnecessary include
Kevin Wolf
1
-1
/
+0
2017-04-27
file-posix: Remove unnecessary includes
Kevin Wolf
1
-2
/
+0
2017-04-27
block: Constify data passed by pointer to blk_name
Krzysztof Kozlowski
2
-2
/
+2
[next]