Re: [Qemu-devel] [PATCH] typo: apci->acpi

2019-01-25 Thread Philippe Mathieu-Daudé
On 1/25/19 10:40 AM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > apci_1_compatible should be acpi_1_compatible. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Philippe Mathieu-Daudé > --- > hw/acpi/cpu.c | 2 +- > hw/i386/acpi-build.c | 2 +- >

Re: [Qemu-devel] [PATCH] typo: apci->acpi

2019-01-25 Thread Igor Mammedov
On Fri, 25 Jan 2019 09:40:46 + "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > apci_1_compatible should be acpi_1_compatible. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Igor Mammedov > --- > hw/acpi/cpu.c | 2 +- > hw/i386/acpi-build.c |

[Qemu-devel] [PATCH] typo: apci->acpi

2019-01-25 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" apci_1_compatible should be acpi_1_compatible. Signed-off-by: Dr. David Alan Gilbert --- hw/acpi/cpu.c | 2 +- hw/i386/acpi-build.c | 2 +- include/hw/acpi/cpu.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/acpi/cpu.c b/hw/ac

[Qemu-devel] [PATCH] Typo, spelling and grammatical fixes

2013-04-08 Thread Peter Maydell
Minor fixes to documentation and code comments, including a set of lets-vs-let's corrections. Signed-off-by: Peter Maydell --- docs/bootindex.txt | 10 +- docs/ccid.txt |2 +- hw/armv7m_nvic.c |2 +- hw/s390x/s390-virtio-ccw.c |2 +- hw/s390x/

[Qemu-devel] [PATCH] typo in curses_keys.h

2008-03-17 Thread Dan Nelson
Currently in -curses mode, pressing Ctrl-T sends a ^D to the guest, and pressing Ctrl-D does nothing. This fixes it: Index: curses_keys.h === RCS file: /sources/qemu/qemu/curses_keys.h,v retrieving revision 1.1 diff -u -p -r1.1 curs

[Qemu-devel] [PATCH] Typo in error message

2007-04-19 Thread Linus Nordberg
s/setsockopt/getsockopt/1 in vl.c. -- Linus Index: vl.c === RCS file: /sources/qemu/qemu/vl.c,v retrieving revision 1.282 diff --unified -p -r1.282 vl.c --- vl.c18 Apr 2007 18:11:47 - 1.282 +++ vl.c19 Apr 200

Re: [Qemu-devel] [PATCH] Typo : fix recv and recvfrom syscalls in user emulation

2007-03-25 Thread Kirill A. Shutemov
On [Fri, 16.03.2007 13:46], Raphaël Rigo wrote: > Trivial patch following > > Regards, > Raphaël Rigo > > === > RCS file: /sources/qemu/qemu/linux-user/syscall.c,v > retrieving revision 1.89 > diff -u -r1.89 syscall.c > --- linux-use

Re: [Qemu-devel] [PATCH] Typo : fix recv and recvfrom syscalls in user emulation

2007-03-16 Thread Kirill A. Shutemov
On [Fri, 16.03.2007 13:46], Raphaël Rigo wrote: > Trivial patch following > > Regards, > Raphaël Rigo > > === > RCS file: /sources/qemu/qemu/linux-user/syscall.c,v > retrieving revision 1.89 > diff -u -r1.89 syscall.c > --- linux-use

[Qemu-devel] [PATCH] Typo : fix recv and recvfrom syscalls in user emulation

2007-03-16 Thread Raphaël Rigo
Trivial patch following Regards, Raphaël Rigo === RCS file: /sources/qemu/qemu/linux-user/syscall.c,v retrieving revision 1.89 diff -u -r1.89 syscall.c --- linux-user/syscall.c2 Mar 2007 20:47:59 - 1.89 +++ linux-us

[Qemu-devel] [PATCH] Typo

2006-09-01 Thread Panagiotis Issaris
Hi, Just noticed a typo in the documentation. With friendly regards, Takis diff --git a/qemu-doc.texi b/qemu-doc.texi index 3bf3b5c..dab1e2c 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1214,7 +1214,7 @@ or the @code{usb_add} monitor command. @item @code{mouse} Virtual Mouse. This wil