xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Handle xen_platform_pci=0 case
@ 2013-11-22 15:13 Anthony PERARD
  2013-11-22 15:13 ` [PATCH 1/2] libxl: adding support to use -machine option of QEMU Anthony PERARD
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Anthony PERARD @ 2013-11-22 15:13 UTC (permalink / raw)
  To: Xen Devel
  Cc: George Dunlap, Stefano Stabellini, Ian Jackson, Ian Campbell,
	Anthony PERARD

Hi,

Here is a little series that attempt to fix the issue regarding
xen_platform_pci=0 not been handled.

There are two patches, the first one adds an option to specifies the QEMU
machine that a user wants and we handle the xen_platform_pci=0 case using the
new option.

The new options "qemu_machine_override" will help if one want to try a q35
based device model. Otherwise, it will be used by libxl to switch to the "pc"
machine instead of the "xenfv" one when necessary, as the only difference
between both (since QEMU 1.6) is the presence of the xen-platform pci device.

Regards,

Anthony PERARD (2):
  libxl: adding support to use -machine option of QEMU.
  libxl: Handle xen_platform_pci=0 case with qemu-xen.

 tools/libxl/libxl_dm.c      | 31 +++++++++++++++++++++++++++++--
 tools/libxl/libxl_types.idl |  1 +
 tools/libxl/xl_cmdimpl.c    |  3 +++
 3 files changed, 33 insertions(+), 2 deletions(-)

-- 
Anthony PERARD

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

end of thread, other threads:[~2013-11-29 16:20 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-22 15:13 [PATCH 0/2] Handle xen_platform_pci=0 case Anthony PERARD
2013-11-22 15:13 ` [PATCH 1/2] libxl: adding support to use -machine option of QEMU Anthony PERARD
2013-11-29 12:29   ` Stefano Stabellini
2013-11-22 15:13 ` [PATCH 2/2] libxl: Handle xen_platform_pci=0 case with qemu-xen Anthony PERARD
2013-11-29 12:31   ` Stefano Stabellini
2013-11-29 12:49     ` Fabio Fantoni
     [not found] ` <20131122151838.GA10855@perard.uk.xensource.com>
2013-11-22 15:30   ` Processed: Re: [PATCH 0/2] Handle xen_platform_pci=0 case xen
2013-11-22 15:49 ` Fabio Fantoni
2013-11-22 16:54   ` Anthony PERARD
2013-11-25  9:04     ` Fabio Fantoni
2013-11-25 11:11       ` Anthony PERARD
2013-11-29 16:06         ` Fabio Fantoni
2013-11-29 16:20           ` Sander Eikelenboom
2013-11-26 19:08     ` Konrad Rzeszutek Wilk
2013-11-26 20:09       ` Konrad Rzeszutek Wilk
2013-11-28 16:14         ` Anthony PERARD
2013-11-22 15:56 ` Ian Campbell
2013-11-22 17:18   ` Anthony PERARD
2013-11-22 17:23     ` Ian Campbell
2013-11-22 17:31       ` Ian Campbell
2013-11-22 17:40         ` Anthony PERARD
2013-11-22 17:24     ` George Dunlap
2013-11-22 17:06 ` George Dunlap

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