[Qemu-devel] [PATCH 02/5] hw/timer: qemu_system_reset() replaced by watchdog_perform_action()

2019-04-08 Thread sohailalvi2236
From: Sohail Alvi Signed-off-by: SohailAlvi The watchdog_perform_action() function has been added in place of qemu_system_reset where watchdog was triggered. Changes have been made according to the previous suggestions given by Peter Maydell. The patch was tested with scripts/checkpatch.pl an

[Qemu-devel] [Resend PATCH 2/5] Device models

2019-04-08 Thread sohailalvi2236
From: Sohail Alvi Signed-off-by: SohailAlvi qemu_system_reset_request() in hw/ corresponding to watchdog that has triggered replaced by watchdog_perform_action(). --- hw/arm/musicpal.c| 3 ++- hw/ppc/ppc.c | 3 ++- hw/s390x/ipl.c | 3 ++- hw/timer/etraxfs_timer

[Qemu-devel] [PATCH] qemu_system_reset_request() in hw/ corresponding to watchdog that has triggered replaced by watchdog_perform_action().

2019-04-08 Thread sohailalvi2236
From: Sohail Alvi --- hw/arm/musicpal.c| 3 ++- hw/ppc/ppc.c | 3 ++- hw/s390x/ipl.c | 3 ++- hw/timer/etraxfs_timer.c | 3 ++- hw/timer/m48t59.c| 3 ++- hw/timer/pxa2xx_timer.c | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/hw/arm

[Qemu-devel] [PATCH 1/5] Device Models

2019-04-07 Thread sohailalvi2236
From: Sohail Alvi Signed-off-by: SohailAlvi --- hw/block/xen-block.c | 4 +++- hw/dma/i82374.c| 3 ++- hw/i386/amd_iommu.c| 9 + hw/i386/intel_iommu.c | 1 + hw/i386/pc_piix.c | 1 + hw/i386/xen/xen_pvdevice.c | 1 + hw/ipmi/ipmi_bmc_extern.c | 1

[Qemu-devel] [PATCH] set_bit() function added to the source code of uncategorized devices and categorizes have been assigne to them.

2019-04-07 Thread sohailalvi2236
From: Sohail Alvi a seperate class_init function has also been added for AMDVI-PCI. Signed-off-by:SohailAlvi --- hw/block/xen-block.c | 4 +++- hw/dma/i82374.c| 3 ++- hw/i386/amd_iommu.c| 9 + hw/i386/intel_iommu.c | 1 + hw/i386/pc_piix.c | 1 +