]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Do not call postParse with ABI_UPDATE when parsing cmdline
authorJán Tomko <jtomko@redhat.com>
Thu, 16 Jun 2016 16:25:33 +0000 (18:25 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 21 Jun 2016 16:23:56 +0000 (18:23 +0200)
commit8b3f0b767ea27d02417c8718c1ea16a9b300990a
treea4a815c1bd86a95f36c95630603a903141bf18d4
parentf17a49564a0f02cf9c08e735b5c38b2c63452341
Do not call postParse with ABI_UPDATE when parsing cmdline

So far this is only useful for recalculating NUMA memory size,
which this function cannot parse.

This will let us generate USB addresses based on this flag.
src/qemu/qemu_parse_command.c