[PATCH] news: Document 'netdev_add' regression and disk type='lun' changes

2020-05-28 Thread Peter Krempa
Signed-off-by: Peter Krempa --- docs/news.xml | 23 +++ 1 file changed, 23 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 67fb85377d..104babbae7 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -46,8 +46,31 @@ + + + qe

Re: [PATCH] news: Document 'netdev_add' regression and disk type='lun' changes

2020-05-28 Thread Erik Skultety
On Thu, May 28, 2020 at 10:28:04AM +0200, Peter Krempa wrote: > Signed-off-by: Peter Krempa > --- Reviewed-by: Erik Skultety

[PATCH] virt-aa-helper: disallow graphics socket read permissions

2020-05-28 Thread Simon Arlott
The VM does not need read permission for its own sockets to create(), bind(), accept() connections or to recv(), send(), etc. on connections. This was fixed in ab9569e5460d1e4737fe8b625c67687dc2204665 (virt-aa-helper: disallow VNC socket read permissions), but then b6465e1aa49397367a9cd0f27110b9c2

[PATCH v2] virt-aa-helper: disallow graphics socket read permissions

2020-05-28 Thread Simon Arlott
The VM does not need read permission for its own sockets to create, bind(), listen(), accept() connections or to recv(), send(), etc. on those connections. This was fixed in ab9569e5460d1e4737fe8b625c67687dc2204665 (virt-aa-helper: disallow VNC socket read permissions), but then b6465e1aa49397367a

Re: [PATCH v2] qemu: Skip pre-creation of NVMe disks

2020-05-28 Thread Ján Tomko
technically, the pre-creation was never there, you just fix the detection of existing disks here, but I don't have a better phrasing for the commit summary On a Tuesday in 2020, Michal Privoznik wrote: Upon migration with disks, libvirt determines if each disk exists on the destination and trie

Re: [PATCH 1/6] util: introduce a parser for kernel cmdline arguments

2020-05-28 Thread Boris Fiuczynski
On 5/15/20 4:19 PM, Erik Skultety wrote: On Mon, May 11, 2020 at 06:41:56PM +0200, Boris Fiuczynski wrote: From: Paulo de Rezende Pinatti Introduce two utility functions to parse a kernel command line string according to the kernel code parsing rules in order to enable the caller to perform op

Re: [PATCH 1/6] util: introduce a parser for kernel cmdline arguments

2020-05-28 Thread Paulo de Rezende Pinatti
On 15/05/20 16:19, Erik Skultety wrote: On Mon, May 11, 2020 at 06:41:56PM +0200, Boris Fiuczynski wrote: From: Paulo de Rezende Pinatti Introduce two utility functions to parse a kernel command line string according to the kernel code parsing rules in order to enable the caller to perform

[PATCH] libxl: Normalize MAC address in device conf when hotplugging a netdev

2020-05-28 Thread Jim Fehlig
Similar to commit 6c17606b7cc, normalize the MAC addresses in persistent and live device config to avoid a different MAC address for the device once the VM is rebooted and persistent config takes affect. Signed-off-by: Jim Fehlig --- src/libxl/libxl_driver.c | 56