All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Minor cleanups when parsing the "iommu" option
@ 2015-11-12  3:36 Bandan Das
  2015-11-12  3:36 ` [Qemu-devel] [PATCH 1/2] q35: Check propery to determine if iommu is set Bandan Das
  2015-11-12  3:36 ` [Qemu-devel] [PATCH 2/2] i440fx: print an error message if user tries to enable iommu Bandan Das
  0 siblings, 2 replies; 5+ messages in thread
From: Bandan Das @ 2015-11-12  3:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Bandan Das, mst

Small cleanup changes. The first removes the helper function by directly
checking the property and the second adds a error message if user tries
to use "-machine iommu=on" with i440fx.

Bandan Das (2):
  q35: Check propery to determine if iommu is set
  i440fx: print a error message if user enable iommu

 hw/core/machine.c   | 7 -------
 hw/pci-host/piix.c  | 4 ++++
 hw/pci-host/q35.c   | 2 +-
 include/hw/boards.h | 1 -
 4 files changed, 5 insertions(+), 9 deletions(-)

-- 
2.6.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-12 22:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-12  3:36 [Qemu-devel] [PATCH 0/2] Minor cleanups when parsing the "iommu" option Bandan Das
2015-11-12  3:36 ` [Qemu-devel] [PATCH 1/2] q35: Check propery to determine if iommu is set Bandan Das
2015-11-12  3:36 ` [Qemu-devel] [PATCH 2/2] i440fx: print an error message if user tries to enable iommu Bandan Das
2015-11-12  8:46   ` Markus Armbruster
2015-11-12 22:42     ` Bandan Das

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.