Re: [Qemu-devel] [PATCH] Fix the fail of compilation

2013-04-09 Thread Michal Novotny
On 04/09/2013 11:23 AM, Lei Li wrote: > Commit 47b5264eb3e1cd2825e48d28fd0d1b239ed53974 broke the compile. It's > caused by the rename of the file: > > hw/9pfs/virtio-9p-device.h => include/hw/virtio/virtio-9p.h > > Signed-off-by: Lei Li > --- > hw/9pfs/virtio-9p-device.c |2 +- > 1 files ch

Re: [Qemu-devel] [PATCH] Fix the fail of compilation

2013-04-09 Thread Richard W.M. Jones
On Tue, Apr 09, 2013 at 05:23:43PM +0800, Lei Li wrote: > Commit 47b5264eb3e1cd2825e48d28fd0d1b239ed53974 broke the compile. It's > caused by the rename of the file: > > hw/9pfs/virtio-9p-device.h => include/hw/virtio/virtio-9p.h > > Signed-off-by: Lei Li > --- > hw/9pfs/virtio-9p-device.c |

[Qemu-devel] [PATCH] Fix the fail of compilation

2013-04-09 Thread Lei Li
Commit 47b5264eb3e1cd2825e48d28fd0d1b239ed53974 broke the compile. It's caused by the rename of the file: hw/9pfs/virtio-9p-device.h => include/hw/virtio/virtio-9p.h Signed-off-by: Lei Li --- hw/9pfs/virtio-9p-device.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw