Skip to content

Tags: sboeuf/libvirt

Tags

7.0.50

Toggle 7.0.50's commit message
ch: Verify a disk's target bus type is supported

Currently only virtio types of buses are supported so check if the
configuration we are given matches.

7.0.3

Toggle 7.0.3's commit message
ch: Handle resize events

When resize events are found in the monitor, try to update the thread
id mapping (if a change is detected the domain.xml will also be
updated).

On vm resizes removing vcpus, the event will be triggered but because
cloud-hypervisor does not kill the associated thread right away, the
thread of the removed vcpu is going to still be detected and so
validating the event was processed successfully is skipped for now.

7.0.2

Toggle 7.0.2's commit message
Fix compilation errors

7.0.1

Toggle 7.0.1's commit message
Add reconnect support for CH

Allow CH domains to be reconnected to after restarting libvirt. This
change enables the creation of the pidfile and domain definiton file
alongside the socket file. With these files in place (and getting
updated). The CH domain is now able to track what domains were running
when libvirt was closed. From there add the matching restore code to
allow the VM state to be read in and processed by libvirt.

Changes to hardware device management will necessitate more
development on this feature in order to track the state of different
devices in use (this is fairly different than the equivalent QEMU
code).

7.0.0

Toggle 7.0.0's commit message
ch: procfs watcher thread for updating vm's thread information

Implement a thread that parses procfs for any changes to the VM
process's threads and on any change, update the thread information
maintained by the monitor.

Signed-off-by: Vineeth Pillai <[email protected]>

7.0.4

Toggle 7.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
cpaelzer Christian Ehrhardt
apparmor: fix code style error in reduced if statement

sc_spacing-check  FAIL reporting a case of "Curly brackets around
single-line body:" in a recent commit.

Fixes: d9c21f4 "apparmor: allow adding permanent per guest rules"

Signed-off-by: Christian Ehrhardt <[email protected]>

v6.2.0

Toggle v6.2.0's commit message
Release of libvirt 6.2.0

v6.2.0-rc1

Toggle v6.2.0-rc1's commit message
Candidate Release 1 of libvirt 6.2.0

v6.1.0

Toggle v6.1.0's commit message
RElease of libvirt-6.1.0

v6.1.0-rc2

Toggle v6.1.0-rc2's commit message
Candidate Release 2 of libvirt 6.1.0