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-04-30
curl: Remove unnecessary use of goto
Matthew Booth
1
-28
/
+27
2014-04-30
curl: Fix long line
Matthew Booth
1
-1
/
+2
2014-04-30
block/vdi: Error out immediately in vdi_create()
Max Reitz
1
-1
/
+6
2014-04-30
block/bochs: Fix error handling for seek_to_sector()
Max Reitz
1
-9
/
+14
2014-04-30
qcow2: Check min_size in qcow2_grow_l1_table()
Max Reitz
1
-0
/
+7
2014-04-30
qcow2: Catch bdrv_getlength() error
Max Reitz
1
-0
/
+5
2014-04-30
block: Use correct width in format strings
Max Reitz
6
-24
/
+28
2014-04-30
qcow2: Avoid overflow in alloc_clusters_noref()
Max Reitz
1
-0
/
+7
2014-04-30
block: Use error_abort in bdrv_image_info_specific_dump()
Max Reitz
1
-2
/
+1
2014-04-30
block: Fix open_flags in bdrv_reopen()
Kevin Wolf
1
-1
/
+4
2014-04-30
Revert "block: another bdrv_append fix"
Kevin Wolf
1
-1
/
+0
2014-04-30
block: Unlink temporary files in raw-posix/win32
Kevin Wolf
5
-28
/
+18
2014-04-30
block: Remove BDRV_O_COPY_ON_READ for bs->file
Kevin Wolf
1
-1
/
+1
2014-04-30
block: Create bdrv_backing_flags()
Kevin Wolf
1
-6
/
+17
2014-04-30
block: Create bdrv_inherited_flags()
Kevin Wolf
1
-2
/
+26
2014-04-29
iotests: Discarding compressed clusters on qcow2
Max Reitz
3
-0
/
+74
2014-04-29
qcow2: Fix discard
Max Reitz
1
-8
/
+18
2014-04-29
block: qemu-iotests: make test 019 and 086 work with spaced pathnames
Jeff Cody
2
-5
/
+5
2014-04-29
block: qemu-iotests - fix image cleanup when using spaced pathnames
Jeff Cody
1
-2
/
+2
2014-04-29
mirror: Check for bdrv_get_info result
Fam Zheng
1
-1
/
+4
2014-04-29
mirror: Fix resource leak when bdrv_getlength fails
Fam Zheng
1
-2
/
+2
2014-04-29
block: Ignore duplicate or NULL format_name in bdrv_iterate_format
Jeff Cody
1
-1
/
+16
2014-04-29
block: Add '--version' option to qemu-img
Jeff Cody
1
-4
/
+11
2014-04-28
mirror: Use DIV_ROUND_UP
Fam Zheng
1
-1
/
+1
2014-04-28
block: fix qemu-img --help invocation
Jeff Cody
1
-2
/
+13
2014-04-28
Merge remote-tracking branch 'remotes/otubo/seccomp' into staging
Peter Maydell
1
-1
/
+6
2014-04-28
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...
Peter Maydell
22
-92
/
+1155
2014-04-28
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
31
-209
/
+153
2014-04-28
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
16
-98
/
+66
2014-04-28
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
4
-14
/
+14
2014-04-28
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140425' into staging
Peter Maydell
6
-78
/
+151
2014-04-28
slirp/smb: Move ncalrpc directory to tmp
Michael Buesch
1
-0
/
+2
2014-04-28
po: add proper Language: tags to .po files
Michael Tokarev
5
-5
/
+5
2014-04-28
po/Makefile: fix $SRC_PATH reference
Michael Tokarev
1
-2
/
+2
2014-04-28
init_paths: fix minor memory leak
Kirill Batuzov
1
-1
/
+3
2014-04-28
virtfs-proxy-helper: fix call to accept
Tim Comer
1
-0
/
+1
2014-04-28
net/net.c: remove unnecessary semicolon
Igor Ryzhov
1
-1
/
+1
2014-04-28
Add QEMU logo (SVG file)
Stefan Weil
1
-0
/
+1010
2014-04-28
vl: avoid closing stdout with 'writeconfig'
Chen Gang
1
-1
/
+3
2014-04-28
xilinx: Fix typo in comment (Marvel -> Marvell)
Stefan Weil
1
-1
/
+1
2014-04-28
vl: Eliminate a superfluous local variable
Chen Gang
1
-9
/
+9
2014-04-28
vl: Remove useless 'continue'
Chen Gang
1
-1
/
+0
2014-04-28
gitignore: cleanups #2
Michael Tokarev
1
-7
/
+2
2014-04-27
tests/.gitignore: Ignore test-rfifolock
Cole Robinson
1
-0
/
+1
2014-04-27
move test-* from .gitignore to tests/.gitignore
Laszlo Ersek
2
-11
/
+9
2014-04-27
configure: Improve help behavior
Fam Zheng
1
-2
/
+5
2014-04-27
vl: convert -m to QemuOpts
Igor Mammedov
2
-17
/
+63
2014-04-27
qemu-option: introduce qemu_find_opts_singleton
Paolo Bonzini
3
-10
/
+17
2014-04-27
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
4
-26
/
+23
2014-04-25
seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist
Paul Moore
1
-1
/
+4
[next]