search for: monn

Displaying 20 results from an estimated 88 matches for "monn".

Did you mean: mon
2011 Dec 13
8
[PATCH] xenpaging: remove XOPEN_SOURCE
# HG changeset patch # User Roger Pau Monne <roger.pau@entel.upc.edu> # Date 1323768129 -3600 # Node ID 7697ee23b08b8eaca9aee4f6b79cf550a490bef7 # Parent 8a84f53376862427f254a017cb52c928dbdd3d32 xenpaging: remove XOPEN_SOURCE The XOPEN_SOURCE define was breaking the compilation under NetBSD. I''ve removed it becasue it is no...
2012 Aug 14
4
[PATCH] libxl: fix usage of backend parameter and run_hotplug_scripts
...if interfaces allows the user to specify the domain that should run the backend (also known as driver domain) using the ''backend'' parameter. This is not compatible with run_hotplug_scripts=1, since libxl can only run the hotplug scripts from the Domain 0. Signed-off-by: Roger Pau Monne <roger.pau@citrix.com> --- docs/misc/xl-network-configuration.markdown | 6 ++++-- tools/libxl/libxl.c | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/misc/xl-network-configuration.markdown b/docs/misc/xl-network-configu...
2013 Jun 04
13
[PATCH] x86/vtsc: update vcpu_time after hvm_set_guest_time
...ctly, since in context_switch update_vcpu_system_time was called before vmx_do_resume, which caused the vcpu_info time structure to be updated with the wrong values. This patch fixes this by calling update_vcpu_system_time after the call to hvm_set_guest_time has happened. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Cc: Keir Fraser <keir@xen.org> Cc: Jan Beulich <jbeulich@suse.com> Cc: George Dunlap <george.dunlap@eu.citrix.com> --- xen/arch/x86/hvm/hvm.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/xen/arch/x86/hvm/hvm.c b/xen/a...
2013 Jan 25
14
[PATCH] tools: revert to using /var and /etc/
...which I have also reset to /var/lib. Note that we already paid no attention to autoconf --sysconfdir or --localstatedir (''etc'' and ''var'' respectively) so there is no change from that PoV. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: Roger Pau Monne <roger.pau@citrix.com> Cc: Ian Jackson <ian.jackson@citrix.com? --- config/NetBSD.mk | 4 ---- config/StdGNU.mk | 7 ------- 2 files changed, 0 insertions(+), 11 deletions(-) diff --git a/config/NetBSD.mk b/config/NetBSD.mk index 12c8a34..141de7c 100644 --- a/config/NetBSD.mk +++...
2012 Jan 13
1
[PATCH] libxl: fix parse_backend_path and device_backend_path to be mutual
# HG changeset patch # User Roger Pau Monne <roger.pau@entel.upc.edu> # Date 1326454799 -3600 # Node ID 58c924a72ab7af658a888ff39411229a9e6a12f6 # Parent 887a3229fd7a50c04981e29709bc7210dafef38f libxl: fix parse_backend_path and device_backend_path to be mutual Currently if libxl__parse_backend_path is used and then you try to get t...
2012 May 18
1
Import Qemu commit "audio: split IN_T into two separate constants"
Hello, I would like to request the import of the Qemu commit: commit a28853871d6ef5ec4afe810a43fdde859dfdaa7e Author: Roger Pau Monne <roger.pau@citrix.com> Date: Fri May 18 12:08:14 2012 +0100 audio: split IN_T into two separate constants Into our qemu-upstream tree, since it''s needed for NetBSD build. Thanks.
2012 Nov 13
4
[PATCH] qemu-stubdom: prevent useless medium change
...medium change happens just when the guest is booting, which leads to the guest not being able to boot because the BIOS is not able to access the device. This is a regression from Xen 4.1, which is able to boot from "file:/" based backends when using stubdomains. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> --- Indentation in qemu-traditional is not uniform, so I've used 4 spaces as tabs and tried to indent in the same level. --- xenstore.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/xenstore.c b/xenstore.c index 1857160..d3a4588...
2013 Jun 21
5
[PATCH 3/4] xen-blkback: check the number of iovecs before allocating a bios
With the introduction of indirect segments we can receive requests with a number of segments bigger than the maximum number of allowed iovecs in a bios, so make sure that blkback doesn't try to allocate a bios with more iovecs than BIO_MAX_PAGES Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> --- drivers/block/xen-blkback/blkback.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/block/xen-blkback/blkback.c b/drivers/block/xen-blkback/blkback.c index d622d86..876116b...
2012 Jan 26
1
[PATCH v2] libxl: fix mutex initialization
# HG changeset patch # User Roger Pau Monne <roger.pau@entel.upc.edu> # Date 1326564288 -3600 # Node ID 259112aee618753552056e398f940d1fd9fcc6f7 # Parent f581bb82fecd51e8fbd9c2e4ae9e76b08a695587 libxl: fix mutex initialization The macro PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not defined on NetBSD, so define mutex attributes manua...
2013 Jun 11
8
[PATCH v2] xen: fix initialization of wallclock time for PVHVM on migration
Call update_domain_wallclock_time on hvm_latch_shinfo_size even if the bitness of the guest has already been set, this fixes the problem with the wallclock not being set for PVHVM guests on resume from migration. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Cc: Jan Beulich <JBeulich@suse.com> Cc: Keir Fraser <keir@xen.org> Cc: George Dunlap <George.Dunlap@eu.citrix.com> --- Since this is a bug fix, I think it is suitable for inclusion in the 4.3 release, and backported to older releases. --- xen/arch/x8...
2012 Jan 15
2
[PATCH v3] libxl: add support for yajl 2.x
# HG changeset patch # User Roger Pau Monne <roger.pau@entel.upc.edu> # Date 1326606960 -3600 # Node ID a1986ef30b7dab4f60fe5cda70856f5751a9fde2 # Parent cd47dde439e688cac244c7eb9f55d826c85c844f libxl: add support for yajl 2.x This patch adds support for yajl versions 2.x, while retaining 1.x compatibility. All the needed ifdefs can...
2013 Jun 11
21
[PATCH] xen: fix initialization of wallclock time for PVHVM on migration
...are set for PVHVM guests when the hypercall page is initialized, since the hypercall page is not reinitialized on resume, the hypervisor wallclock time is not properly set on resume. Fix it by forcing an update of the wallclock values when the shared info page is mapped. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Cc: Jan Beulich <JBeulich@suse.com> Cc: Keir Fraser <keir@xen.org> Cc: George Dunlap <George.Dunlap@eu.citrix.com> --- Since this is a bug fix, I think it is suitable for inclusion in the 4.3 release, and backported to older releases. --- xen/arch/x8...
2011 Oct 11
5
[PATCH] libxl: reimplement buffer for bootloading and drop data if buffer is full
# HG changeset patch # User Roger Pau Monne <roger.pau@entel.upc.edu> # Date 1318335991 -7200 # Node ID 2fb4bf8c16cd35ddc0bf7ddc7ff8fda4b9678211 # Parent 64f17c7e6c33e5f1c22711ae9cbdcbe191c20062 libxl: reimplement buffer for bootloading and drop data if buffer is full. Implement a buffer for the bootloading process that appends data...
2011 Jul 17
0
[xen-unstable test] 8091: regressions - FAIL
....campbell@citrix.com> Ian Jackson <ian.jackson.citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jan Beulich <jbeulich@novell.com> Keir Fraser <keir@xen.org> KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> Olaf Hering <olaf@aepfle.de> Roger Pau Monne <roger.pau@entel.upc.edu> Shan Haitao <haitao.shan@intel.com> ------------------------------------------------------------ jobs: build-amd64 pass build-i386 pass build-amd64...
2012 Nov 23
5
[PATCH] README: add Pixman as build dependency
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> diff --git a/README b/README index 21a81b2..88300df 100644 --- a/README +++ b/README @@ -51,6 +51,7 @@ provided by your OS distributor: * Development install of libaio (e.g. libaio-dev) version 0.3.107 or greater. Set CONFIG_SYSTEM_LIBAIO in .config if this is not available. * Development install of GLib
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
...hat happened when xl and xend raced to close a domain. Changes since v1: * Add documentation to xl man page. * Permit the execution of commands that don''t modify anything. * Indent error message. Cc: george.dunlap@eu.citrix.com Cc: ian.jackson@eu.citrix.com Signed-off-by: Roger Pau Monne <roger.pau@citrix.com> --- docs/man/xl.pod.1 | 6 ++ tools/libxl/xl.c | 22 +++++++- tools/libxl/xl.h | 1 + tools/libxl/xl_cmdimpl.c | 4 +- tools/libxl/xl_cmdtable.c | 132 ++++++++++++++++++++++---------------------- 5 files changed, 96 insertions(+...
2012 Jun 28
4
[xen-unstable test] 13383: regressions - FAIL
...nder test: Andres Lagar-Cavilla <andres@lagarcavilla.org> George Dunlap <george.dunlap@eu.citrix.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jan Beulich <jbeulich@suse.com> Keir Fraser <keir@xen.org> Roger Pau Monne <roger.pau@citrix.com> Stefano Stabellini <stefano.stabellini@eu.citrix.com> Tim Deegan <tim@xen.org> ------------------------------------------------------------ jobs: build-amd64 pass build-i386...
2012 Nov 02
2
[PATCH] xen-blk: persistent-grants fixes
...ersistent-grants feature as feature-persistent-grants, use feature-persistent instead which is consistent with blkback and the public Xen headers. * Add a consistency check in blkfront to make sure we don''t try to access segments that have not been set. Signed-off-by: Roger Pau Monne <roger.pau@citrix.com> Cc: <konrad.wilk@oracle.com> Cc: <linux-kernel@vger.kernel.org> --- drivers/block/xen-blkback/blkback.c | 15 +++++++++------ drivers/block/xen-blkback/xenbus.c | 2 +- drivers/block/xen-blkfront.c | 3 ++- 3 files changed, 12 insertions(+)...
2011 Jul 26
0
[xen-4.1-testing test] 8285: trouble: broken/fail/pass
...86-xl-win-vcpus1 13 guest-stop fail in 8281 never pass version targeted for testing: xen cb22fa57ff25 baseline version: xen 4d5c76248de3 ------------------------------------------------------------ People who touched revisions under test: Roger Pau Monne <roger.pau@entel.upc.edu> Tim Deegan <Tim.Deegan@citrix.com> ------------------------------------------------------------ jobs: build-amd64 pass build-i386 pass build-amd64-...
2011 Jul 25
0
[xen-4.1-testing test] 8273: regressions - trouble: blocked/broken/fail/pass
...4-i386-xl-win-vcpus1 1 xen-build-check(1) blocked n/a version targeted for testing: xen cb22fa57ff25 baseline version: xen 4d5c76248de3 ------------------------------------------------------------ People who touched revisions under test: Roger Pau Monne <roger.pau@entel.upc.edu> Tim Deegan <Tim.Deegan@citrix.com> ------------------------------------------------------------ jobs: build-amd64 fail build-i386 pass build-amd64-...