Re: [PATCH v4 0/4] hw/audio/pcspk: Inline pcspk_init()

2023-11-08 Thread Philippe Mathieu-Daudé
On 3/11/23 09:56, Markus Armbruster wrote: Bernhard Beschow writes: Am 20. Oktober 2023 17:15:04 UTC schrieb "Philippe Mathieu-Daudé" : Unfortunately v2 was merged as commit 40f8214fcd, so adapt v3 to clean the mess. Philippe Mathieu-Daudé (4): hw/i386/pc: Pass Error** argument to pc_basi

Re: [PATCH v4 0/4] hw/audio/pcspk: Inline pcspk_init()

2023-11-03 Thread Markus Armbruster
Bernhard Beschow writes: > Am 20. Oktober 2023 17:15:04 UTC schrieb "Philippe Mathieu-Daudé" > : >>Unfortunately v2 was merged as commit 40f8214fcd, >>so adapt v3 to clean the mess. >> >>Philippe Mathieu-Daudé (4): >> hw/i386/pc: Pass Error** argument to pc_basic_device_init() >> hw/i386/pc: P

Re: [PATCH v4 0/4] hw/audio/pcspk: Inline pcspk_init()

2023-10-22 Thread Bernhard Beschow
Am 20. Oktober 2023 17:15:04 UTC schrieb "Philippe Mathieu-Daudé" : >Unfortunately v2 was merged as commit 40f8214fcd, >so adapt v3 to clean the mess. > >Philippe Mathieu-Daudé (4): > hw/i386/pc: Pass Error** argument to pc_basic_device_init() > hw/i386/pc: Propagate error if HPET device crea

[PATCH v4 0/4] hw/audio/pcspk: Inline pcspk_init()

2023-10-20 Thread Philippe Mathieu-Daudé
Unfortunately v2 was merged as commit 40f8214fcd, so adapt v3 to clean the mess. Philippe Mathieu-Daudé (4): hw/i386/pc: Pass Error** argument to pc_basic_device_init() hw/i386/pc: Propagate error if HPET device creation failed hw/i386/pc: Propagate error if PC_SPEAKER device creation failed