how to detach vhost-user-blk

2022-02-08 Thread Jiatong Shen
Hello community, I am testing vhost-user-blk. the virtual machine is started with the following command ./x86_64-softmmu/qemu-system-x86_64 \ --enable-kvm \ -smp 2 \ -chardev socket,id=chr-vu-virtio-disk0,path=/var/lib/nova/volume-04789a9b-21ce-4270-89bd-638700a0e56c,reconnect=10 \ -device vhos

Re: how to obtain qemu changlogs

2022-02-08 Thread Thomas Huth
On 09/02/2022 03.25, Jiatong Shen wrote: Hello community,    I am trying to find new changelogs for each release. I find there is a site (https://wiki.qemu.org/ChangeLog/6.1 ) for it, but looks like it does not contain every changes. for example, https:/

how to obtain qemu changlogs

2022-02-08 Thread Jiatong Shen
Hello community, I am trying to find new changelogs for each release. I find there is a site (https://wiki.qemu.org/ChangeLog/6.1) for it, but looks like it does not contain every changes. for example, https://github.com/qemu/qemu/commit/c56ac27d2ad583aa2db5382bb510a33b638a4ab5 this commit whic

Understanding hwclock behavior with QEMU's rtc

2022-02-08 Thread Nathan Vander Wilt
Like many others before, I am having trouble with the clock in my guest OS getting out of sync with the rest of the world after the host machine sleeps. This isn't in itself unexpected, but what is throwing me off is that when this happens, the hardware clock of my VM is wrong too, somehow? After