Re: [Qemu-devel] [PATCH] linux-user: Fix compilation failure

2013-07-01 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] linux-user: Fix compilation failure

2013-06-27 Thread Michael R. Hines
On 06/27/2013 03:53 PM, Peter Maydell wrote: Fix compilation failures for linux-user targets following recent migration related commits bd2fa51fcd and 43487c67. Signed-off-by: Peter Maydell --- Longer term we should probably try to disentangle migration from user-mode emulators a bit better (eg

[Qemu-devel] [PATCH] linux-user: Fix compilation failure

2013-06-27 Thread Peter Maydell
Fix compilation failures for linux-user targets following recent migration related commits bd2fa51fcd and 43487c67. Signed-off-by: Peter Maydell --- Longer term we should probably try to disentangle migration from user-mode emulators a bit better (eg hw.h should probably not pull in any of the mi