[Qemu-devel] [PATCH v4 00/10] Clean up and fix no_user

2013-11-28 Thread armbru
From: Markus Armbruster In an ideal world, machines can be built by wiring devices together with configuration, not code. Unfortunately, that's not the world we live in right now. We still have quite a few devices that need to be wired up by code. If you try to device_add such a device, it'll

Re: [Qemu-devel] [PATCH v4 00/10] Clean up and fix no_user

2013-12-15 Thread Andreas Färber
Am 28.11.2013 17:26, schrieb arm...@redhat.com: > Markus Armbruster (10): > qdev: Replace no_user by cannot_instantiate_with_device_add_yet > sysbus: Set cannot_instantiate_with_device_add_yet > cpu: Document why cannot_instantiate_with_device_add_yet > apic: Document why cannot_instantiate

Re: [Qemu-devel] [PATCH v4 00/10] Clean up and fix no_user

2013-12-16 Thread Markus Armbruster
Andreas Färber writes: > Am 28.11.2013 17:26, schrieb arm...@redhat.com: >> Markus Armbruster (10): >> qdev: Replace no_user by cannot_instantiate_with_device_add_yet >> sysbus: Set cannot_instantiate_with_device_add_yet >> cpu: Document why cannot_instantiate_with_device_add_yet >> apic:

Re: [Qemu-devel] [PATCH v4 00/10] Clean up and fix no_user

2013-12-16 Thread Marcel Apfelbaum
On Sun, 2013-12-15 at 21:37 +0100, Andreas Färber wrote: > Am 28.11.2013 17:26, schrieb arm...@redhat.com: > > Markus Armbruster (10): > > qdev: Replace no_user by cannot_instantiate_with_device_add_yet > > sysbus: Set cannot_instantiate_with_device_add_yet > > cpu: Document why cannot_instan

Re: [Qemu-devel] [PATCH v4 00/10] Clean up and fix no_user

2013-12-19 Thread Andreas Färber
Am 16.12.2013 09:21, schrieb Marcel Apfelbaum: > On Sun, 2013-12-15 at 21:37 +0100, Andreas Färber wrote: >> Am 28.11.2013 17:26, schrieb arm...@redhat.com: >>> Markus Armbruster (10): >>> qdev: Replace no_user by cannot_instantiate_with_device_add_yet >>> sysbus: Set cannot_instantiate_with_de