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-10-28
monitor: deprecate 'default' option
Marc-André Lureau
4
-14
/
+9
2016-10-28
qemu-ga: Remove stray 'q' in documentation
Stefan Weil
1
-1
/
+1
2016-10-28
Makefile: Fix help text for target 'installer'
Stefan Weil
1
-1
/
+1
2016-10-28
s390: avoid always-true comparison in s390_pci_generate_fid()
Peter Maydell
1
-8
/
+2
2016-10-28
migration: Remove unneeded NULL check from migrate_fd_error()
Peter Maydell
1
-1
/
+1
2016-10-28
scripts/hxtool: fix undefined behavour of echo
Daniel Shahaf
1
-10
/
+10
2016-10-28
qemu-options.hx: set: fix copy-paste error
Michael Tokarev
1
-1
/
+1
2016-10-28
usb: Change *_exitfn return type from int to void
Akanksha Srivastava
4
-15
/
+7
2016-10-28
MAINTAINERS: qemu-trivial information
Laurent Vivier
1
-0
/
+11
2016-10-28
colo-compare: remove unused struct CompareChardevProps and 'props' variable
zhanghailiang
1
-8
/
+0
2016-10-28
milkymist-pfpu: fix potential integer overflow
Michael Walle
1
-1
/
+1
2016-10-28
hw/block/nvme: Simplify if-statements a little bit
Thomas Huth
1
-2
/
+2
2016-10-28
target-lm32: rewrite gen_compare()
Michael Walle
1
-5
/
+2
2016-10-28
lm32: milkymist-tmu2: fix integer overflow
Michael Walle
1
-1
/
+1
2016-10-28
target-lm32: disable asm logging via LOG_DIS()
Michael Walle
1
-6
/
+8
2016-10-28
target-lm32: swap operand of wcsr in LOG_DIS()
Michael Walle
1
-1
/
+1
2016-10-28
target-lm32: fix LOG_DIS operand order
Michael Walle
1
-17
/
+17
2016-10-28
target-lm32: fix style issue
Michael Walle
1
-1
/
+1
2016-10-28
hw/tpm/tpm_passthrough: Simplify if-statements a little bit
Thomas Huth
1
-4
/
+2
2016-10-28
filter-dump: add missing "["
Changlong Xie
1
-1
/
+1
2016-10-28
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
12
-250
/
+1695
2016-10-28
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
18
-250
/
+527
2016-10-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' in...
Peter Maydell
9
-0
/
+0
2016-10-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s...
Peter Maydell
1
-0
/
+1
2016-10-27
qemu-iotests: Test creating floppy drives
Kevin Wolf
3
-0
/
+1417
2016-10-27
fdc: Move qdev properties to FloppyDrive
Kevin Wolf
2
-32
/
+89
2016-10-27
fdc: Add a floppy drive qdev
Kevin Wolf
1
-31
/
+120
2016-10-27
fdc: Add a floppy qbus
Kevin Wolf
1
-5
/
+35
2016-10-27
macio: switch over to new byte-aligned DMA helpers
Mark Cave-Ayland
1
-185
/
+28
2016-10-27
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
6
-17
/
+26
2016-10-27
trace: Fix 'char **' compilation error in simple backend
Fam Zheng
1
-1
/
+2
2016-10-27
iotests: Add test for NBD's blockdev-add interface
Max Reitz
3
-0
/
+201
2016-10-27
iotests: Add assert_json_filename_equal() method
Max Reitz
1
-0
/
+20
2016-10-27
socket_scm_helper: Accept fd directly
Max Reitz
1
-11
/
+18
2016-10-27
iotests.py: Allow concurrent qemu instances
Max Reitz
1
-2
/
+4
2016-10-27
iotests.py: Add qemu_nbd function
Max Reitz
1
-0
/
+8
2016-10-27
qapi: Allow blockdev-add for NBD
Max Reitz
1
-4
/
+23
2016-10-27
block/nbd: Use SocketAddress options
Max Reitz
1
-10
/
+16
2016-10-27
block/nbd: Accept SocketAddress
Max Reitz
3
-66
/
+117
2016-10-27
block/nbd: Add nbd_has_filename_options_conflict()
Max Reitz
1
-6
/
+20
2016-10-27
block/nbd: Use qdict_put()
Max Reitz
1
-7
/
+6
2016-10-27
block/nbd: Default port in nbd_refresh_filename()
Max Reitz
1
-13
/
+6
2016-10-27
block/nbd: Reject port parameter without host
Max Reitz
1
-2
/
+5
2016-10-27
block/nbd: Drop trailing "." in error messages
Max Reitz
3
-6
/
+6
2016-10-27
qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAX
Kevin Wolf
1
-1
/
+1
2016-10-27
block: Remove bdrv_aio_ioctl()
Kevin Wolf
2
-30
/
+0
2016-10-27
raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctl
Kevin Wolf
1
-6
/
+3
2016-10-27
block: Introduce .bdrv_co_ioctl() driver callback
Kevin Wolf
2
-6
/
+12
2016-10-27
block: Remove bdrv_ioctl()
Kevin Wolf
2
-38
/
+0
2016-10-27
raw-posix: Don't use bdrv_ioctl()
Kevin Wolf
1
-3
/
+13
[next]