[Qemu-devel] [Bug 905095] Re: qemu-img can't convert vmdk file: Operation not permitted

2016-09-10 Thread Thomas Mayer
** Also affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/905095 Title: qemu-img can't convert vmdk file: Operation not permitted Status in QE

Re: [Qemu-devel] [PATCH v6 5/8] irq: Add a new irq device that allows the ORing of lines

2016-09-10 Thread Alistair Francis
On Tue, Aug 9, 2016 at 9:42 AM, Peter Maydell wrote: > On 3 August 2016 at 04:10, Alistair Francis wrote: >> Signed-off-by: Alistair Francis >> --- >> As the migration framework is not included in user mode this needs to be a >> new file. >> >> V6: >> - Make the OR IRQ device a TYPE_DEVICE >>

[Qemu-devel] [PATCH v2] object: Add 'help' option for all available backends and properties

2016-09-10 Thread Lin Ma
'-object help' prints available user creatable backends. '-object $typename,help' prints relevant properties. Signed-off-by: Lin Ma --- include/qom/object_interfaces.h | 2 + qemu-options.hx | 7 ++- qom/object_interfaces.c | 112 ++

[Qemu-devel] [PATCH] hw/arm/boot: allow using a command line specified dtb without a kernel

2016-09-10 Thread Michael Olbrich
When kernel and device tree are specified in the QEMU commandline, then this device tree may be modified e.g. to add virtio_mmio devices. With a bootloader e.g. on a flash device these extra devices are not available. With this change, the device tree can be specified at the QEMU commandline. The m

Re: [Qemu-devel] [PATCH] MAINTAINERS: Add include/hw/tricore/ to TriCore section

2016-09-10 Thread Bastian Koppelmann
On 09/09/2016 11:17 PM, Thomas Huth wrote: > get_maintainer.pl now properly recognizes that the file in > include/hw/tricore/ belongs to TriCore. > > Signed-off-by: Thomas Huth > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7196dba

Re: [Qemu-devel] [PATCH] virtio-bus: Plug devices after features are negotiated

2016-09-10 Thread Maxime Coquelin
On 09/10/2016 11:49 AM, Paolo Bonzini wrote: On 10/09/2016 10:23, Maxime Coquelin wrote: Currently, devices are plugged before features are negotiated. If the backend doesn't support VIRTIO_F_VERSION_1, the transport need to rewind some settings. This is the case for CCW, for which a post_p

Re: [Qemu-devel] [PATCH] virtio-bus: Plug devices after features are negotiated

2016-09-10 Thread Paolo Bonzini
On 10/09/2016 10:23, Maxime Coquelin wrote: > Currently, devices are plugged before features are negotiated. > If the backend doesn't support VIRTIO_F_VERSION_1, the transport > need to rewind some settings. > > This is the case for CCW, for which a post_plugged callback had > been introduced, w

[Qemu-devel] [PATCH] virtio-bus: Plug devices after features are negotiated

2016-09-10 Thread Maxime Coquelin
Currently, devices are plugged before features are negotiated. If the backend doesn't support VIRTIO_F_VERSION_1, the transport need to rewind some settings. This is the case for CCW, for which a post_plugged callback had been introduced, where max_rev field is just updated if VIRTIO_F_VERSION_1 i

Re: [Qemu-devel] [PATCH COLO-Frame v19 00/22] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)

2016-09-10 Thread Amit Shah
Hi, On (Fri) 09 Sep 2016 [14:45:36], Hailiang Zhang wrote: > ping ? Juan will start reviewing and picking patches soon.

Re: [Qemu-devel] [PATCH] MAINTAINERS: add virtio-* tests

2016-09-10 Thread Amit Shah
On (Fri) 09 Sep 2016 [10:31:20], Greg Kurz wrote: > Except virtio-9p, all virtio-* tests are orphan. This patch tries to fix > it, according to the following logic: > > - when the related subsystem has its own section in MAINTAINERS, the test > is added there > - otherwise it is added to the "pa