Re: [Qemu-devel] [RFC PATCH 2/2] migrate: Tests for migrating to an already used QEMU

2018-03-01 Thread Dr. David Alan Gilbert
* Richard Palethorpe (rpaletho...@suse.com) wrote: > Currently this appears to work for X86_64, but PPC64 fails due to some > unexpected data on the serial port after migration. This probably requires > quite a bit more work. I think the challenge is you need to drain the serial output to make sur

[Qemu-devel] [RFC PATCH 2/2] migrate: Tests for migrating to an already used QEMU

2018-02-27 Thread Richard Palethorpe
Currently this appears to work for X86_64, but PPC64 fails due to some unexpected data on the serial port after migration. This probably requires quite a bit more work. --- tests/migration-test.c | 113 + 1 file changed, 85 insertions(+), 28 deletion