Re: [RESEND PATCH] ide: Add 8-bit data mode

2022-11-30 Thread Paolo Bonzini
Queued, thanks. Paolo

[RESEND PATCH] ide: Add 8-bit data mode

2022-11-30 Thread Lubomir Rintel
CompactFlash uses features 0x01 and 0x81 to enable/disable 8-bit data path. Implement them. Signed-off-by: Lubomir Rintel --- hw/ide/core.c | 43 ++- include/hw/ide/internal.h | 1 + 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a