Re: [Qemu-devel] [PATCH] vmmouse: Fix initialization

2011-03-22 Thread Aurelien Jarno
On Mon, Mar 21, 2011 at 10:52:24AM +0100, Jan Kiszka wrote: > Latest refactorings left vmmouse nonfunctional behind. Fix it by adding > the required device initialization. > > Signed-off-by: Jan Kiszka > --- > hw/pc.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Thanks, applied.

[Qemu-devel] [PATCH] vmmouse: Fix initialization

2011-03-21 Thread Jan Kiszka
Latest refactorings left vmmouse nonfunctional behind. Fix it by adding the required device initialization. Signed-off-by: Jan Kiszka --- hw/pc.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index 4d67d9f..6939c04 100644 --- a/hw/pc.c +++ b/hw/pc.c @