"Dr. David Alan Gilbert" <[email protected]> wrote: > * Juan Quintela ([email protected]) wrote: >> We move there all capabilities helpers from migration.c. >> >> Signed-off-by: Juan Quintela <[email protected]>
>> --- /dev/null >> +++ b/migration/options.h >> @@ -0,0 +1,34 @@ >> +/* >> + * QEMU migration options >> + * >> + * Copyright IBM, Corp. 2008 >> + * >> + * Authors: >> + * Anthony Liguori <[email protected]> >> + * >> + * This work is licensed under the terms of the GNU GPL, version 2. See >> + * the COPYING file in the top-level directory. >> + * >> + * Contributions after 2012-01-13 are licensed under the terms of the >> + * GNU GPL, version 2 or (at your option) any later version. > > I don't think any of these functions were written by Anthony, and I I investigated, and the creator of enabled_capabilities is: commit bbf6da32b5bd32018069e4eaeda59a02855903f2 Author: Orit Wasserman <[email protected]> Date: Mon Aug 6 21:42:47 2012 +0300 Add migration capabilities > think they're all after 2012 aren't they? We are ... by 8 months O:-) > If so we can update to a more modern header. /* * QEMU migration capabilities * * Copyright (c) 2012-2023 Red Hat Inc * * Authors: * Orit Wasserman <[email protected]> * Juan Quintela <[email protected]> * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ I put Orit and myself. Peter Xu has also done quite a bit of work here. Rest of people have just added capabilities for its stuff. But if anyone feel that they need/want to be added, just ask. > Other than that, Thanks, Juan. > > Reviewed-by: Dr. David Alan Gilbert <[email protected]>
