Marek Marczykowski-Górecki
|
2164a8d7b8
|
Change license to LGPL v2.1+
See this thread for reasoning and acceptance from contributors:
https://groups.google.com/d/topic/qubes-devel/G7KzrfU0lWY/discussion
"Changing qubes-core-admin license to LGPL v2.1+"
|
2017-10-12 00:11:50 +02:00 |
|
Marek Marczykowski-Górecki
|
451cc339c7
|
ext/block: accept any boolean value for 'read-only' option
Be consistent with other parts of the Admin API. Especially ...Attach
accept "standard" boolean values for persistent= option.
|
2017-10-04 15:24:53 +02:00 |
|
Marek Marczykowski-Górecki
|
3548ee1163
|
ext/block: properly list devtype=cdrom option
|
2017-09-29 11:52:59 +02:00 |
|
Marek Marczykowski-Górecki
|
fd5aaa8866
|
block: fix handling non-existing devices
Don't yield None as DeviceInfo object. The device-get: event handlers
are expecte to yield anything only when there is a device.
|
2017-09-29 11:52:59 +02:00 |
|
Marek Marczykowski-Górecki
|
f6d10ec243
|
block: improve handling device name and description
Don't fail when device have no description. Also, handle device name
consistently - there is already name_re defined.
|
2017-09-29 11:52:59 +02:00 |
|
Marek Marczykowski-Górecki
|
22f2fe6d69
|
block: add support for devtype option
QubesOS/qubes-issues#2951
|
2017-08-01 15:20:36 +02:00 |
|
Marek Marczykowski-Górecki
|
67c382c8b0
|
ext/block: make use of QubesDB watch
Actually use just introduced API.
Also document new `device-list-change:class` event.
QubesOS/qubes-issues#2940
|
2017-07-25 05:20:39 +02:00 |
|
Marek Marczykowski-Górecki
|
0fb7c1fbed
|
Follow change of qubesdb path return type
It's str/unicode, not bytes now.
QubesOS/qubes-issues#2937
|
2017-07-25 05:20:38 +02:00 |
|
Marek Marczykowski-Górecki
|
1759bca00f
|
Rename vm.qdb to vm.untrusted_qdb
QubesDB can be freely modified by a VM, so one should take care when
reading any data retrieved from it.
Fixes QubesOS/qubes-issues#2934
|
2017-07-24 13:01:55 +02:00 |
|
Marek Marczykowski-Górecki
|
9bb5054e50
|
ext: BlockDevices extension
Handle block devices exposed by VMs
|
2017-06-05 23:33:58 +02:00 |
|