All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)
@ 2022-05-28 20:46 Lev Kujawski
  2022-05-28 20:47 ` [PATCH 2/4] hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTIC Lev Kujawski
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Lev Kujawski @ 2022-05-28 20:46 UTC (permalink / raw)
  To: qemu-trival
  Cc: Lev Kujawski, John Snow, open list:IDE,
	open list:All patches CC here

Signed-off-by: Lev Kujawski <lkujaw@member.fsf.org>
---
 hw/ide/atapi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c
index b626199e3d..88b2890faf 100644
--- a/hw/ide/atapi.c
+++ b/hw/ide/atapi.c
@@ -318,7 +318,7 @@ static void ide_atapi_cmd_reply(IDEState *s, int size, int max_size)
     }
 }
 
-/* start a CD-CDROM read command */
+/* start a CD-ROM read command */
 static void ide_atapi_cmd_read_pio(IDEState *s, int lba, int nb_sectors,
                                    int sector_size)
 {
@@ -417,7 +417,7 @@ eot:
     ide_set_inactive(s, false);
 }
 
-/* start a CD-CDROM read command with DMA */
+/* start a CD-ROM read command with DMA */
 /* XXX: test if DMA is available */
 static void ide_atapi_cmd_read_dma(IDEState *s, int lba, int nb_sectors,
                                    int sector_size)
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [PATCH 1/4] hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)
@ 2022-05-28 21:02 Lev Kujawski
  2022-05-28 21:02 ` [PATCH 4/4] hw/ide/piix: Ignore writes of hardwired PCI command register bits Lev Kujawski
  0 siblings, 1 reply; 10+ messages in thread
From: Lev Kujawski @ 2022-05-28 21:02 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Lev Kujawski

Signed-off-by: Lev Kujawski <lkujaw@member.fsf.org>
---
 hw/ide/atapi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c
index b626199e3d..88b2890faf 100644
--- a/hw/ide/atapi.c
+++ b/hw/ide/atapi.c
@@ -318,7 +318,7 @@ static void ide_atapi_cmd_reply(IDEState *s, int size, int max_size)
     }
 }
 
-/* start a CD-CDROM read command */
+/* start a CD-ROM read command */
 static void ide_atapi_cmd_read_pio(IDEState *s, int lba, int nb_sectors,
                                    int sector_size)
 {
@@ -417,7 +417,7 @@ eot:
     ide_set_inactive(s, false);
 }
 
-/* start a CD-CDROM read command with DMA */
+/* start a CD-ROM read command with DMA */
 /* XXX: test if DMA is available */
 static void ide_atapi_cmd_read_dma(IDEState *s, int lba, int nb_sectors,
                                    int sector_size)
-- 
2.34.1



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

end of thread, other threads:[~2022-06-28 10:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-28 20:46 [PATCH 1/4] hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM) Lev Kujawski
2022-05-28 20:47 ` [PATCH 2/4] hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTIC Lev Kujawski
2022-05-28 20:47 ` [PATCH 3/4] piix_ide_reset: Use pci_set_* functions instead of direct access Lev Kujawski
2022-05-30 13:24   ` Philippe Mathieu-Daudé via
2022-05-28 20:47 ` [PATCH 4/4] hw/ide/piix: Ignore writes of hardwired PCI command register bits Lev Kujawski
2022-05-30 13:33   ` Philippe Mathieu-Daudé via
2022-05-30 18:11     ` Michael S. Tsirkin
2022-05-30 13:26 ` [PATCH 1/4] hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM) Philippe Mathieu-Daudé via
  -- strict thread matches above, loose matches on Subject: below --
2022-05-28 21:02 Lev Kujawski
2022-05-28 21:02 ` [PATCH 4/4] hw/ide/piix: Ignore writes of hardwired PCI command register bits Lev Kujawski
2022-06-28 10:01   ` Laurent Vivier

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.