[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 02/16] migration: fix a typo
From: |
Laurent Vivier |
Subject: |
[qemu-s390x] [PULL 02/16] migration: fix a typo |
Date: |
Thu, 6 Jun 2019 13:06:11 +0200 |
From: Li Qiang <address@hidden>
'postocpy' should be 'postcopy'.
CC: address@hidden
Signed-off-by: Li Qiang <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
---
migration/ram.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/migration/ram.c b/migration/ram.c
index 4c608692262e..359dc8f1bc44 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -2236,7 +2236,7 @@ static RAMBlock *unqueue_page(RAMState *rs, ram_addr_t
*offset)
}
/**
- * get_queued_page: unqueue a page from the postocpy requests
+ * get_queued_page: unqueue a page from the postcopy requests
*
* Skips pages that are already sent (!dirty)
*
--
2.21.0
- Re: [qemu-s390x] [PULL 09/16] hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbus, (continued)
- [qemu-s390x] [PULL 04/16] util: Adjust qemu_guest_getrandom_nofail for Coverity, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 13/16] hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdev, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 05/16] test: Fix make target check-report.tap, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 16/16] hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdev, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 12/16] hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdev, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 10/16] hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdev, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 14/16] hw/sd: Use the QOM BUS() macro to access BusState.qbus, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 01/16] hw/rdma: Delete unused headers inclusion, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 15/16] hw/scsi: Use the QOM BUS() macro to access BusState.qbus, Laurent Vivier, 2019/06/06
- [qemu-s390x] [PULL 02/16] migration: fix a typo,
Laurent Vivier <=
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/16] Trivial branch patches, Peter Maydell, 2019/06/06