qemu-devel
[Top][All Lists]
Advanced

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

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


From: Mark Cave-Ayland
Subject: [PATCH 0/2] cmd646: use DeviceClass for reset and VMStateDescription
Date: Sat, 7 Mar 2020 15:15:34 +0000

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 <address@hidden>


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




reply via email to

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