Damien Zammit, le lun. 16 nov. 2020 10:39:10 +1100, a ecrit:
> I have a patched QEMU for IDE sync cache atapi cmd and no AHCI controller by 
> default in q35, see attached.
> I recall having issues with the driver without patching QEMU.
> Perhaps this will help?

This gets the same.

> +static void cmd_sync_cache(IDEState *s, uint8_t* buf)
> +{
> +    ide_flush_cache(s); 
> +    ide_atapi_cmd_ok(s);
> +}

Flushing cache on atapi? I guess that'd be only useful for a zip drive
:)

Probably it should be forwarded to upstream?

Samuel

Reply via email to