Re: [Qemu-devel] [PATCH v2 3/3] q35: allow dynamic sysbus

2016-06-08 Thread Marcel Apfelbaum
On 06/08/2016 05:56 AM, Peter Xu wrote: On Thu, Jun 02, 2016 at 11:15:55PM +0300, Marcel Apfelbaum wrote: Allow adding sysbus devices with -device on Q35. At first Q35 will support only intel-iommu to be added this way, however the command line will support all sysbus devices. Mark with 'canno

Re: [Qemu-devel] [PATCH v2 3/3] q35: allow dynamic sysbus

2016-06-07 Thread Peter Xu
On Thu, Jun 02, 2016 at 11:15:55PM +0300, Marcel Apfelbaum wrote: > Allow adding sysbus devices with -device on Q35. > > At first Q35 will support only intel-iommu to be added this way, > however the command line will support all sysbus devices. > > Mark with 'cannot_instantiate_with_device_add_y

Re: [Qemu-devel] [PATCH v2 3/3] q35: allow dynamic sysbus

2016-06-02 Thread Marcel Apfelbaum
On 06/03/2016 09:33 AM, Markus Armbruster wrote: Marcel Apfelbaum writes: Allow adding sysbus devices with -device on Q35. At first Q35 will support only intel-iommu to be added this way, however the command line will support all sysbus devices. Mark with 'cannot_instantiate_with_device_add_

Re: [Qemu-devel] [PATCH v2 3/3] q35: allow dynamic sysbus

2016-06-02 Thread Markus Armbruster
Marcel Apfelbaum writes: > Allow adding sysbus devices with -device on Q35. > > At first Q35 will support only intel-iommu to be added this way, > however the command line will support all sysbus devices. > > Mark with 'cannot_instantiate_with_device_add_yet' the ones > causing immediate problems

[Qemu-devel] [PATCH v2 3/3] q35: allow dynamic sysbus

2016-06-02 Thread Marcel Apfelbaum
Allow adding sysbus devices with -device on Q35. At first Q35 will support only intel-iommu to be added this way, however the command line will support all sysbus devices. Mark with 'cannot_instantiate_with_device_add_yet' the ones causing immediate problems (e.g. crashes). Signed-off-by: Marcel