On 13/09/20 13:31, Philippe Mathieu-Daudé wrote: >> I'm not sure about the first. It's a bit ugly to have a property whose >> getter aborts. > This is (IIUC) the change Markus requested in v3 (see [*]). > > Commit description: "add a stub to satisfy the linker." > > This stub should be never used on user-mode => abort. > > [*] https://www.mail-archive.com/qemu-block@nongnu.org/msg67560.html >
Yes, I'm not sure about the stub _in general_. I would prefer to either have the type available even on user-mode emulation, or remove the property altogether... I don't know, anything but not a property that aborts. :) Paolo