index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi-commands.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-17
qga: add memory block command that unsupported
zhanghailiang
2
-1
/
+5
2015-02-17
qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs
zhanghailiang
1
-2
/
+29
2015-02-17
qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs
zhanghailiang
1
-1
/
+29
2015-02-17
qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs
zhanghailiang
1
-1
/
+232
2015-02-17
qga: introduce three guest memory block commmands with stubs
zhanghailiang
3
-0
/
+180
2015-02-16
qga: implement file commands for Windows guest
Olga Krishtal
1
-21
/
+250
2015-02-16
guest agent: guest-file-open: refactoring
Simon Zolin
1
-8
/
+23
2015-02-16
utils: drop strtok_r from envlist_parse
Olga Krishtal
2
-17
/
+16
2015-02-16
qga: add guest-set-user-password command
Daniel P. Berrange
3
-0
/
+146
2015-02-16
Convert ram_list to RCU
Mike Day
3
-52
/
+121
2015-02-16
exec: convert ram_list to QLIST
Mike Day
4
-37
/
+46
2015-02-16
cosmetic changes preparing for the following patches
Mike Day
3
-34
/
+62
2015-02-16
exec: protect mru_block with RCU
Paolo Bonzini
2
-15
/
+39
2015-02-16
rcu: add g_free_rcu
Paolo Bonzini
2
-4
/
+15
2015-02-16
rcu: introduce RCU-enabled QLIST
Mike Day
5
-13
/
+445
2015-02-16
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
8
-12
/
+63
2015-02-16
exec: make iotlb RCU-friendly
Paolo Bonzini
7
-13
/
+21
2015-02-16
exec: introduce cpu_reload_memory_map
Paolo Bonzini
3
-1
/
+8
2015-02-16
docs: clarify memory region lifecycle
Paolo Bonzini
1
-16
/
+58
2015-02-16
pci: split shpc_cleanup and shpc_free
Paolo Bonzini
3
-5
/
+21
2015-02-16
pcie: remove mmconfig memory leak and wrap mmconfig update with transaction
Paolo Bonzini
1
-2
/
+5
2015-02-16
block: Keep bdrv_check*_request()'s return value
Max Reitz
1
-11
/
+24
2015-02-16
block: Remove "growable" from BDS
Max Reitz
6
-29
/
+10
2015-02-16
block: Clamp BlockBackend requests
Max Reitz
1
-0
/
+152
2015-02-16
qemu-io: Use BlockBackend
Max Reitz
4
-135
/
+146
2015-02-16
qemu-io: Remove "growable" option
Max Reitz
4
-116
/
+5
2015-02-16
qemu-io: Use blk_new_open() in openfile()
Max Reitz
1
-18
/
+12
2015-02-16
qemu-nbd: Use blk_new_open() in main()
Max Reitz
1
-16
/
+9
2015-02-16
qemu-img: Use BlockBackend as far as possible
Max Reitz
1
-43
/
+39
2015-02-16
qemu-img: Use blk_new_open() in img_rebase()
Max Reitz
1
-26
/
+23
2015-02-16
qemu-img: Use blk_new_open() in img_open()
Max Reitz
1
-14
/
+6
2015-02-16
block/xen: Use blk_new_open() in blk_connect()
Max Reitz
1
-16
/
+11
2015-02-16
blockdev: Use blk_new_open() in blockdev_init()
Max Reitz
3
-85
/
+77
2015-02-16
iotests: Add test for driver=qcow2, format=qcow2
Max Reitz
2
-0
/
+4
2015-02-16
block: Add Error parameter to bdrv_find_protocol()
Max Reitz
5
-15
/
+19
2015-02-16
block: Add blk_new_open()
Max Reitz
2
-0
/
+37
2015-02-16
block: Lift some BDS functions to the BlockBackend
Max Reitz
2
-0
/
+48