public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] trivial fixes to silence compilation warnings
@ 2008-03-27 23:27 Carlo Marcelo Arenas Belon
  2008-03-27 23:30 ` [PATCH 1/5] libkvm: export kvm_disable_pit_creation to support -no-kvm-pit Carlo Marcelo Arenas Belon
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2008-03-27 23:27 UTC (permalink / raw)
  To: kvm-devel

The following series contains unrelated patches with fixes to compilation
warnings added since kvm-63; because of redefined macros, undefined functions
or mismatched pointer types.

  PATCH 1/5 : libkvm: missing declaration for kvm_disable_pit_creation
  PATCH 2/5 : qemu: cpu_model is a constant string
  PATCH 3/5 : qemu: model in NICInfo is a constant string
  PATCH 4/5 : qemu: PCI_COMMAND_SERR redefined
  PATCH 5/5 : qemu: ARRAY_SIZE redefined

Carlo

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

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

end of thread, other threads:[~2008-03-30  9:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-27 23:27 [PATCH 0/5] trivial fixes to silence compilation warnings Carlo Marcelo Arenas Belon
2008-03-27 23:30 ` [PATCH 1/5] libkvm: export kvm_disable_pit_creation to support -no-kvm-pit Carlo Marcelo Arenas Belon
2008-03-27 23:35 ` [PATCH 2/5] qemu: cpu_model is a pointer to a constant string Carlo Marcelo Arenas Belon
2008-03-27 23:38 ` [PATCH 3/5] qemu: model in NICInfo " Carlo Marcelo Arenas Belon
2008-03-27 23:40 ` [PATCH 4/5] qemu: PCI_COMMAND_SERR redefined from linux headers Carlo Marcelo Arenas Belon
     [not found]   ` <47EC981D.7040104@qumranet.com>
2008-03-28  9:09     ` [PATCH] qemu: remove conflicting dependency to <linux/pci.h> Carlo Marcelo Arenas Belon
2008-03-30  9:38       ` Avi Kivity
2008-03-27 23:42 ` [PATCH 5/5] qemu: ARRAY_SIZE redefined Carlo Marcelo Arenas Belon
     [not found]   ` <47EC9875.3020404@qumranet.com>
2008-03-28  7:44     ` Carlo Marcelo Arenas Belon
2008-03-28  8:39       ` [PATCH] qemu: use ARRAY_SIZE macro as provided by osdep.h Carlo Marcelo Arenas Belon
2008-03-30  9:37         ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox