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
*
hw/mips: implement generic MIPS Coherent Processing System container
Leon Alrae
2016-03-30
4
-0
/
+151
*
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2016-03-29
3
-8
/
+28
|
\
|
*
qemu-iotests: add no-op streaming test
Alberto Garcia
2016-03-28
2
-2
/
+20
|
*
qemu-iotests: fix test_stream_partial()
Alberto Garcia
2016-03-28
1
-1
/
+2
|
*
block: never cancel a streaming job without running stream_complete()
Alberto Garcia
2016-03-28
1
-5
/
+6
*
|
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
2016-03-29
11
-57
/
+67
|
\
\
|
*
|
Rework ipv6 options
Samuel Thibault
2016-03-29
3
-20
/
+29
|
*
|
Use C99 flexible array instead of 1-byte trailing array
Peter Maydell
2016-03-29
1
-4
/
+2
|
*
|
Avoid embedding struct mbuf in other structures
Samuel Thibault
2016-03-23
5
-30
/
+34
|
*
|
slirp: send icmp6 errors when UDP send failed
Samuel Thibault
2016-03-22
1
-2
/
+1
|
*
|
slirp: Fix memory leak on small incoming ipv4 packet
Samuel Thibault
2016-03-22
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160328.0' i...
Peter Maydell
2016-03-29
1
-8
/
+11
|
\
\
\
|
*
|
|
vfio: convert to 128 bit arithmetic calculations when adding mem regions
Bandan Das
2016-03-28
1
-8
/
+11
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
620
-755
/
+1774
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
target-i386: implement PKE for TCG
Paolo Bonzini
2016-03-24
7
-5
/
+110
|
*
|
config.status: Pass extra parameters
Dr. David Alan Gilbert
2016-03-24
1
-1
/
+1
|
*
|
char: translate from QIOChannel error to errno
Marc-André Lureau
2016-03-22
1
-0
/
+7
|
*
|
exec: fix error handling in file_ram_alloc
Paolo Bonzini
2016-03-22
1
-3
/
+4
|
*
|
cputlb: modernise the debug support
Alex Bennée
2016-03-22
1
-44
/
+44
|
*
|
qemu-log: support simple pid substitution for logs
Alex Bennée
2016-03-22
2
-3
/
+54
|
*
|
target-arm: dfilter support for in_asm
Alex Bennée
2016-03-22
2
-2
/
+4
|
*
|
qemu-log: dfilter-ise exec, out_asm, op and opt_op
Alex Bennée
2016-03-22
5
-12
/
+33
|
*
|
qemu-log: new option -dfilter to limit output
Alex Bennée
2016-03-22
6
-0
/
+221
|
*
|
qemu-log: Improve the "exec" TB execution logging
Peter Maydell
2016-03-22
2
-9
/
+14
|
*
|
qemu-log: Avoid function call for disabled qemu_log_mask logging
Peter Maydell
2016-03-22
2
-14
/
+10
|
*
|
qemu-log: correct help text for -d cpu
Alex Bennée
2016-03-22
1
-1
/
+1
|
*
|
tcg: pass down TranslationBlock to tcg_code_gen
Alex Bennée
2016-03-22
3
-5
/
+5
|
*
|
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
149
-300
/
+435
|
*
|
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
53
-134
/
+143
|
*
|
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
85
-1
/
+164
|
*
|
include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h
Markus Armbruster
2016-03-22
9
-6
/
+6
|
*
|
isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.h
Markus Armbruster
2016-03-22
4
-5
/
+6
|
*
|
Move ParallelIOArg from qemu-common.h to sysemu/char.h
Markus Armbruster
2016-03-22
2
-5
/
+5
|
*
|
Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.h
Markus Armbruster
2016-03-22
2
-6
/
+6
|
*
|
Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.h
Markus Armbruster
2016-03-22
3
-13
/
+11
|
*
|
hw/pci/pci.h: Don't include qemu-common.h
Markus Armbruster
2016-03-22
4
-11
/
+11
|
*
|
include/hw/hw.h: Don't include qemu-common.h
Markus Armbruster
2016-03-22
3
-6
/
+4
|
*
|
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
2016-03-22
8
-31
/
+36
|
*
|
fw_cfg: Split fw_cfg_keys.h off fw_cfg.h
Markus Armbruster
2016-03-22
6
-57
/
+51
|
*
|
Clean up includes some more
Markus Armbruster
2016-03-22
17
-32
/
+2
|
*
|
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
40
-47
/
+0
|
*
|
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
392
-15
/
+399
*
|
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160324' into staging
Peter Maydell
2016-03-24
11
-294
/
+1220
|
\
\
\
|
*
|
|
s390-ccw.img: rebuild image
Cornelia Huck
2016-03-23
1
-0
/
+0
|
*
|
|
pc-bios/s390-ccw: disambiguation of "No zIPL magic" message
Eugene (jno) Dvurechenski
2016-03-23
1
-3
/
+3
|
*
|
|
pc-bios/s390-ccw: enhance bootmap detection
Eugene (jno) Dvurechenski
2016-03-23
1
-35
/
+76
|
*
|
|
pc-bios/s390-ccw: enable virtio-scsi
Eugene (jno) Dvurechenski
2016-03-23
4
-39
/
+116
|
*
|
|
pc-bios/s390-ccw: add virtio-scsi implementation
Eugene (jno) Dvurechenski
2016-03-23
2
-0
/
+414
|
*
|
|
pc-bios/s390-ccw: add scsi definitions
Eugene (jno) Dvurechenski
2016-03-23
1
-0
/
+184
|
*
|
|
pc-bios/s390-ccw: add simplified virtio call
Eugene (jno) Dvurechenski
2016-03-23
2
-0
/
+26
[next]