From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: [PATCH 0/9] raisin: introduce qemu and qemu-traditional Date: Wed, 15 Apr 2015 16:14:45 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: george.dunlap@eu.citrix.com, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Hi all, this patch series introduces two new components to raisin: qemu and qemu-traditional: the following patches disable building qemu and qemu-traditional from xen-unstable and build them separately. The series also contains a few bug fixes. Stefano Stabellini (9): raisin: do not clean before build raisin: use timestamps for dpkg Version to avoid versions that start with letters raisin: add QEMU upstream component raisin: add a component to build qemu_traditional raisin: remove UPSTREAM_ for URL and REVISION variables raisin: add some debugging output for VERBOSE=1 raisin: remove unneeded chmod +x xencommons xendomains xen-watchdog raisin: rename MAKE to RAISIN_MAKE raisin: add $INST_DIR/usr/lib64 to LDFLAGS for QEMU and Libvirt README | 6 ++--- components/grub | 10 ++++----- components/libvirt | 13 ++++++----- components/qemu | 51 +++++++++++++++++++++++++++++++++++++++++++ components/qemu_traditional | 49 +++++++++++++++++++++++++++++++++++++++++ components/series | 2 ++ components/xen | 14 +++++------- defconfig | 24 +++++++++++--------- lib/commands.sh | 1 - lib/common-functions.sh | 11 ++++++++-- scripts/mkdeb | 2 +- 11 files changed, 147 insertions(+), 36 deletions(-) create mode 100644 components/qemu create mode 100644 components/qemu_traditional Cheers, Stefano