[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 00/15] Refactor common part of xen backend and frontend



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.

Emil Condrea (15):
  xen: Fix coding style errors
  xen: Fix coding style warnings
  xen: Create a new file xen_pvdev.c
  xen: Create a new file xen_frontend.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
  xen: Rename xen_be_frontend_changed

 hw/block/xen_disk.c           |  66 +++----
 hw/char/xen_console.c         |  32 ++--
 hw/display/xenfb.c            | 128 ++++++++------
 hw/net/xen_nic.c              |  37 ++--
 hw/usb/xen-usb.c              |  47 ++---
 hw/xen/Makefile.objs          |   2 +-
 hw/xen/xen_backend.c          | 400 ++++--------------------------------------
 hw/xen/xen_devconfig.c        |   4 +-
 hw/xen/xen_frontend.c         |  90 ++++++++++
 hw/xen/xen_pvdev.c            | 317 +++++++++++++++++++++++++++++++++
 include/hw/xen/xen_backend.h  |  71 +-------
 include/hw/xen/xen_frontend.h |  14 ++
 include/hw/xen/xen_pvdev.h    |  78 ++++++++
 xen-common.c                  |   4 +-
 14 files changed, 704 insertions(+), 586 deletions(-)
 create mode 100644 hw/xen/xen_frontend.c
 create mode 100644 hw/xen/xen_pvdev.c
 create mode 100644 include/hw/xen/xen_frontend.h
 create mode 100644 include/hw/xen/xen_pvdev.h

-- 
1.9.1


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.