All of lore.kernel.org
 help / color / mirror / Atom feed
* Stabilising some tools only HVMOPs?
@ 2016-02-17 17:28 Wei Liu
  2016-02-18 10:24 ` Ian Campbell
                   ` (3 more replies)
  0 siblings, 4 replies; 35+ messages in thread
From: Wei Liu @ 2016-02-17 17:28 UTC (permalink / raw)
  To: Xen-devel
  Cc: Wei Liu, Ian Campbell, Stefano Stabellini, Andrew Cooper,
	Ian Jackson, Paul Durrant, Jan Beulich, Anthony PERARD

Hi all

Tools people are in the process of splitting libxenctrl into a set of
stable libraries. One of the proposed libraries is libxendevicemodel
which has a collection of APIs that can be used by device model.

Currently we use QEMU as reference to extract symbols and go through
them one by one. Along the way we discover QEMU is using some tools
only HVMOPs.

The list of tools only HVMOPs used by QEMU are:

  #define HVMOP_track_dirty_vram    6
  #define HVMOP_modified_memory    7
  #define HVMOP_set_mem_type    8
  #define HVMOP_inject_msi         16
  #define HVMOP_create_ioreq_server 17
  #define HVMOP_get_ioreq_server_info 18
  #define HVMOP_map_io_range_to_ioreq_server 19
  #define HVMOP_unmap_io_range_from_ioreq_server 20
  #define HVMOP_destroy_ioreq_server 21
  #define HVMOP_set_ioreq_server_state 22

I'm curious about the rationale for making them tools only in the
first place and what needs to be done to make them stable.

The option to build stable library APIs on top of unstable hypervisor
APIs is always there, but that looks suboptimal to me.

Wei.

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

end of thread, other threads:[~2016-03-01 11:10 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-17 17:28 Stabilising some tools only HVMOPs? Wei Liu
2016-02-18 10:24 ` Ian Campbell
2016-02-18 10:37   ` Jan Beulich
2016-02-18 10:45     ` Wei Liu
2016-02-18 10:53       ` Ian Campbell
2016-02-18 10:55         ` Wei Liu
2016-02-18 10:56       ` Jan Beulich
2016-02-18 10:31 ` Jan Beulich
2016-02-18 10:36   ` Wei Liu
2016-02-18 10:44   ` Ian Campbell
2016-02-18 10:55     ` Jan Beulich
2016-02-18 10:59       ` Wei Liu
2016-02-18 11:04         ` Jan Beulich
2016-02-18 12:51 ` Wei Liu
2016-02-18 16:28   ` Ian Jackson
2016-02-18 16:29     ` Wei Liu
2016-02-18 16:41     ` Jan Beulich
2016-02-18 16:45       ` Ian Jackson
2016-02-18 16:49       ` Wei Liu
2016-02-18 16:37   ` Ian Campbell
2016-02-19 16:05 ` Domctl and physdevop for passthrough (Was: Re: Stabilising some tools only HVMOPs?) Wei Liu
2016-02-22 11:28   ` Jan Beulich
2016-02-22 11:56     ` Wei Liu
2016-02-23 14:31     ` Wei Liu
2016-02-23 15:46       ` Jan Beulich
2016-02-23 17:09         ` Wei Liu
2016-02-23 17:24           ` Jan Beulich
2016-02-23 17:28             ` Jan Beulich
2016-02-23 17:55             ` Wei Liu
2016-02-29 12:23       ` Wei Liu
2016-02-29 12:29         ` Jan Beulich
2016-02-29 18:12           ` Wei Liu
2016-03-01  7:54             ` Jan Beulich
2016-03-01 10:52               ` Wei Liu
2016-03-01 11:10                 ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.