Re: [libvirt] [PATCH v2] qemu: Fix serial stub console allocation

2017-06-07 Thread Peter Krempa
On Thu, Jun 01, 2017 at 14:57:59 +0200, Erik Skultety wrote: > When adding the aliased serial stub console, the structure wasn't > properly allocated (VIR_ALLOC instead of virDomainChrDefNew) which then > resulted in SIGSEGV in virDomainChrSourceIsEqual during a serial device > coldplug. > >

Re: [libvirt] [PATCH v2] qemu: Fix serial stub console allocation

2017-06-07 Thread Erik Skultety
On Thu, Jun 01, 2017 at 02:57:59PM +0200, Erik Skultety wrote: > When adding the aliased serial stub console, the structure wasn't > properly allocated (VIR_ALLOC instead of virDomainChrDefNew) which then > resulted in SIGSEGV in virDomainChrSourceIsEqual during a serial device > coldplug. > >