qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 00/10] Make some devices optional
@ 2011-02-03 20:58 Blue Swirl
  2011-02-04  8:04 ` Markus Armbruster
  0 siblings, 1 reply; 3+ messages in thread
From: Blue Swirl @ 2011-02-03 20:58 UTC (permalink / raw)
  To: qemu-devel

Disabling some devices from build is a frequently requested feature.
Provide means to disable vmware_vga, vmmouse and HPET.

Blue Swirl (10):
  vmware_vga: refactor device creation
  qdev: add creation function that may fail
  pci: add creation functions that may fail
  x86,MIPS: make vmware_vga optional
  vmport: convert to qdev
  vmmouse: convert to qdev
  isa: add creation function that may fail
  x86: make vmmouse optional
  sysbus: add creation function that may fail
  hpet: make optional

 Makefile.objs                      |    2 +
 Makefile.target                    |    2 +-
 default-configs/i386-softmmu.mak   |    2 +
 default-configs/x86_64-softmmu.mak |    2 +
 hw/hpet.c                          |    2 -
 hw/isa-bus.c                       |   12 +++++++
 hw/isa.h                           |    1 +
 hw/mips_malta.c                    |    6 +++-
 hw/pc.c                            |   29 ++++++++++++-----
 hw/pc.h                            |    6 +--
 hw/pc_piix.c                       |    2 -
 hw/pci.c                           |   20 ++++++++++++
 hw/pci.h                           |    4 ++
 hw/qdev.c                          |   14 ++++++++-
 hw/qdev.h                          |    1 +
 hw/sysbus.c                        |   31 ++++++++++++++++++
 hw/sysbus.h                        |    9 +++++
 hw/vmmouse.c                       |   61 +++++++++++++++++-------------------
 hw/vmport.c                        |   43 +++++++++++++++++++++++--
 hw/vmware_vga.c                    |    5 ---
 hw/vmware_vga.h                    |   12 ++++++-
 21 files changed, 205 insertions(+), 61 deletions(-)

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

* Re: [Qemu-devel] [PATCH v2 00/10] Make some devices optional
  2011-02-03 20:58 [Qemu-devel] [PATCH v2 00/10] Make some devices optional Blue Swirl
@ 2011-02-04  8:04 ` Markus Armbruster
  2011-02-04 17:24   ` Anthony Liguori
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Armbruster @ 2011-02-04  8:04 UTC (permalink / raw)
  To: Blue Swirl; +Cc: qemu-devel

Blue Swirl <blauwirbel@gmail.com> writes:

> Disabling some devices from build is a frequently requested feature.
> Provide means to disable vmware_vga, vmmouse and HPET.

Long patch series without proper threading are a PITA to review.
git-send-email adds the necessary headers automatically.  Could you try
using it?  Thanks.

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

* Re: [Qemu-devel] [PATCH v2 00/10] Make some devices optional
  2011-02-04  8:04 ` Markus Armbruster
@ 2011-02-04 17:24   ` Anthony Liguori
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2011-02-04 17:24 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: Blue Swirl, qemu-devel

On 02/04/2011 02:04 AM, Markus Armbruster wrote:
> Blue Swirl<blauwirbel@gmail.com>  writes:
>
>    
>> Disabling some devices from build is a frequently requested feature.
>> Provide means to disable vmware_vga, vmmouse and HPET.
>>      
> Long patch series without proper threading are a PITA to review.
> git-send-email adds the necessary headers automatically.  Could you try
> using it?  Thanks.
>    

Would be nice for someone to put up a quick wiki page with a short 
tutorial on git-send-email (under a SubmittingPatches) page.

Regards,

Anthony Liguori

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

end of thread, other threads:[~2011-02-04 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 20:58 [Qemu-devel] [PATCH v2 00/10] Make some devices optional Blue Swirl
2011-02-04  8:04 ` Markus Armbruster
2011-02-04 17:24   ` Anthony Liguori

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