All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.8 0/2] raw_bsd: Fixing use of the 'offset' option without 'size'
@ 2016-11-03 13:47 Tomáš Golembiovský
  2016-11-03 13:47 ` [Qemu-devel] [PATCH for-2.8 1/2] raw_bsd: move check to prevent overflow Tomáš Golembiovský
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tomáš Golembiovský @ 2016-11-03 13:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: Tomáš Golembiovský, Kevin Wolf, Max Reitz,
	qemu-block

The patch set contains two patches related to the use of 'offset' option:

-  The first patch is purely cosmetic. Although it touches overflow
   check it only affects what error message is produced.

-  Second patch lessens the restriction on the size alignment when only
   'offset' is specified. The restriction is not only unneeded, it makes
   it difficult to use the 'offset' option.

Tomáš Golembiovský (2):
  raw_bsd: move check to prevent overflow
  raw_bsd: don't check size alignment when only offset is set

 block/raw_bsd.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

-- 
2.10.1

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

end of thread, other threads:[~2016-11-04 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 13:47 [Qemu-devel] [PATCH for-2.8 0/2] raw_bsd: Fixing use of the 'offset' option without 'size' Tomáš Golembiovský
2016-11-03 13:47 ` [Qemu-devel] [PATCH for-2.8 1/2] raw_bsd: move check to prevent overflow Tomáš Golembiovský
2016-11-03 13:47 ` [Qemu-devel] [PATCH for-2.8 2/2] raw_bsd: don't check size alignment when only offset is set Tomáš Golembiovský
2016-11-04 14:14 ` [Qemu-devel] [PATCH for-2.8 0/2] raw_bsd: Fixing use of the 'offset' option without 'size' Kevin Wolf

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.