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
2015-10-24
ivshmem: add device description
Marc-André Lureau
1
-0
/
+1
2015-10-24
ivshmem: check shm isn't already initialized
Marc-André Lureau
1
-0
/
+6
2015-10-24
ivshmem: shmfd can be 0
Marc-André Lureau
1
-3
/
+3
2015-10-24
ivshmem: migrate with VMStateDescription
Marc-André Lureau
1
-53
/
+89
2015-10-24
ivshmem: use common is_power_of_2()
Marc-André Lureau
1
-5
/
+1
2015-10-24
ivshmem: use common return
Marc-André Lureau
1
-2
/
+1
2015-10-24
ivshmem: simplify a bit the code
Marc-André Lureau
1
-14
/
+14
2015-10-24
ivshmem: print error on invalid peer id
Marc-André Lureau
1
-0
/
+1
2015-10-24
ivshmem: improve error handling
Marc-André Lureau
1
-3
/
+7
2015-10-24
ivshmem: improve debug messages
Marc-André Lureau
1
-3
/
+7
2015-10-24
ivshmem: remove max_peer field
Marc-André Lureau
1
-9
/
+1
2015-10-24
ivshmem: initialize max_peer to -1
Marc-André Lureau
1
-2
/
+2
2015-10-24
ivshmem: remove useless ivshmem_update_irq() val argument
Marc-André Lureau
1
-4
/
+4
2015-10-24
ivshmem: allocate eventfds in resize_peers()
Marc-André Lureau
1
-9
/
+2
2015-10-24
ivshmem: simplify around increase_dynamic_storage()
Marc-André Lureau
1
-16
/
+11
2015-10-24
ivshmem: limit maximum number of peers to G_MAXUINT16
Marc-André Lureau
1
-2
/
+3
2015-10-24
ivshmem: remove last exit(1)
Marc-André Lureau
1
-1
/
+1
2015-10-24
ivshmem: more qdev conversion
Marc-André Lureau
1
-51
/
+68
2015-10-24
ivshmem: remove useless doorbell field
Marc-André Lureau
1
-1
/
+0
2015-10-24
ivshmem: remove superflous ivshmem_attr field
Marc-André Lureau
1
-9
/
+7
2015-10-24
ivshmem: remove unnecessary dup()
Marc-André Lureau
1
-15
/
+6
2015-10-24
ivshmem: factor out the incoming fifo handling
Marc-André Lureau
1
-20
/
+39
2015-10-24
ivshmem: fix number of bytes to push to fifo
Marc-André Lureau
1
-1
/
+1
2015-10-24
ivhsmem: read do not accept more than sizeof(long)
Marc-André Lureau
1
-1
/
+1
2015-10-24
msix: add VMSTATE_MSIX_TEST
Marc-André Lureau
1
-6
/
+10
2015-10-24
char: add qemu_chr_free()
Marc-André Lureau
2
-3
/
+16
2015-10-24
tests: Add ivshmem qtest
Andreas Färber
2
-0
/
+54
2015-10-24
config: enable ivshmem on POSIX
Marc-André Lureau
1
-1
/
+1
2015-10-23
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
52
-871
/
+1267
2015-10-23
tests: Add test case for aio_disable_external
Fam Zheng
1
-0
/
+24
2015-10-23
block: Add "drained begin/end" for internal snapshot
Fam Zheng
1
-2
/
+9
2015-10-23
block: Add "drained begin/end" for transactional blockdev-backup
Fam Zheng
1
-1
/
+8
2015-10-23
block: Add "drained begin/end" for transactional backup
Fam Zheng
1
-1
/
+8
2015-10-23
block: Add "drained begin/end" for transactional external snapshot
Fam Zheng
1
-2
/
+9
2015-10-23
block: Introduce "drained begin/end" API
Fam Zheng
3
-0
/
+38
2015-10-23
aio: introduce aio_{disable,enable}_external
Fam Zheng
3
-2
/
+42
2015-10-23
dataplane: Mark host notifiers' client type as "external"
Fam Zheng
2
-13
/
+10
2015-10-23
nbd: Mark fd handlers client type as "external"
Fam Zheng
1
-2
/
+2
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
17
-84
/
+130
2015-10-23
throttle: Remove throttle_group_lock/unlock()
Alberto Garcia
2
-33
/
+1
2015-10-23
blockdev: Allow more options for BB-less BDS tree
Max Reitz
1
-6
/
+91
2015-10-23
blockdev: Pull out blockdev option extraction
Max Reitz
1
-94
/
+119
2015-10-23
blockdev: Do not create BDS for empty drive
Max Reitz
1
-28
/
+40
2015-10-23
block: Prepare for NULL BDS
Max Reitz
6
-72
/
+154
2015-10-23
block: Add blk_insert_bs()
Max Reitz
2
-0
/
+12
2015-10-23
block: Prepare remaining BB functions for NULL BDS
Max Reitz
1
-16
/
+56
2015-10-23
block: Fail requests to empty BlockBackend
Max Reitz
1
-1
/
+54
2015-10-23
block: Make some BB functions fall back to BBRS
Max Reitz
1
-4
/
+24
2015-10-23
block: Add BlockBackendRootState
Max Reitz
4
-0
/
+53
2015-10-23
block/throttle-groups: Make incref/decref public
Max Reitz
2
-8
/
+14
[prev]
[next]