[PATCH 0/2] cmd646: use DeviceClass for reset and VMStateDescription

Mark Cave-Ayland posted 2 patches 5 years, 8 months ago
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200307151536.32709-1-mark.cave-ayland@ilande.co.uk
Maintainers: John Snow <jsnow@redhat.com>
hw/ide/cmd646.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
[PATCH 0/2] cmd646: use DeviceClass for reset and VMStateDescription
Posted by Mark Cave-Ayland 5 years, 8 months ago
Another couple of improvements that update the cmd646 device class to avoid
having to manually register the reset function and VMStateDescription at
realize time.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


Mark Cave-Ayland (2):
  cmd646: register cmd646_reset() function in DeviceClass
  cmd646: register vmstate_ide_pci VMStateDescription in DeviceClass

 hw/ide/cmd646.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

-- 
2.20.1