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
2015-02-10
util/uri: realloc2n() can't fail, drop dead error handling
Markus Armbruster
1
-22
/
+0
2015-02-10
util/uri: uri_new() can't fail, drop dead error handling
Markus Armbruster
1
-25
/
+11
2015-02-10
usb: Pair g_malloc() with g_free(), not free()
Markus Armbruster
1
-1
/
+1
2015-02-10
spapr_vio: Pair g_malloc() with g_free(), not free()
Markus Armbruster
1
-1
/
+1
2015-02-10
qemu-option: Pair g_malloc() with g_free(), not free()
Markus Armbruster
1
-2
/
+2
2015-02-10
qemu-option: Replace pointless use of g_malloc0() by g_malloc()
Markus Armbruster
1
-2
/
+2
2015-02-10
libcacard: stop linking against every single 3rd party library
Daniel P. Berrange
1
-0
/
+2
2015-02-10
linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.
Maxim Ostapenko
1
-1
/
+8
2015-02-10
qemu-sockets: Fix buffer overflow in inet_parse()
Kevin Wolf
1
-1
/
+1
2015-02-10
vl.c: fix memory leak spotted by valgrind
Christian Borntraeger
1
-0
/
+1
2015-02-10
aes: remove a dead return statement
Paolo Bonzini
1
-1
/
+1
2015-02-10
qemu-sockets: improve error reporting in unix_listen_opts
Paolo Bonzini
1
-6
/
+18
2015-02-10
cpu-exec: simplify icount code
Paolo Bonzini
1
-8
/
+3
2015-02-10
cpu-exec: drop dead assignment
Paolo Bonzini
1
-1
/
+0
2015-02-10
qemu-log: Correct help text of 'log cpu_reset'
Thomas Huth
1
-1
/
+1
2015-02-10
linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to...
Chen Gang S
1
-0
/
+2
2015-02-10
linux-user/main.c: Use TARGET_SIG* instead of SIG*
Chen Gang S
1
-32
/
+32
2015-02-10
linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ...
Chen Gang S
1
-1
/
+1
2015-02-10
linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code block
Chen Gang S
1
-0
/
+5
2015-02-10
virtfs-proxy-helper: Fix possible socket leak.
Gonglei
1
-4
/
+9
2015-02-10
vl: Fix bogus error message for implied mon ID clashing
Markus Armbruster
1
-2
/
+4
2015-02-10
Convert some debugging printfs to trace calls in pcnet.c.
Don Koch
2
-20
/
+16
2015-02-10
Add/convert trace calls in pcnet-pci.c.
Don Koch
2
-30
/
+31
2015-02-10
Add trace to ps2.c.
Don Koch
2
-0
/
+33
2015-02-10
Add tracing to xenfb.
Don Koch
2
-0
/
+9
2015-02-10
fw_cfg: fix typos in comments: patch -> path
Gonglei
2
-2
/
+2
2015-02-10
target-mips: Clean up switch fall through after commit fecd264
Markus Armbruster
1
-0
/
+4
2015-02-09
qmp: unbreak build for non-vnc configuration
Leon Yu
1
-0
/
+6
2015-02-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
55
-462
/
+1602
2015-02-06
block/raw-posix.c: Fix raw_getlength() on Mac OS X block devices
Programmingkid
1
-1
/
+14
2015-02-06
Merge remote-tracking branch 'mreitz/block' into queue-block
Kevin Wolf
6
-51
/
+57
2015-02-06
block: Eliminate silly QERR_ macros used for encryption keys
Markus Armbruster
2
-8
/
+3
2015-02-06
block: New bdrv_add_key(), convert monitor to use it
Markus Armbruster
5
-31
/
+47
2015-02-06
blockdev: Eliminate silly QERR_BLOCK_JOB_NOT_ACTIVE macro
Markus Armbruster
2
-4
/
+2
2015-02-06
blockdev: Give find_block_job() an Error ** parameter
Markus Armbruster
1
-11
/
+8
2015-02-06
qcow2: Rewrite qcow2_alloc_bytes()
Max Reitz
1
-39
/
+39
2015-02-06
block: Give always priority to unused entries in the qcow2 L2 cache
Alberto Garcia
1
-1
/
+3
2015-02-06
nbd: fix max_discard/max_transfer_length
Denis V. Lunev
1
-0
/
+9
2015-02-06
block: introduce BDRV_REQUEST_MAX_SECTORS
Peter Lieven
3
-14
/
+14
2015-02-06
nbd: Improve error messages
Max Reitz
8
-58
/
+55
2015-02-06
iotests: Fix 104 for NBD
Max Reitz
2
-6
/
+4
2015-02-06
iotests: Fix 100 for nbd
Max Reitz
1
-0
/
+12
2015-02-06
iotests: Fix 083
Max Reitz
1
-19
/
+11
2015-02-06
block: fix off-by-one error in qcow and qcow2
Jeff Cody
2
-2
/
+2
2015-02-06
qemu-iotests: add 116 invalid QED input file tests
Stefan Hajnoczi
3
-0
/
+134
2015-02-06
qed: check for header size overflow
Stefan Hajnoczi
1
-0
/
+5
2015-02-06
block/dmg: improve zeroes handling
Peter Wu
1
-3
/
+15
2015-02-06
block/dmg: support bzip2 block entry types
Peter Wu
3
-1
/
+74
2015-02-06
block/dmg: factor out block type check
Peter Wu
1
-13
/
+23
2015-02-06
block/dmg: use SectorNumber from BLKX header
Peter Wu
1
-7
/
+5
[prev]
[next]