qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/3] VGA patches
@ 2012-01-22 13:06 Blue Swirl
  2012-01-24 13:05 ` Avi Kivity
  0 siblings, 1 reply; 5+ messages in thread
From: Blue Swirl @ 2012-01-22 13:06 UTC (permalink / raw)
  To: qemu-devel

Let's compile Cirrus in hwlib.

http://repo.or.cz/r/qemu/blueswirl.git

Blue Swirl (3):
  memory: fix dirty mask function length handling
  memory: change dirty setting APIs to take a size
  vga: compile cirrus_vga in hwlib

 Makefile.objs   |    1 +
 Makefile.target |    1 -
 arch_init.c     |    2 +-
 exec-obsolete.h |   27 ++++++++++++++++++++++-----
 hw/cirrus_vga.c |   19 ++++++-------------
 hw/g364fb.c     |   11 +++--------
 hw/qxl.c        |    5 +----
 hw/tcx.c        |   14 +++-----------
 hw/vga.c        |    6 +++---
 hw/vhost.c      |    2 +-
 kvm-all.c       |    7 ++++---
 memory.c        |    5 +++--
 memory.h        |   11 +++++++----
 xen-all.c       |    3 ++-
 14 files changed, 57 insertions(+), 57 deletions(-)

-- 
1.7.9.rc0

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

* Re: [Qemu-devel] [PATCH v5 0/3] VGA patches
  2012-01-22 13:06 [Qemu-devel] [PATCH v5 0/3] VGA patches Blue Swirl
@ 2012-01-24 13:05 ` Avi Kivity
  2012-01-24 13:34   ` Markus Armbruster
  2012-01-25 18:47   ` Blue Swirl
  0 siblings, 2 replies; 5+ messages in thread
From: Avi Kivity @ 2012-01-24 13:05 UTC (permalink / raw)
  To: Blue Swirl; +Cc: qemu-devel

On 01/22/2012 03:06 PM, Blue Swirl wrote:
> Let's compile Cirrus in hwlib.
>
> http://repo.or.cz/r/qemu/blueswirl.git
>
>

Patches look fine (after fixing #2).  But please post patches using
git-send-email, otherwise they're unthreaded and lose their grouping as
soon as someone replies.

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

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

* Re: [Qemu-devel] [PATCH v5 0/3] VGA patches
  2012-01-24 13:05 ` Avi Kivity
@ 2012-01-24 13:34   ` Markus Armbruster
  2012-01-25 18:47   ` Blue Swirl
  1 sibling, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2012-01-24 13:34 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Blue Swirl, qemu-devel

Avi Kivity <avi@redhat.com> writes:

> On 01/22/2012 03:06 PM, Blue Swirl wrote:
>> Let's compile Cirrus in hwlib.
>>
>> http://repo.or.cz/r/qemu/blueswirl.git
>>
>>
>
> Patches look fine (after fixing #2).  But please post patches using
> git-send-email, otherwise they're unthreaded and lose their grouping as
> soon as someone replies.

Seconded.

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

* Re: [Qemu-devel] [PATCH v5 0/3] VGA patches
  2012-01-24 13:05 ` Avi Kivity
  2012-01-24 13:34   ` Markus Armbruster
@ 2012-01-25 18:47   ` Blue Swirl
  2012-01-25 19:58     ` Markus Armbruster
  1 sibling, 1 reply; 5+ messages in thread
From: Blue Swirl @ 2012-01-25 18:47 UTC (permalink / raw)
  To: Avi Kivity; +Cc: qemu-devel

On Tue, Jan 24, 2012 at 13:05, Avi Kivity <avi@redhat.com> wrote:
> On 01/22/2012 03:06 PM, Blue Swirl wrote:
>> Let's compile Cirrus in hwlib.
>>
>> http://repo.or.cz/r/qemu/blueswirl.git
>>
>>
>
> Patches look fine (after fixing #2).

Thanks, I applied them.

>  But please post patches using
> git-send-email, otherwise they're unthreaded and lose their grouping as
> soon as someone replies.

I have this in .gitconfig:
[format]
        thread = true

Maybe threading is lost when using the web interface.

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

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

* Re: [Qemu-devel] [PATCH v5 0/3] VGA patches
  2012-01-25 18:47   ` Blue Swirl
@ 2012-01-25 19:58     ` Markus Armbruster
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2012-01-25 19:58 UTC (permalink / raw)
  To: Blue Swirl; +Cc: Avi Kivity, qemu-devel

Blue Swirl <blauwirbel@gmail.com> writes:

> On Tue, Jan 24, 2012 at 13:05, Avi Kivity <avi@redhat.com> wrote:
[...]
>>  But please post patches using
>> git-send-email, otherwise they're unthreaded and lose their grouping as
>> soon as someone replies.
>
> I have this in .gitconfig:
> [format]
>         thread = true
>
> Maybe threading is lost when using the web interface.

Have a gander at
http://morefedora.blogspot.com/2009/02/configuring-git-send-email-to-use-gmail.html

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

end of thread, other threads:[~2012-01-25 19:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-22 13:06 [Qemu-devel] [PATCH v5 0/3] VGA patches Blue Swirl
2012-01-24 13:05 ` Avi Kivity
2012-01-24 13:34   ` Markus Armbruster
2012-01-25 18:47   ` Blue Swirl
2012-01-25 19:58     ` Markus Armbruster

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).