Re: [PATCH v3 0/2] qdev-monitor: avoid QemuOpts in QMP device_add()

2024-11-14 Thread Kevin Wolf
Am 27.08.2024 um 21:27 hat Stefan Hajnoczi geschrieben: > v3: > - Duplicate drain_call_rcu() into hmp_device_add() because moving it into > qdev_device_add_from_qdict turned out to be unsafe. > v2: > - Rename Patch 1 to indicate that we're avoiding QemuOpts rather than doing a > full conversion

Re: [PATCH v3 0/2] qdev-monitor: avoid QemuOpts in QMP device_add()

2024-11-06 Thread Kevin Wolf
Am 27.08.2024 um 21:27 hat Stefan Hajnoczi geschrieben: > v3: > - Duplicate drain_call_rcu() into hmp_device_add() because moving it into > qdev_device_add_from_qdict turned out to be unsafe. > v2: > - Rename Patch 1 to indicate that we're avoiding QemuOpts rather than doing a > full conversion

[PATCH v3 0/2] qdev-monitor: avoid QemuOpts in QMP device_add()

2024-08-27 Thread Stefan Hajnoczi
v3: - Duplicate drain_call_rcu() into hmp_device_add() because moving it into qdev_device_add_from_qdict turned out to be unsafe. v2: - Rename Patch 1 to indicate that we're avoiding QemuOpts rather than doing a full conversion to QAPI. Also mention that 'gen': false is still being used. [Mar