search for: config_stubdom

Displaying 19 results from an estimated 19 matches for "config_stubdom".

2013 Nov 02
2
"pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x1:0x0.0x0". in qemu-dm-example.hvm.log
...u-dm-example.hvm.log In fact, /dev/xen/pci_iomul does not exist. So where /dev/xen/pci_iomul implemented ? I have searched xen and linux code, found nothing. where pci_iomul device's code implemented ? I check tools/qemu-xen-traditional/hw/pass-through.c. and found pt_iomul_init is called if CONFIG_STUBDOM not defined. so should CONFIG_STUBDOM be defined ? Below is part of pass-through.c. #ifndef CONFIG_STUBDOM #define PCI_IOMUL_DEV_PATH "/dev/xen/pci_iomul" static void pt_iomul_init(struct pt_dev *assigned_device, uint8_t r_bus, uint8_t r_dev, uint8_t r_fu...
2013 Aug 16
0
Build fixes for pkg-xen svn
...=================================================== +--- xen.orig/qemu/hw/xen_machine_pv.c 2013-08-15 17:08:41.342047187 +0100 ++++ xen/qemu/hw/xen_machine_pv.c 2013-08-15 17:08:41.334047168 +0100 +@@ -29,7 +29,7 @@ + #include "xen_backend.h" + #include "qemu-xen.h" + +-#ifndef CONFIG_STUBDOM ++#if defined(CONFIG_BLKTAP1) && !defined(CONFIG_STUBDOM) + #include <hw/xen_blktap.h> + #endif + +@@ -47,7 +47,7 @@ + CPUState *env; + uint32_t domid_target; + +-#if !defined(CONFIG_STUBDOM) && !defined(__NetBSD__) ++#if defined(CONFIG_BLKTAP1) && !defined(C...
2011 Jul 21
51
Linux Stubdom Problem
2011/7/19 Stefano Stabellini <stefano.stabellini@eu.citrix.com>: > CC''ing Tim and xen-devel > > On Mon, 18 Jul 2011, Jiageng Yu wrote: >> 2011/7/16 Stefano Stabellini <stefano.stabellini@eu.citrix.com>: >> > On Fri, 15 Jul 2011, Jiageng Yu wrote: >> >> 2011/7/15 Jiageng Yu <yujiageng734@gmail.com>: >> >> > 2011/7/15
2011 Jul 25
0
[xen-unstable test] 8270: regressions - trouble: broken/fail/pass
...stake. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> ======================================== commit cd776ee9408ff127f934a707c1a339ee600bc127 Author: Ian Jackson <ian.jackson@eu.citrix.com> Date: Tue Jun 28 13:50:53 2011 +0100 qemu-char.c: fix incorrect CONFIG_STUBDOM handling qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef] Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel...
2008 Feb 29
35
[RFC] PVFB: Add refresh period to XenStore parameters?
Hello, Sometimes the backend of PVFB knows that it doesn''t need permanent refresh, when the window is minimized for instance (no refresh at all), or the administration tools know that the window is thumnailed, and so a slow refresh rate is fine. Also, some users may want to tune the refresh rate according to the smoothness they would like, balanced with the CPU time that requires.
2008 Jul 08
0
[PATCH] stubdom: Fix modified_memory size calculation
...ed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r 87954c7d407e tools/ioemu/target-i386-dm/exec-dm.c --- a/tools/ioemu/target-i386-dm/exec-dm.c Fri Jul 04 19:52:08 2008 +0100 +++ b/tools/ioemu/target-i386-dm/exec-dm.c Tue Jul 08 12:17:23 2008 +0100 @@ -573,8 +573,8 @@ #ifdef CONFIG_STUBDOM if (logdirty_bitmap != NULL) xc_hvm_modified_memory(xc_handle, domid, _addr >> TARGET_PAGE_BITS, - (_addr + _len + TARGET_PAGE_SIZE - 1) >> TARGET_PAGE_BITS - - _addr >> TARGET_PAGE_BITS); + ((_addr + _len + TARGET_PAG...
2011 Jul 17
0
[xen-unstable test] 8091: regressions - FAIL
...citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> ======================================== commit cd776ee9408ff127f934a707c1a339ee600bc127 Author: Ian Jackson <ian.jackson@eu.citrix.com> Date: Tue Jun 28 13:50:53 2011 +0100 qemu-char.c: fix incorrect CONFIG_STUBDOM handling qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef] Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel...
2011 Sep 23
0
[xen-unstable test] 9061: regressions - FAIL
...to msi.c. Signed-off-by: Jan Beulich <jbeulich@suse.com> ======================================== commit cd776ee9408ff127f934a707c1a339ee600bc127 Author: Ian Jackson <ian.jackson@eu.citrix.com> Date: Tue Jun 28 13:50:53 2011 +0100 qemu-char.c: fix incorrect CONFIG_STUBDOM handling qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef] Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel...
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
...+-#define DEFAULT_NETWORK_SCRIPT "/etc/xen/qemu-ifup" +-#define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/xen/qemu-ifdown" ++#define DEFAULT_NETWORK_SCRIPT "/etc/xen/scripts/qemu-ifup" ++#define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/xen/scripts/qemu-ifdown" + + #ifdef CONFIG_STUBDOM + #define bdrv_host_device bdrv_raw --- /dev/null +++ xen-3/debian/patches/tools-ioemu-prefix.diff @@ -0,0 +1,26 @@ +--- tools/ioemu-qemu-xen/xen-hooks.mak ++++ tools/ioemu-qemu-xen/xen-hooks.mak +@@ -74,8 +74,9 @@ + + EXESUF=-xen + +-datadir := $(subst qemu,xen/qemu,$(datadir)) +-docdir := $(su...
2008 Jul 15
5
[PATCH] ioemu-remote: Fix pci pass-through
ioemu-remote: Enable pci pass-through by default. -- Jean Guyader _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Sep 01
4
[xen-unstable test] 8803: regressions - FAIL
...u.citrix.com> date: Tue Aug 30 11:46:58 2011 +0100 Merge ======================================== commit cd776ee9408ff127f934a707c1a339ee600bc127 Author: Ian Jackson <ian.jackson@eu.citrix.com> Date: Tue Jun 28 13:50:53 2011 +0100 qemu-char.c: fix incorrect CONFIG_STUBDOM handling qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef] Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel...
2012 Oct 04
5
Bug#689646: xen-utils-4.1: fails to create HVM domU
...lled the package using apt-src, here is the diff: diff --git a/qemu/hw/xen_machine_fv.c b/qemu/hw/xen_machine_fv.c index a353ee6..fe7a914 100644 --- a/qemu/hw/xen_machine_fv.c +++ b/qemu/hw/xen_machine_fv.c @@ -297,10 +297,14 @@ static void xen_init_fv(ram_addr_t ram_size, int vga_ram_size, #ifdef CONFIG_STUBDOM /* the hvmop is not supported on older hypervisors */ xc_set_hvm_param(xc_handle, domid, HVM_PARAM_DM_DOMAIN, DOMID_SELF); #endif + fprintf(logfile, "errno0 = %d\n", errno); + fprintf(logfile, "domid = %d\n", domid); xc_get_hvm_param(xc_handle, domid, HVM_PARAM_...
2012 Nov 13
4
[PATCH] qemu-stubdom: prevent useless medium change
...L, buf, &len); + if (params == NULL) + continue; pstrcpy(bs->filename, sizeof(bs->filename), params); } #else @@ -667,11 +673,7 @@ void xenstore_parse_domain_config(int hvm_domid) drives_table[nb_drives].bdrv = bs; drives_table[nb_drives].used = 1; -#ifdef CONFIG_STUBDOM - media_filename[nb_drives] = strdup(danger_buf); -#else media_filename[nb_drives] = strdup(bs->filename); -#endif nb_drives++; } -- 1.7.7.5 (Apple Git-26) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-...
2012 Feb 25
9
[xen-unstable bisection] complete test-amd64-i386-rhel6hvm-amd
branch xen-unstable xen branch xen-unstable job test-amd64-i386-rhel6hvm-amd test redhat-install Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git Tree: qemu git://xenbits.xen.org/staging/qemu-xen-unstable.git Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git Tree: xen http://xenbits.xen.org/staging/xen-unstable.hg *** Found and reproduced problem
2013 May 09
1
Bug#707434: xen: FTBFS: vl.c:1575: undefined reference to `timer_create'
...bt-hci.o > CC bt-hid.o > CC usb-bt.o > CC buffered_file.o > CC migration.o > CC migration-tcp.o > CC net.o > CC qemu-sockets.o > CC qemu-char.o > /?PKGBUILDDIR?/debian/build/build-utils_amd64/qemu/qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined [-Wundef] > CC net-checksum.o > CC savevm.o > CC cache-utils.o > CC migration-exec.o > CC audio/audio.o > CC audio/noaudio.o > CC audio/wavaudio.o > CC audio/mixeng.o > CC audio/ossaudio.o > CC audi...
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -
2008 Mar 10
12
[RFC][PATCH] Use ioemu block drivers through blktap
When I submitted the qcow2 patch for blktap, suggestions came up that the qemu block drivers should be used also for blktap to eliminate the current code duplication in ioemu and blktap. The attached patch adds support for a tap:ioemu pseudo driver. Devices using this driver won''t use tapdisk (containing the code duplication) any more, but will connect to the qemu-dm of the domain. In
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
...sdl: + sdl = 1; break; #endif case QEMU_OPTION_disable_opengl: @@ -10033,6 +10048,7 @@ /* terminal init */ memset(&display_state, 0, sizeof(display_state)); + ds->surface = qemu_create_displaysurface(640, 480, 32, 640 * 4); #ifdef CONFIG_STUBDOM if (xenfb_pv_display_init(ds) == 0) { } else @@ -10042,33 +10058,35 @@ fprintf(stderr, "fatal: -nographic can''t be used with -curses\n"); exit(1); } - /* nearly nothing to do */ - dumb_display_init(ds); - } else if (vn...
2011 Feb 26
1
make world error
...d.o CC bt.o CC bt-host.o CC bt-vhci.o CC bt-l2cap.o CC bt-sdp.o CC bt-hci.o CC bt-hid.o CC usb-bt.o CC buffered_file.o CC migration.o CC migration-tcp.o CC net.o CC qemu-sockets.o CC qemu-char.o qemu-char.c:1123:7: warning: "CONFIG_STUBDOM" is not defined CC net-checksum.o CC savevm.o CC cache-utils.o CC migration-exec.o CC audio/audio.o CC audio/noaudio.o CC audio/wavaudio.o CC audio/mixeng.o CC audio/sdlaudio.o CC audio/ossaudio.o CC audio/wavcapture.o CC sdl.o CC...