[Qemu-devel] [PATCH 0/3] via-ide clean ups and native mode

BALATON Zoltan posted 3 patches 6 years, 9 months ago
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1548160772.git.balaton@eik.bme.hu
Maintainers: Aleksandar Rikalo <arikalo@wavecomp.com>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Markovic <amarkovic@wavecomp.com>, John Snow <jsnow@redhat.com>, Stefan Markovic <smarkovic@wavecomp.com>
hw/ide/via.c            | 87 ++++++++++++++++++++++++++++++-------------------
hw/mips/mips_fulong2e.c |  2 +-
include/hw/ide.h        |  2 +-
3 files changed, 55 insertions(+), 36 deletions(-)
[Qemu-devel] [PATCH 0/3] via-ide clean ups and native mode
Posted by BALATON Zoltan 6 years, 9 months ago
Hello,

This implements native PCI ATA mode for via-ida device model which is
what most guests expect and want to use instead of the current legacy
compatibility mode which nothing seems to depend on. Also rename some
functions to via_ide to make this device truely independent from the
VIA 82C686B chip as it can be used independently as well.

This is on top of my previous CMD646 cleanup series.

Regards,
BALATON Zoltan

BALATON Zoltan (3):
  ide/via: Remove vt82c686b_init_ports() function
  ide/via: Rename functions to match device name
  ide/via: Implement and use native PCI IDE mode

 hw/ide/via.c            | 87 ++++++++++++++++++++++++++++++-------------------
 hw/mips/mips_fulong2e.c |  2 +-
 include/hw/ide.h        |  2 +-
 3 files changed, 55 insertions(+), 36 deletions(-)

-- 
2.13.7