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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-10
Merge remote-tracking branch 'danpb/tags/pull-qcrypto-2017-05-09-1' into staging
Stefan Hajnoczi
2
-3
/
+12
2017-05-10
use _Static_assert in QEMU_BUILD_BUG_ON
Andreas Grapentin
1
-1
/
+3
2017-05-10
channel-file: fix wrong parameter comments
sochin.jiang
1
-1
/
+1
2017-05-09
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into staging
Stefan Hajnoczi
8
-16
/
+47
2017-05-09
crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs
Geert Martin Ijewski
1
-0
/
+9
2017-05-09
crypto: move 'opaque' parameter to (nearly) the end of parameter list
Daniel P. Berrange
1
-3
/
+3
2017-05-09
qapi: Document intended use of @name within alternate visits
Markus Armbruster
1
-2
/
+4
2017-05-09
sockets: Delete unused helper socket_address_crumple()
Markus Armbruster
1
-11
/
+0
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
5
-39
/
+53
2017-05-09
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
1
-2
/
+2
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
4
-43
/
+43
2017-05-09
qapi: New QAPI_CLONE_MEMBERS()
Markus Armbruster
1
-0
/
+14
2017-05-09
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
1
-1
/
+1
2017-05-08
qobject: Add helper macros for common scalar insertions
Eric Blake
2
-0
/
+16
2017-05-08
pci: Reduce scope of error injection
Eric Blake
1
-4
/
+0
2017-05-08
Merge remote-tracking branch 'bonzini/tags/for-upstream' into staging
Stefan Hajnoczi
8
-52
/
+99
2017-05-07
doc: fix function spelling
Marc-André Lureau
1
-1
/
+1
2017-05-05
Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into staging
Stefan Hajnoczi
1
-10
/
+0
2017-05-05
Merge remote-tracking branch 'cohuck/tags/s390x-3270-20170504' into staging
Stefan Hajnoczi
3
-0
/
+63
2017-05-05
Merge remote-tracking branch 'quintela/tags/migration/20170504' into staging
Stefan Hajnoczi
4
-102
/
+13
2017-05-05
Merge remote-tracking branch 'shorne/tags/pull-or-20170504' into staging
Stefan Hajnoczi
2
-0
/
+25
2017-05-05
Merge remote-tracking branch 'cohuck/tags/s390x-20170502' into staging
Stefan Hajnoczi
1
-0
/
+1
2017-05-05
vhost-scsi: create a vhost-scsi-common abstraction
Felipe Franciosi
3
-9
/
+52
2017-05-05
dump: Acquire BQL around vm_start() in dump thread
Fam Zheng
1
-0
/
+1
2017-05-05
use _Static_assert in QEMU_BUILD_BUG_ON
Andreas Grapentin
1
-1
/
+3
2017-05-04
Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
Stefan Hajnoczi
3
-7
/
+7
2017-05-04
char: remove chardevs list
Marc-André Lureau
1
-1
/
+0
2017-05-04
char: add a /chardevs container
Marc-André Lureau
1
-8
/
+0
2017-05-04
char: remove qemu_chr_be_generic_open
Marc-André Lureau
1
-1
/
+0
2017-05-04
migration: Move postcopy-ram.h to migration/
Juan Quintela
1
-91
/
+0
2017-05-04
s390x/3270: 3270 data stream handling
Jing Liu
1
-0
/
+9
2017-05-04
s390x/3270: Add abstract emulated ccw-attached 3270 device
Yang Chen
1
-0
/
+44
2017-05-04
s390x/css: Add an algorithm to find a free chpid
Jing Liu
1
-0
/
+2
2017-05-04
chardev: Basic support for TN3270
Jing Liu
1
-0
/
+8
2017-05-04
monitor: Move hmp_info_snapshots from savevm.c to hmp.c
Juan Quintela
1
-1
/
+0
2017-05-04
monitor: Move hmp_delvm from savevm.c to hmp.c
Juan Quintela
1
-1
/
+0
2017-05-04
monitor: Move hmp_savevm from savevm.c to hmp.c
Juan Quintela
1
-1
/
+0
2017-05-04
monitor: Remove monitor parameter from save_vmstate
Juan Quintela
1
-1
/
+1
2017-05-04
ram: Split dirty bitmap by RAMBlock
Juan Quintela
3
-7
/
+12
2017-05-04
migration: Add VMSTATE_STRUCT_2DARRAY()
Stafford Horne
1
-0
/
+18
2017-05-04
migration: Add VMSTATE_UINTTL_2DARRAY()
Stafford Horne
1
-0
/
+7
2017-05-03
char: Fix removing wrong GSource that be found by fd_in_tag
zhanghailiang
1
-1
/
+1
2017-05-03
hw/i386: Build-time assertion on pc/q35 reset register being identical.
Phil Dennis-Jordan
1
-0
/
+6
2017-05-03
hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.
Phil Dennis-Jordan
1
-41
/
+36
2017-05-02
hw/s390x: provide loadparm property for the machine
Farhan Ali
1
-0
/
+1
2017-04-28
block: fix obvious coding style mistakes in block_int.h
Klim Kireev
1
-3
/
+3
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
1
-1
/
+1
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2
-2
/
+2
2017-04-27
block: Constify data passed by pointer to blk_name
Krzysztof Kozlowski
1
-1
/
+1
2017-04-26
qga: Add 'guest-get-users' command
Vinzenz Feenstra
1
-0
/
+6
[prev]
[next]