qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH v1] Include errno values in printfs for some xc_ calls.
@ 2015-03-13 19:36 Konrad Rzeszutek Wilk
  2015-03-13 19:36 ` [Qemu-devel] [PATCH RFC v1 1/2] xen/hw/passthrough: Use errno instead of ret for xc_physdev_map_* calls Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-03-13 19:36 UTC (permalink / raw)
  To: qemu-devel, stefano.stabellini, xen-devel

Hey,

I've just posted on xen-devel patches that make these two set of
xc_* function conform to the style of returning -1 for error and
stashing the Exx in errno. See:
http://lists.xen.org/archives/html/xen-devel/2015-03/msg01766.html

and
http://lists.xen.org/archives/html/xen-devel/2015-03/msg01769.html
(xc_domain_add_to_physmap fails uses do_memory_op).


 hw/xen/xen_pt.c     | 4 ++--
 hw/xen/xen_pt_msi.c | 4 ++--
 xen-hvm.c           | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2015-03-16 14:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 19:36 [Qemu-devel] [RFC PATCH v1] Include errno values in printfs for some xc_ calls Konrad Rzeszutek Wilk
2015-03-13 19:36 ` [Qemu-devel] [PATCH RFC v1 1/2] xen/hw/passthrough: Use errno instead of ret for xc_physdev_map_* calls Konrad Rzeszutek Wilk
2015-03-16 10:13   ` Stefano Stabellini
2015-03-16 14:27     ` Konrad Rzeszutek Wilk
2015-03-13 19:36 ` [Qemu-devel] [PATCH RFC v1 2/2] xen-hvm: When using xc_domain_add_to_physmap also include errno when reporting Konrad Rzeszutek Wilk
2015-03-16 10:14   ` Stefano Stabellini
2015-03-13 19:46 ` [Qemu-devel] [RFC PATCH v1] Include errno values in printfs for some xc_ calls Patchew Tool

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