Searched hist:f3bff6c44304a21ea99eeed336672bd46ca102d5 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | client-options.h | f3bff6c44304a21ea99eeed336672bd46ca102d5 Mon Mar 11 12:48:39 CDT 2024 Steve Sistare <steven.sistare@oracle.com> migration: export fewer options
A small number of migration options are accessed by migration clients, but to see them clients must include all of options.h, which is mostly for migration core code. migrate_mode() in particular will be needed by multiple clients.
Refactor the option declarations so clients can see the necessary few via misc.h, which already exports a portion of the client API.
Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/1710179319-294320-1-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
|
H A D | misc.h | diff f3bff6c44304a21ea99eeed336672bd46ca102d5 Mon Mar 11 12:48:39 CDT 2024 Steve Sistare <steven.sistare@oracle.com> migration: export fewer options
A small number of migration options are accessed by migration clients, but to see them clients must include all of options.h, which is mostly for migration core code. migrate_mode() in particular will be needed by multiple clients.
Refactor the option declarations so clients can see the necessary few via misc.h, which already exports a portion of the client API.
Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/1710179319-294320-1-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
|
/openbmc/qemu/system/ |
H A D | dirtylimit.c | diff f3bff6c44304a21ea99eeed336672bd46ca102d5 Mon Mar 11 12:48:39 CDT 2024 Steve Sistare <steven.sistare@oracle.com> migration: export fewer options
A small number of migration options are accessed by migration clients, but to see them clients must include all of options.h, which is mostly for migration core code. migrate_mode() in particular will be needed by multiple clients.
Refactor the option declarations so clients can see the necessary few via misc.h, which already exports a portion of the client API.
Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/1710179319-294320-1-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
|
/openbmc/qemu/migration/ |
H A D | options.h | diff f3bff6c44304a21ea99eeed336672bd46ca102d5 Mon Mar 11 12:48:39 CDT 2024 Steve Sistare <steven.sistare@oracle.com> migration: export fewer options
A small number of migration options are accessed by migration clients, but to see them clients must include all of options.h, which is mostly for migration core code. migrate_mode() in particular will be needed by multiple clients.
Refactor the option declarations so clients can see the necessary few via misc.h, which already exports a portion of the client API.
Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/1710179319-294320-1-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
|
/openbmc/qemu/hw/vfio/ |
H A D | migration.c | diff f3bff6c44304a21ea99eeed336672bd46ca102d5 Mon Mar 11 12:48:39 CDT 2024 Steve Sistare <steven.sistare@oracle.com> migration: export fewer options
A small number of migration options are accessed by migration clients, but to see them clients must include all of options.h, which is mostly for migration core code. migrate_mode() in particular will be needed by multiple clients.
Refactor the option declarations so clients can see the necessary few via misc.h, which already exports a portion of the client API.
Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/1710179319-294320-1-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-balloon.c | diff f3bff6c44304a21ea99eeed336672bd46ca102d5 Mon Mar 11 12:48:39 CDT 2024 Steve Sistare <steven.sistare@oracle.com> migration: export fewer options
A small number of migration options are accessed by migration clients, but to see them clients must include all of options.h, which is mostly for migration core code. migrate_mode() in particular will be needed by multiple clients.
Refactor the option declarations so clients can see the necessary few via misc.h, which already exports a portion of the client API.
Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Link: https://lore.kernel.org/r/1710179319-294320-1-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
|