Re: [libvirt] [PATCHv3 3/6] esx: reject unknown flags

2011-07-15 Thread Matthias Bolte
2011/7/15 Eric Blake ebl...@redhat.com: Silently ignored flags get in the way of new features that use those flags. Regarding ESX migration flags - right now, ESX silently enforces VIR_MIGRATE_PERSIST_DEST, VIR_MIGRATE_UNDEFINE_SOURCE, and VIR_MIGRATE_LIVE, even if those flags were not

[libvirt] [PATCHv3 3/6] esx: reject unknown flags

2011-07-14 Thread Eric Blake
Silently ignored flags get in the way of new features that use those flags. Regarding ESX migration flags - right now, ESX silently enforces VIR_MIGRATE_PERSIST_DEST, VIR_MIGRATE_UNDEFINE_SOURCE, and VIR_MIGRATE_LIVE, even if those flags were not supplied; it ignored other flags. This patch does