
12 Dec
2019
12 Dec
'19
3:47 p.m.
On 12/5/19 5:08 PM, Jonathon Jongsma wrote:
We have to assume that the guest agent may be malicious so we don't want to allow any agent queries to block any other libvirt API. By holding a monitor job while we're querying the agent, we open ourselves up to a DoS.
This function issues several agent commands, but does not issue any monitor commands. Therefore, we can drop the monitor job and only hold an agent job.
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> --- src/qemu/qemu_driver.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
Same reasoning as to the previous one. Michal