Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya | 2017-01-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | If a migration is already in progress and somebody attempts to add a migration blocker, this should rightly fail. Add an errp parameter and a retcode return value to migrate_add_blocker. Signed-off-by: John Snow <jsnow@redhat.com> Signed-off-by: Ashijeet Acharya <ashijeetacharya@gmail.com> Message-Id: <1484566314-3987-5-git-send-email-ashijeetacharya@gmail.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Acked-by: Greg Kurz <groug@kaod.org> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Merged with recent 'Allow invtsc migration' change | ||||
* | stubs: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
| | | | | | | | | | | Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1454089805-5470-3-git-send-email-peter.maydell@linaro.org | ||||
* | stubs: fully replace qemu-tool.c and qemu-user.c | Paolo Bonzini | 2013-01-12 | 1 | -0/+10 |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |