[libvirt] [PATCH 1/9] conf: add info to virDomainStateReason

2018-07-11 Thread Bjoern Walk
On some architectures, QEMU exposes additional information on certain domain states, e.g. for guest crashes. Let's add a field @info to the virDomainStateReason struct inside virDomainObj which holds additional state information. One drawback is that this information is not serialized and is lost

Re: [libvirt] [PATCH 1/9] conf: add an option to specify a NS16550A serial port

2018-05-17 Thread Andrea Bolognani
On Tue, 2018-05-15 at 12:53 +0200, Lubomir Rintel wrote: > QEMU attaches this to a riscv/virt board. It's perhaps the same thing as > used on x86/pc, somewhat unfortunately called model="isa-serial". > > Signed-off-by: Lubomir Rintel > --- > docs/schemas/domaincommon.rng | 1 + >

[libvirt] [PATCH 1/9] conf: add an option to specify a NS16550A serial port

2018-05-15 Thread Lubomir Rintel
QEMU attaches this to a riscv/virt board. It's perhaps the same thing as used on x86/pc, somewhat unfortunately called model="isa-serial". Signed-off-by: Lubomir Rintel --- docs/schemas/domaincommon.rng | 1 + src/conf/domain_conf.c| 1 + src/conf/domain_conf.h|

Re: [libvirt] [PATCH 1/9] conf: add to

2017-04-13 Thread Ján Tomko
On Tue, Mar 28, 2017 at 02:50:58PM -0400, John Ferlan wrote: On 03/23/2017 11:26 AM, Ján Tomko wrote: @@ -1788,6 +1789,15 @@ for hypervisor to decide. Since 2.1.0 + irqchip + Tune the in-kernel irqchip. Possible values for the + mode attribute

Re: [libvirt] [PATCH 1/9] conf: add to

2017-03-28 Thread John Ferlan
On 03/23/2017 11:26 AM, Ján Tomko wrote: > Add a new element with a mode attribute. > > Possible values are off, split or on. > > https://bugzilla.redhat.com/show_bug.cgi?id=1427005 Shouldn't this just go on the "last" patch in the series. IDC really, but if you're going to add to all

[libvirt] [PATCH 1/9] conf: add to

2017-03-23 Thread Ján Tomko
Add a new element with a mode attribute. Possible values are off, split or on. https://bugzilla.redhat.com/show_bug.cgi?id=1427005 --- docs/formatdomain.html.in | 10 +++ docs/schemas/domaincommon.rng | 16 ++ src/conf/domain_conf.c