Re: [Qemu-devel] [PATCH] Fix BRDIGE typo.

2013-07-15 Thread Michael S. Tsirkin
On Tue, Jul 09, 2013 at 01:36:05PM -0400, Don Koch wrote: From: Don Koch dk...@verizon.com Fix typo in PCI_CLASS_BRDIGE_PCI_INF_SUB. Signed-off-by: Don Koch dk...@verizon.com Applied, thanks. --- hw/pci-bridge/i82801b11.c | 2 +- include/hw/pci/pci_ids.h | 2 +- 2 files changed, 2

Re: [Qemu-devel] [PATCH] Fix BRDIGE typo.

2013-07-10 Thread Michael S. Tsirkin
On Tue, Jul 09, 2013 at 01:36:05PM -0400, Don Koch wrote: From: Don Koch dk...@verizon.com Fix typo in PCI_CLASS_BRDIGE_PCI_INF_SUB. Signed-off-by: Don Koch dk...@verizon.com Applied, thanks. --- hw/pci-bridge/i82801b11.c | 2 +- include/hw/pci/pci_ids.h | 2 +- 2 files changed, 2

[Qemu-devel] [PATCH] Fix BRDIGE typo.

2013-07-09 Thread Don Koch
From: Don Koch dk...@verizon.com Fix typo in PCI_CLASS_BRDIGE_PCI_INF_SUB. Signed-off-by: Don Koch dk...@verizon.com --- hw/pci-bridge/i82801b11.c | 2 +- include/hw/pci/pci_ids.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/pci-bridge/i82801b11.c

Re: [Qemu-devel] [PATCH] fix inet_parse typo

2010-02-10 Thread Anthony Liguori
On 02/09/2010 11:31 AM, Marcelo Tosatti wrote: qemu_opt_set wants on/off, not yes/no. Signed-off-by: Marcelo Tosattimtosa...@redhat.com Applied. Thanks. Regards, Anthony Liguori diff --git a/qemu-sockets.c b/qemu-sockets.c index 8850516..a88b2a7 100644 --- a/qemu-sockets.c +++

[Qemu-devel] [PATCH] fix inet_parse typo

2010-02-09 Thread Marcelo Tosatti
qemu_opt_set wants on/off, not yes/no. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com diff --git a/qemu-sockets.c b/qemu-sockets.c index 8850516..a88b2a7 100644 --- a/qemu-sockets.c +++ b/qemu-sockets.c @@ -424,7 +424,7 @@ static int inet_parse(QemuOpts *opts, const char *str)

Re: [Qemu-devel] [patch] Fix a typo in 'P' packet processing for M68K.

2010-01-14 Thread Aurelien Jarno
On Wed, Dec 23, 2009 at 04:33:24PM -0800, Kazu Hirata wrote: Hi, Attached is a patch to fix a typo in 'P' packet processing for M68K. Without this patch, QEMU fails to honor GDB's P packets from GDB (writing to registers) for the address registers (A0 - A7). The problem is because of an

Re: [Qemu-devel] [patch] Fix a typo in 'P' packet processing for M68K.

2010-01-14 Thread Kazu Hirata
Hi Aurelien, I don't have a write access to the repository. Could someone apply this patch if it's OK? This patch looks ok, but is missing a Signed-of-by: Thank you for a review. I'm going to resubmit the patch in the git style. Kazu Hirata

[Qemu-devel] [PATCH] Fix a typo in 'P' packet processing for M68K.

2010-01-14 Thread Kazu Hirata
Hi, Attached is a patch to fix a typo in 'P' packet processing for M68K. Without this patch, QEMU fails to honor GDB's P packets from GDB (writing to registers) for the address registers (A0 - A7). The problem is because of an obvious typo. Notice that the second if condition is meant to be n

Re: [Qemu-devel] [PATCH] Fix a typo in 'P' packet processing for M68K.

2010-01-14 Thread Aurelien Jarno
On Thu, Jan 14, 2010 at 09:08:00AM -0800, Kazu Hirata wrote: Hi, Attached is a patch to fix a typo in 'P' packet processing for M68K. Without this patch, QEMU fails to honor GDB's P packets from GDB (writing to registers) for the address registers (A0 - A7). The problem is because of an

[Qemu-devel] [patch] Fix a typo in 'P' packet processing for M68K.

2009-12-24 Thread Kazu Hirata
Hi, Attached is a patch to fix a typo in 'P' packet processing for M68K. Without this patch, QEMU fails to honor GDB's P packets from GDB (writing to registers) for the address registers (A0 - A7). The problem is because of an obvious typo. Notice that the second if condition is meant to be n

[Qemu-devel] [PATCH] Fix a typo

2007-07-03 Thread Stuart Brady
Hi, The patch below fixes the spelling of 'overridden' in several places. Please apply. Cheers, -- Stuart Brady Index: audio/alsaaudio.c === RCS file: /sources/qemu/qemu/audio/alsaaudio.c,v retrieving revision 1.9 diff -u -p -r1.9