Re: [Qemu-devel] [PATCH] Fix the RARP protocol ID

2010-05-03 Thread Anthony Liguori
On 04/24/2010 07:54 AM, Stefan Berger wrote: The packet(s) sent out after migration are supposed to be RAPR type of packets. If they are supposed to go anywhere useful, the RAPR ethernet identifier needs to be fix. Also see http://www.iana.org/assignments/ethernet-numbers for 0x8035 for RARP. S

Re: [Qemu-devel] [PATCH] Fix the RARP protocol ID

2010-04-29 Thread Stefan Berger
qemu-devel-bounces+stefanb=us.ibm@nongnu.org wrote on 04/24/2010 08:54:07 AM: > The packet(s) sent out after migration are supposed to be RAPR type of > packets. If they are supposed to go anywhere useful, the RAPR ethernet > identifier needs to be fix. > > Also see http://www.iana.org/assi

[Qemu-devel] [PATCH] Fix the RARP protocol ID

2010-04-24 Thread Stefan Berger
The packet(s) sent out after migration are supposed to be RAPR type of packets. If they are supposed to go anywhere useful, the RAPR ethernet identifier needs to be fix. Also see http://www.iana.org/assignments/ethernet-numbers for 0x8035 for RARP. Signed-off-by: Stefan Berger --- savevm.c |