[PATCH] firmware: Switch back to struct platform_driver::remove()

2024-11-12 Thread Uwe Kleine-König
remove_new(). As .remove() and .remove_new() have the same prototypes, conversion is done by just changing the structure member name in the driver initializer. Signed-off-by: Uwe Kleine-König --- Hello, I did a single patch for all of drivers/firmware. While I usually prefer to do one logical change

[PATCH 00/11] firmware: Convert to platform remove callback returning void

2023-12-27 Thread Uwe Kleine-König
sually. All patches are pairwise independent, so they can be applied individually. Best regards Uwe Uwe Kleine-König (11): firmware: arm_scmi: Convert to platform remove callback returning void firmware: arm_scpi: Convert to platform remove callback returning void firmware: coreboot_table:

[PATCH 06/11] firmware: qemu_fw_cfg: Convert to platform remove callback returning void

2023-12-27 Thread Uwe Kleine-König
lways returning zero in the remove callback to the void returning variant. Signed-off-by: Uwe Kleine-König --- drivers/firmware/qemu_fw_cfg.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/firmware/qemu_fw_cfg.c b/drivers/firmware/qemu_fw_cfg.c index 1448f61

Re: [Qemu-devel] [Bug 1471904] Re: qemu fails under NeXTStep 3.3 when accessing ROM in SCSI-Adapter am53c974

2018-06-26 Thread Uwe Lienig
will cause the log to include a dump of the guest register state at this point. Execution cannot continue; stopping here. Best regards Uwe > Looking through old bug tickets... can you still reproduce this issue > with the latest version of QEMU? Or could we close this ticket nowadays? >

[Qemu-devel] [Bug 1471904] [NEW] qemu fails under NeXTStep 3.3 when accessing ROM in SCSI-Adapter am53c974

2015-07-06 Thread Uwe Lienig
Public bug reported: I try to do a fresh install of NeXTStep 3.3 on qemu. After all install floppies are successfully read in, the installation shall start, but aborts right away. During installation process the SCSI host adapter is correctly detected. I don't know, if these adapter where equipped

[Qemu-devel] MSI-X interrupt emulation

2014-08-01 Thread Danzer, Uwe
ebody have a minimal example for a (pseudo)device with MSI-X? Many thanks in advance! Best regards Uwe Danzer

Re: [Qemu-devel] [PATCH] QEMU: ARM: boot: Load kernel at an Image friendly address

2014-04-28 Thread Uwe Kleine-König
verlap, so you loose booting time by relocating one of them. Not sure if you care. As you cannot determine the actual value of TEXT_OFFSET for a given Image, I'd recommend to only support booting zImages and then place it somewhere at the end of RAM. Best regards Uwe -- Pengutronix e.K.

[Qemu-devel] [Bug 1033727] Re: USB passthrough doesn't work anymore with qemu-kvm 1.1.1

2012-11-03 Thread Uwe
I have made the same experiences with Ubuntu 12.10 (qemu-kvm 1.2.0). My SmartCard reader Omnikey 3121 shows up in the guest but no card can be found. No problem with quemu-kvm 1.0 under Ubuntu 12.04. See also my report Bug #1073815. -- You received this bug notification because you are a member o

[Qemu-devel] [Bug 1033727] Re: USB passthrough doesn't work anymore with qemu-kvm 1.1.1

2012-11-03 Thread Uwe
** Also affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1033727 Title: USB passthrough doesn't work anymore with qemu-kvm 1.1.1