Re: [Qemu-devel] qemu is missing monitor

2014-10-10 Thread Jiri Slaby
On 10/10/2014, 09:38 AM, Gerd Hoffmann wrote: > On Do, 2014-10-09 at 17:05 +0100, Peter Maydell wrote: >> On 9 October 2014 14:37, Jiri Slaby wrote: >>> Hi guys, >>> >>> qemu in opensuse latest (factory) does not have monitor. Despite >>> libvte-devel is installed, it is not detected by qemu. The

Re: [Qemu-devel] qemu is missing monitor

2014-10-10 Thread Jiri Slaby
On 10/09/2014, 06:05 PM, Peter Maydell wrote: > On 9 October 2014 14:37, Jiri Slaby wrote: >> Hi guys, >> >> qemu in opensuse latest (factory) does not have monitor. Despite >> libvte-devel is installed, it is not detected by qemu. The problem is >> that configure looks for vte-2.90, but we have v

Re: [Qemu-devel] qemu is missing monitor

2014-10-10 Thread Gerd Hoffmann
On Do, 2014-10-09 at 17:05 +0100, Peter Maydell wrote: > On 9 October 2014 14:37, Jiri Slaby wrote: > > Hi guys, > > > > qemu in opensuse latest (factory) does not have monitor. Despite > > libvte-devel is installed, it is not detected by qemu. The problem is > > that configure looks for vte-2.90,

Re: [Qemu-devel] qemu is missing monitor

2014-10-09 Thread Peter Maydell
On 9 October 2014 14:37, Jiri Slaby wrote: > Hi guys, > > qemu in opensuse latest (factory) does not have monitor. Despite > libvte-devel is installed, it is not detected by qemu. The problem is > that configure looks for vte-2.90, but we have vte-2.91 in factory. The > attached patch fixes that f