All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 00/13] Refactor common part of xen backend and frontend
@ 2016-10-13  6:01 ` Emil Condrea
  0 siblings, 0 replies; 32+ messages in thread
From: Emil Condrea @ 2016-10-13  6:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: xuquan8, anthony.perard, wei.liu2, stefanb, sstabellini,
	xen-devel, dgdegra, eblake

This patch series was splitted from QEMU:Xen stubdom vTPM for HVM virtual machine
http://markmail.org/message/fkix7g3a5zdj7lvr

It contains a reorganization of xen backend and frontend functions together
with code style fixes.
Common functions shared by backends and frontends are moved to xen_pvdev file.

---
Changes in v2:
* fixed parameter alignment when spliting long lines
* removed patches for creating xen_frontend


Emil Condrea (13):
  xen: Fix coding style errors
  xen: Fix coding style warnings
  xen: Create a new file xen_pvdev.c
  xen: Move xenstore_update to xen_pvdev.c
  xen: Move evtchn functions to xen_pvdev.c
  xen: Prepare xendev qtail to be shared with frontends
  xen: Move xenstore cleanup and mkdir functions
  xen: Rename xen_be_printf to xen_pv_printf
  xen: Rename xen_be_unbind_evtchn
  xen: Rename xen_be_send_notify
  xen: Rename xen_be_evtchn_event
  xen: Rename xen_be_find_xendev
  xen: Rename xen_be_del_xendev

 hw/block/xen_disk.c          |  65 ++++----
 hw/char/xen_console.c        |  32 ++--
 hw/display/xenfb.c           | 127 ++++++++--------
 hw/net/xen_nic.c             |  36 +++--
 hw/usb/xen-usb.c             |  46 +++---
 hw/xen/Makefile.objs         |   2 +-
 hw/xen/xen_backend.c         | 348 +++++--------------------------------------
 hw/xen/xen_devconfig.c       |   4 +-
 hw/xen/xen_pvdev.c           | 316 +++++++++++++++++++++++++++++++++++++++
 include/hw/xen/xen_backend.h |  72 +--------
 include/hw/xen/xen_pvdev.h   |  78 ++++++++++
 xen-common.c                 |   4 +-
 12 files changed, 604 insertions(+), 526 deletions(-)
 create mode 100644 hw/xen/xen_pvdev.c
 create mode 100644 include/hw/xen/xen_pvdev.h

-- 
1.9.1

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

end of thread, other threads:[~2016-10-25  9:28 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-13  6:01 [Qemu-devel] [PATCH v2 00/13] Refactor common part of xen backend and frontend Emil Condrea
2016-10-13  6:01 ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 01/13] xen: Fix coding style errors Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [PATCH v2 02/13] xen: Fix coding style warnings Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] " Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 03/13] xen: Create a new file xen_pvdev.c Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 04/13] xen: Move xenstore_update to xen_pvdev.c Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 05/13] xen: Move evtchn functions " Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 06/13] xen: Prepare xendev qtail to be shared with frontends Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 07/13] xen: Move xenstore cleanup and mkdir functions Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 08/13] xen: Rename xen_be_printf to xen_pv_printf Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 09/13] xen: Rename xen_be_unbind_evtchn Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 10/13] xen: Rename xen_be_send_notify Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 11/13] xen: Rename xen_be_evtchn_event Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 12/13] xen: Rename xen_be_find_xendev Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:01 ` [Qemu-devel] [PATCH v2 13/13] xen: Rename xen_be_del_xendev Emil Condrea
2016-10-13  6:01   ` Emil Condrea
2016-10-13  6:06 ` [Qemu-devel] [PATCH v2 00/13] Refactor common part of xen backend and frontend Emil Condrea
2016-10-13  6:06   ` Emil Condrea
2016-10-25  9:11 ` [Qemu-devel] " Xuquan (Quan Xu)
2016-10-25  9:11 ` Xuquan (Quan Xu)

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.