bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] libmachdev: Install as translator when bootstrapping && fix


From: Samuel Thibault
Subject: Re: [PATCH] libmachdev: Install as translator when bootstrapping && fix rumpdisk injection
Date: Mon, 16 Nov 2020 01:03:23 +0100
User-agent: NeoMutt/20170609 (1.8.3)

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

[Prev in Thread] Current Thread [Next in Thread]