qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

global: Squash 'the the'

'the' has a tendency to double up; squash them back down.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191104185202.102504-1-dgilbert@redhat.com>
[lv: removed disas/libvixl/vixl/invalset.h change]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>

authored by

Dr. David Alan Gilbert and committed by
Laurent Vivier
df59feb1 0fbe394a

+6 -6
+1 -1
docs/interop/pr-helper.rst
··· 10 10 restricting access to block devices to specific initiators in a shared 11 11 storage setup. 12 12 13 - For a more detailed reference please refer the the SCSI Primary 13 + For a more detailed reference please refer to the SCSI Primary 14 14 Commands standard, specifically the section on Reservations and the 15 15 "PERSISTENT RESERVE IN" and "PERSISTENT RESERVE OUT" commands. 16 16
+1 -1
docs/specs/ppc-spapr-hotplug.txt
··· 385 385 is used to retrieve the right associativity list to be used for this 386 386 LMB. 387 387 - A 32bit flags word. The bit at bit position 0x00000008 defines whether 388 - the LMB is assigned to the the partition as of boot time. 388 + the LMB is assigned to the partition as of boot time. 389 389 390 390 ibm,dynamic-memory-v2 391 391
+1 -1
docs/specs/ppc-xive.rst
··· 163 163 register represent the priority of the most favored pending 164 164 notification. 165 165 166 - The PIPR is then compared to the the Current Processor Priority 166 + The PIPR is then compared to the Current Processor Priority 167 167 Register (CPPR). If it is more favored (numerically less than), the 168 168 CPU interrupt line is raised and the EO bit of the Notification Source 169 169 Register (NSR) is updated to notify the presence of an exception for
+1 -1
docs/specs/tpm.txt
··· 89 89 actions the firmware has to take. The system administrator passes the operation 90 90 request number to the firmware through an ACPI interface which writes this 91 91 number to a memory location that the firmware knows. Upon reboot, the firmware 92 - finds the number and sends commands to the the TPM. The firmware writes the TPM 92 + finds the number and sends commands to the TPM. The firmware writes the TPM 93 93 result code and the operation request number to a memory location that ACPI can 94 94 read from and pass the result on to the administrator. 95 95
+1 -1
include/hw/xen/interface/io/blkif.h
··· 341 341 * access (even when it should be read-only). If the frontend hits the 342 342 * maximum number of allowed persistently mapped grants, it can fallback 343 343 * to non persistent mode. This will cause a performance degradation, 344 - * since the the backend driver will still try to map those grants 344 + * since the backend driver will still try to map those grants 345 345 * persistently. Since the persistent grants protocol is compatible with 346 346 * the previous protocol, a frontend driver can choose to work in 347 347 * persistent mode even when the backend doesn't support it.
+1 -1
scripts/dump-guest-memory.py
··· 170 170 self.ehdr.e_phnum += 1 171 171 172 172 def to_file(self, elf_file): 173 - """Writes all ELF structures to the the passed file. 173 + """Writes all ELF structures to the passed file. 174 174 175 175 Structure: 176 176 Ehdr