All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] block: Use definitions instead of magic values
@ 2020-08-14  8:28 Philippe Mathieu-Daudé
  2020-08-14  8:28 ` [PATCH 1/7] block/null: Make more explicit the driver default size is 1GiB Philippe Mathieu-Daudé
                   ` (8 more replies)
  0 siblings, 9 replies; 31+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-08-14  8:28 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Kevin Wolf, qemu-block, qemu-trivial, Michael Tokarev,
	Laurent Vivier, Max Reitz, Paolo Bonzini, John Snow,
	Philippe Mathieu-Daudé

Trivial block patches:
- Fix a typo
- Replace '1 << 30' by '1 * GiB' in null-co
- Replace 512 by BDRV_SECTOR_SIZE when appropriate.

Philippe Mathieu-Daudé (7):
  block/null: Make more explicit the driver default size is 1GiB
  hw/ide/core: Trivial typo fix
  hw/ide/core: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE
  hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZE

 block/null.c        |  4 +++-
 hw/ide/ahci.c       |  5 +++--
 hw/ide/atapi.c      |  8 ++++----
 hw/ide/core.c       | 25 +++++++++++++------------
 hw/ide/pci.c        |  2 +-
 hw/scsi/scsi-disk.c | 44 +++++++++++++++++++++++---------------------
 6 files changed, 47 insertions(+), 41 deletions(-)

-- 
2.21.3



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

end of thread, other threads:[~2020-09-23 16:59 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-14  8:28 [PATCH 0/7] block: Use definitions instead of magic values Philippe Mathieu-Daudé
2020-08-14  8:28 ` [PATCH 1/7] block/null: Make more explicit the driver default size is 1GiB Philippe Mathieu-Daudé
2020-08-14 16:58   ` Richard Henderson
2020-08-15  3:15   ` Li Qiang
2020-08-17 11:07   ` Kevin Wolf
2020-08-14  8:28 ` [PATCH 2/7] hw/ide/core: Trivial typo fix Philippe Mathieu-Daudé
2020-08-14 16:58   ` Richard Henderson
2020-08-15  3:18   ` Li Qiang
2020-08-17 11:10   ` Kevin Wolf
2020-08-14  8:28 ` [PATCH 3/7] hw/ide/core: Replace magic '512' value by BDRV_SECTOR_SIZE Philippe Mathieu-Daudé
2020-08-14 16:58   ` Richard Henderson
2020-08-15  3:19   ` Li Qiang
2020-08-17 11:17   ` Kevin Wolf
2020-09-23 14:53     ` John Snow
2020-09-23 16:57       ` Philippe Mathieu-Daudé
2020-08-14  8:28 ` [PATCH 4/7] hw/ide/ahci: " Philippe Mathieu-Daudé
2020-08-14 16:58   ` Richard Henderson
2020-08-15  3:21   ` Li Qiang
2020-08-14  8:28 ` [PATCH 5/7] hw/ide/atapi: " Philippe Mathieu-Daudé
2020-08-14 17:00   ` Richard Henderson
2020-08-15  3:22   ` Li Qiang
2020-08-14  8:28 ` [PATCH 6/7] hw/ide/pci: " Philippe Mathieu-Daudé
2020-08-14 17:00   ` Richard Henderson
2020-08-15  3:23   ` Li Qiang
2020-08-14  8:28 ` [PATCH 7/7] hw/scsi/scsi-disk: " Philippe Mathieu-Daudé
2020-08-14 17:01   ` Richard Henderson
2020-08-15  3:24   ` Li Qiang
2020-08-17 11:21   ` Kevin Wolf
2020-08-17  9:03 ` [PATCH 0/7] block: Use definitions instead of magic values Stefano Garzarella
2020-09-01  9:27 ` Laurent Vivier
2020-09-01 13:55   ` Philippe Mathieu-Daudé

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.