qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] add sparc64-softmmu to default configure targets list
@ 2009-06-22 20:09 Igor Kovalenko
  2009-06-23  1:01 ` Anthony Liguori
  0 siblings, 1 reply; 6+ messages in thread
From: Igor Kovalenko @ 2009-06-22 20:09 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

this adds sparc64-softmmu to default configure targets list

-- 
Kind regards,
Igor V. Kovalenko

[-- Attachment #2: sparc64-add-to-default-list.patch --]
[-- Type: application/octet-stream, Size: 349 bytes --]

Add sparc64 to default list of softmmu targets
Index: qemu-trunk/configure
===================================================================
--- qemu-trunk.orig/configure
+++ qemu-trunk/configure
@@ -714,6 +714,7 @@ ppc64-softmmu \
 sh4-softmmu \
 sh4eb-softmmu \
 sparc-softmmu \
+sparc64-softmmu \
 "
     fi
 # the following are Linux specific

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

* Re: [Qemu-devel] [PATCH] add sparc64-softmmu to default configure targets list
  2009-06-22 20:09 [Qemu-devel] [PATCH] add sparc64-softmmu to default configure targets list Igor Kovalenko
@ 2009-06-23  1:01 ` Anthony Liguori
  2009-06-23  3:40   ` Igor Kovalenko
  2009-06-23  3:43   ` Igor Kovalenko
  0 siblings, 2 replies; 6+ messages in thread
From: Anthony Liguori @ 2009-06-23  1:01 UTC (permalink / raw)
  To: Igor Kovalenko; +Cc: qemu-devel

Igor Kovalenko wrote:
> this adds sparc64-softmmu to default configure targets list
>   

Hi,

Your mailer is attaching these patches as application/octet-stream.  
That makes them pretty difficult to review/apply.

Regards,

Anthony Liguori

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

* Re: [Qemu-devel] [PATCH] add sparc64-softmmu to default configure targets list
  2009-06-23  1:01 ` Anthony Liguori
@ 2009-06-23  3:40   ` Igor Kovalenko
  2009-06-23  3:43   ` Igor Kovalenko
  1 sibling, 0 replies; 6+ messages in thread
From: Igor Kovalenko @ 2009-06-23  3:40 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

this adds sparc64-softmmu to default configure targets list
Signed-off-by:  Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
-- 
Kind regards,
Igor V. Kovalenko

[-- Attachment #2: sparc64-add-to-default-list.patch --]
[-- Type: application/octet-stream, Size: 349 bytes --]

Add sparc64 to default list of softmmu targets
Index: qemu-trunk/configure
===================================================================
--- qemu-trunk.orig/configure
+++ qemu-trunk/configure
@@ -714,6 +714,7 @@ ppc64-softmmu \
 sh4-softmmu \
 sh4eb-softmmu \
 sparc-softmmu \
+sparc64-softmmu \
 "
     fi
 # the following are Linux specific

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

* Re: [Qemu-devel] [PATCH] add sparc64-softmmu to default configure targets list
  2009-06-23  1:01 ` Anthony Liguori
  2009-06-23  3:40   ` Igor Kovalenko
@ 2009-06-23  3:43   ` Igor Kovalenko
  2009-06-23 12:09     ` Avi Kivity
  1 sibling, 1 reply; 6+ messages in thread
From: Igor Kovalenko @ 2009-06-23  3:43 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel

On Tue, Jun 23, 2009 at 5:01 AM, Anthony Liguori<anthony@codemonkey.ws> wrote:
> Igor Kovalenko wrote:
>>
>> this adds sparc64-softmmu to default configure targets list
>>
>
> Hi,
>
> Your mailer is attaching these patches as application/octet-stream.  That
> makes them pretty difficult to review/apply.
Seems like gmail is missing "plain text attachment" button.

-- 
Kind regards,
Igor V. Kovalenko

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

* Re: [Qemu-devel] [PATCH] add sparc64-softmmu to default configure targets list
  2009-06-23  3:43   ` Igor Kovalenko
@ 2009-06-23 12:09     ` Avi Kivity
  2009-06-23 12:26       ` Filip Navara
  0 siblings, 1 reply; 6+ messages in thread
From: Avi Kivity @ 2009-06-23 12:09 UTC (permalink / raw)
  To: Igor Kovalenko; +Cc: qemu-devel

On 06/23/2009 06:43 AM, Igor Kovalenko wrote:
> On Tue, Jun 23, 2009 at 5:01 AM, Anthony Liguori<anthony@codemonkey.ws>  wrote:
>    
>> Igor Kovalenko wrote:
>>      
>>> this adds sparc64-softmmu to default configure targets list
>>>
>>>        
>> Hi,
>>
>> Your mailer is attaching these patches as application/octet-stream.  That
>> makes them pretty difficult to review/apply.
>>      
> Seems like gmail is missing "plain text attachment" button.
>    

This came up before.  IIRC, if you browser uploads the attachment as 
text/plain, then gmail will attach it as text/plain.  So the browser 
needs to be configured to identify the content type for .patch files.

-- 
error compiling committee.c: too many arguments to function

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

* Re: [Qemu-devel] [PATCH] add sparc64-softmmu to default configure targets list
  2009-06-23 12:09     ` Avi Kivity
@ 2009-06-23 12:26       ` Filip Navara
  0 siblings, 0 replies; 6+ messages in thread
From: Filip Navara @ 2009-06-23 12:26 UTC (permalink / raw)
  To: Avi Kivity; +Cc: qemu-devel

On Tue, Jun 23, 2009 at 2:09 PM, Avi Kivity<avi@redhat.com> wrote:
[snip]
>>> Hi,
>>>
>>> Your mailer is attaching these patches as application/octet-stream.  That
>>> makes them pretty difficult to review/apply.
>>>
>>
>> Seems like gmail is missing "plain text attachment" button.
>>
>
> This came up before.  IIRC, if you browser uploads the attachment as
> text/plain, then gmail will attach it as text/plain.  So the browser needs
> to be configured to identify the content type for .patch files.

That doesn't help anymore, Gmail doesn't respect it. Rename the patch
to something.patch.txt and it will be sent as text/plain.

Best regards,
Filip Navara

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

end of thread, other threads:[~2009-06-23 12:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-22 20:09 [Qemu-devel] [PATCH] add sparc64-softmmu to default configure targets list Igor Kovalenko
2009-06-23  1:01 ` Anthony Liguori
2009-06-23  3:40   ` Igor Kovalenko
2009-06-23  3:43   ` Igor Kovalenko
2009-06-23 12:09     ` Avi Kivity
2009-06-23 12:26       ` Filip Navara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).