Re: [PATCH 1/2] char: Skip CLI aliases in query-chardev-backends

2020-11-12 Thread Kevin Wolf
Am 12.11.2020 um 09:22 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > The aliases "tty" and "parport" are only valid on the command line, QMP > > commands like chardev-add don't know them. query-chardev-backends should > > describe QMP and therefore not include them in the list of

Re: [libvirt PATCH] Set -Wno-incompatible-pointer-types-discards-qualifiers

2020-11-12 Thread Andrea Bolognani
On Thu, 2020-11-12 at 09:41 +, Daniel P. Berrangé wrote: > With CLang we're getting failures from cats in GLib macros s/CLang/Clang/ > ../dist-unpack/libvirt-6.10.0/src/util/vireventthread.c:35:1: > error: passing 'typeof (*(_define_type_id__volatile)) *' > (aka 'volatile unsigned long

Re: [libvirt PATCH] Set -Wno-incompatible-pointer-types-discards-qualifiers

2020-11-12 Thread Ján Tomko
On a Thursday in 2020, Daniel P. Berrangé wrote: With CLang we're getting failures from cats in GLib macros s/cats/casts/ :) ../dist-unpack/libvirt-6.10.0/src/util/vireventthread.c:35:1: error: passing 'typeof (*(_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter

[libvirt PATCH] Set -Wno-incompatible-pointer-types-discards-qualifiers

2020-11-12 Thread Daniel P . Berrangé
With CLang we're getting failures from cats in GLib macros ../dist-unpack/libvirt-6.10.0/src/util/vireventthread.c:35:1: error: passing 'typeof (*(_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers

Re: [libvirt][RFC PATCH] add a new 'default' option for attribute mode in numatune

2020-11-12 Thread Martin Kletzander
On Thu, Nov 12, 2020 at 02:19:06PM +0800, Zhong, Luyao wrote: On 11/9/2020 7:21 PM, Martin Kletzander wrote: On Sat, Nov 07, 2020 at 10:41:52AM +0800, Zhong, Luyao wrote: On 11/4/2020 9:02 PM, Martin Kletzander wrote: On Fri, Oct 16, 2020 at 10:38:51PM +0800, Zhong, Luyao wrote: On

Re: [PATCH] Added attach-disk parameters for network disk support

2020-11-12 Thread Peter Krempa
On Wed, Nov 11, 2020 at 17:00:51 -0600, Ryan Gahagan wrote: > Related issue: https://gitlab.com/libvirt/libvirt/-/issues/16 > Added in support for the following parameters in attach-disk: > --source-name > --source-protocol > --source-host-name > --source-host-socket > --source-host-transport > >

Re: [PATCH 0/7] hyperv: some memory and scheduler APIs

2020-11-12 Thread Michal Privoznik
On 11/11/20 7:48 AM, Matt Coleman wrote: Here's a GitLab merge request, if you'd prefer to review it there: https://gitlab.com/iammattcoleman/libvirt/-/merge_requests/9 Matt Coleman (7): hyperv: implement domainGetMaxMemory hyperv: move hypervDomainSetMemory and hypervDomainSetMemoryFlags

Re: [PATCH 1/2] char: Skip CLI aliases in query-chardev-backends

2020-11-12 Thread Markus Armbruster
Kevin Wolf writes: > The aliases "tty" and "parport" are only valid on the command line, QMP > commands like chardev-add don't know them. query-chardev-backends should > describe QMP and therefore not include them in the list of available > backends. > > Signed-off-by: Kevin Wolf I'd call that

<    1   2