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
2017-10-16
io: simplify websocket ping reply handling
Daniel P. Berrange
2
-14
/
+16
2017-10-16
io: monitor encoutput buffer size from websocket GSource
Daniel P. Berrange
1
-2
/
+2
2017-10-16
sockets: Handle race condition between binds to the same port
Knut Omang
1
-17
/
+41
2017-10-16
sockets: factor out create_fast_reuse_socket
Knut Omang
1
-3
/
+12
2017-10-16
sockets: factor out a new try_bind() function
Knut Omang
1
-30
/
+39
2017-10-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...
Peter Maydell
7
-96
/
+89
2017-10-16
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
4
-20
/
+65
2017-10-16
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-04-3...
Peter Maydell
17
-371
/
+1216
2017-10-16
Merge remote-tracking branch 'remotes/elmarco/tags/vu-pull-request' into staging
Peter Maydell
3
-7
/
+56
2017-10-13
nbd: header constants indenting
Vladimir Sementsov-Ogievskiy
2
-24
/
+25
2017-10-13
nbd/server: simplify reply transmission
Vladimir Sementsov-Ogievskiy
1
-25
/
+24
2017-10-13
nbd/server: refactor nbd_co_send_simple_reply parameters
Vladimir Sementsov-Ogievskiy
1
-6
/
+7
2017-10-13
nbd/server: do not use NBDReply structure
Vladimir Sementsov-Ogievskiy
1
-21
/
+15
2017-10-13
block/throttle.c: add bdrv_co_drain_begin/end callbacks
Manos Pitsidianakis
1
-0
/
+18
2017-10-13
block: rename bdrv_co_drain to bdrv_co_drain_begin
Manos Pitsidianakis
3
-7
/
+7
2017-10-13
block: add bdrv_co_drain_end callback
Manos Pitsidianakis
2
-16
/
+43
2017-10-13
specs: Describe the TPM support in QEMU
Stefan Berger
1
-0
/
+123
2017-10-13
tpm: Move tpm_cleanup() to right place
Amarnath Valluri
2
-1
/
+1
2017-10-13
tpm: Added support for TPM emulator
Amarnath Valluri
7
-7
/
+888
2017-10-13
tpm-passthrough: move reusable code to utils
Amarnath Valluri
3
-59
/
+34
2017-10-13
tpm-backend: Move realloc_buffer() implementation to tpm-tis model
Amarnath Valluri
4
-35
/
+12
2017-10-13
tpm-backend: Add new API to read backend TpmInfo
Amarnath Valluri
4
-54
/
+59
2017-10-13
tpm-backend: Made few interface methods optional
Amarnath Valluri
4
-62
/
+28
2017-10-13
tpm-backend: Initialize and free data members in it's own methods
Amarnath Valluri
4
-37
/
+19
2017-10-13
tpm-backend: Move thread handling inside TPMBackend
Amarnath Valluri
4
-126
/
+67
2017-10-13
tpm-backend: Remove unneeded member variable from backend class
Amarnath Valluri
3
-6
/
+1
2017-10-13
tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSD
Stefan Berger
1
-5
/
+5
2017-10-12
nbd/server: structurize simple reply header sending
Vladimir Sementsov-Ogievskiy
3
-24
/
+20
2017-10-12
nbd: rename some simple-request related objects to be _simple_
Vladimir Sementsov-Ogievskiy
5
-12
/
+12
2017-10-12
block/nbd-client: refactor nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2017-10-12
block/nbd-client: assert qiov len once in nbd_co_request
Vladimir Sementsov-Ogievskiy
1
-4
/
+6
2017-10-12
NBD: use g_new() family of functions
Marc-André Lureau
1
-2
/
+2
2017-10-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171012'...
Peter Maydell
7
-115
/
+521
2017-10-12
nvic: Fix miscalculation of offsets into ITNS array
Peter Maydell
1
-2
/
+2
2017-10-12
libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD
Dr. David Alan Gilbert
2
-1
/
+27
2017-10-12
libvhost-user: Update and fix feature and request lists
Dr. David Alan Gilbert
2
-6
/
+13
2017-10-12
vhost-user-bridge: Only process received packets on started queues
Dr. David Alan Gilbert
1
-0
/
+1
2017-10-12
libvhost-user: vu_queue_started
Dr. David Alan Gilbert
2
-0
/
+15
2017-10-12
nvic: Add missing 'break'
Peter Maydell
1
-0
/
+1
2017-10-12
target/arm: Implement SG instruction corner cases
Peter Maydell
1
-1
/
+22
2017-10-12
target/arm: Support some Thumb insns being always unconditional
Peter Maydell
1
-1
/
+47
2017-10-12
target-arm: Simplify insn_crosses_page()
Peter Maydell
1
-21
/
+6
2017-10-12
target/arm: Pull Thumb insn word loads up to top level
Peter Maydell
1
-70
/
+108
2017-10-12
target-arm: Don't check for "Thumb2 or M profile" for not-Thumb1
Peter Maydell
1
-2
/
+1
2017-10-12
target/arm: Implement secure function return
Peter Maydell
3
-10
/
+126
2017-10-12
target/arm: Implement BLXNS
Peter Maydell
4
-2
/
+76
2017-10-12
target/arm: Implement SG instruction
Peter Maydell
1
-5
/
+127
2017-10-12
target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()
Peter Maydell
1
-0
/
+4
2017-10-12
arm: fix armv7m_init() declaration to match definition
Igor Mammedov
1
-1
/
+1
2017-10-12
watchdog/aspeed: fix variable type to store reload value
Cédric Le Goater
1
-2
/
+2
[next]