[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
qemu's deprecated -soundhw option
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 1 Aug 2022 16:54:57 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=qadgjDDaoPjckW3Yk+8L5p2Pq7NGdumoHePsZbmzN7Q=; b=GWUlmjXOkx21fRIKu8NgpS1FoT77HNU/8rd0OOn7ZzPnVg1MeAU5rown+r6vW0+pUWxVU+HHqv8S2Nhe1ts7xmOTacpR9ZjpVjQ0QGbxjisNnHt0oHcM9wBfH390Sy5bBO9Ks/Bbf1MwC/hdXcOZFYrOvEPedBfp0e5hv+ueARfdhQZCeLqHaogcQh8W6zMgmLscsHYyMUP54MPeVq6sHimH6BOh8UARs01zyI60HZK3mVbLtG2olF7XvCBYI8zjCn5KI8UQK1QIdJcbcrUNK6PjdY788idVcV26tw8semZY8eDRrJnMTNpqJE2b7P8biVfajBlk7WZNeVKoT33Tew==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mvVmJQ5yTwAeB5xczC3dBu0a4nM6AOAu+pb3rNc7Y4KAqJN2QJrLQ6xubyoKso3tPoUMdmiI2b1ULM9SN3Y1n4pIYtc5p/mAbM4fjtWmkBRPuOuyrGknGq1N0fZESXbVAbCEbpb23xtdwrbhEcW47n3Go+8v6d1l7sG6DXJcK5ZsAUpVpcSXxjLaAcr4Qj5v2ZuA5WNbvmIuHShVGIxEwC28Ha5fOUxNQjsPxQwIqnyyQsqoBPuTpFFXtNPPGNm+eoEUJ+iVlIdXCtv0k7EtVJ4LjXev0DoH5+pIpm6qxk0+nLYfwF+EmZbZZL/sj7dgdSUOTVq7xBIOOYsAqb+pKQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Anthony Perard <anthony.perard@xxxxxxxxxx>, Henry Wang <Henry.Wang@xxxxxxx>
- Delivery-date: Mon, 01 Aug 2022 14:55:28 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hello,
a user was making us aware in a bug report that qemu's -soundhw command
line option is deprecated (and apparently going to be gone in the next
version), replaced by some form of -device. libxl_dm.c does not appear
to know of this yet, so I wonder if this isn't something that will want
addressing for 4.17 (and then likely also backporting). Clearly I don't
feel capable myself of making such an adjustment, first and foremost
since I have no clue how to know which variant a given qemu binary is
supporting.
Thanks, Jan
|