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-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
Merge remote-tracking branch 'remotes/rth/tags/tgt-axp-pull-20140424' into st...
Peter Maydell
3
-1492
/
+879
2014-04-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
18
-115
/
+302
2014-04-24
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-5' into staging
Peter Maydell
6
-1
/
+1135
2014-04-24
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20140422' into staging
Peter Maydell
26
-167
/
+170
2014-04-24
Merge remote-tracking branch 'remotes/rth/tags/tcg-ia64-pull-20140421' into s...
Peter Maydell
2
-235
/
+265
2014-04-24
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-18' in...
Peter Maydell
12
-25
/
+212
2014-04-23
block/cloop: use PRIu32 format specifier for uint32_t
Stefan Hajnoczi
1
-6
/
+6
2014-04-23
usb: mtp filesharing
Gerd Hoffmann
4
-0
/
+1129
2014-04-22
vmdk: Fix "%x" to PRIx32 in format strings for cid
Fam Zheng
1
-5
/
+5
2014-04-22
qemu-img: Improve error messages
Fam Zheng
1
-28
/
+46
2014-04-22
usb: add CompatibleID support to msos
Gerd Hoffmann
2
-1
/
+6
2014-04-22
qemu-iotests: Check common namespace for id and node-name
Kevin Wolf
2
-0
/
+57
2014-04-22
block: Catch duplicate IDs in bdrv_new()
Kevin Wolf
4
-6
/
+57
2014-04-22
qemu-img: Avoid duplicate block device IDs
Kevin Wolf
1
-16
/
+22
2014-04-22
block: Add errp to bdrv_new()
Kevin Wolf
9
-15
/
+24
2014-04-22
convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()
Aakriti Gupta
1
-7
/
+9
2014-04-22
block: Remove -errno return value from bdrv_assign_node_name
Kevin Wolf
1
-12
/
+11
2014-04-22
curl: Replaced old error handling with error reporting API.
Maria Kustova
1
-1
/
+1
2014-04-22
block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap
Fam Zheng
4
-8
/
+41
2014-04-22
vmdk: Fix %d and %lld to PRI* in format strings
Fam Zheng
1
-6
/
+7
2014-04-22
block: Check bdrv_getlength() return value in bdrv_make_zero()
Kevin Wolf
1
-1
/
+7
2014-04-22
block: Catch integer overflow in bdrv_rw_co()
Kevin Wolf
2
-4
/
+5
2014-04-22
block: Limit size to INT_MAX in bdrv_check_byte_request()
Kevin Wolf
1
-0
/
+4
2014-04-22
block: Fix nb_sectors check in bdrv_check_byte_request()
Kevin Wolf
1
-1
/
+1
2014-04-18
tcg: Use HOST_WORDS_BIGENDIAN
Richard Henderson
12
-32
/
+12
2014-04-18
tcg: Fix fallback from muls2_i64 to mulu2_i64
Richard Henderson
1
-20
/
+18
2014-04-18
tcg: Use tcg_gen_mulu2_i32 in tcg_gen_muls2_i32
Richard Henderson
1
-4
/
+2
2014-04-18
tcg: Relax requirement for mulu2_i32 on 32-bit hosts
Richard Henderson
5
-1
/
+12
2014-04-18
tcg-s390: Remove W constraint
Richard Henderson
1
-24
/
+19
2014-04-18
tcg-sparc: Use the type parameter to tcg_target_const_match
Richard Henderson
1
-1
/
+7
2014-04-18
tcg-ppc64: Use the type parameter to tcg_target_const_match
Richard Henderson
1
-1
/
+9
2014-04-18
tcg-aarch64: Remove w constraint
Richard Henderson
1
-22
/
+18
2014-04-18
tcg: Add TCGType parameter to tcg_target_const_match
Richard Henderson
11
-13
/
+13
2014-04-18
tcg: Fix out of range shift in deposit optimizations
Richard Henderson
1
-6
/
+4
2014-04-18
tci: Mask shift counts to avoid undefined behavior
Richard Henderson
1
-10
/
+10
2014-04-18
tcg: Mask shift quantities while folding
Richard Henderson
1
-15
/
+20
2014-04-18
tcg: Use "unspecified behavior" for shifts
Richard Henderson
1
-5
/
+13
2014-04-18
tcg: Fix warning (1 bit signed bitfield entry) and replace int by bool
Stefan Weil
5
-13
/
+13
[next]