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