search for: spawnv

Displaying 6 results from an estimated 6 matches for "spawnv".

Did you mean: spawn
2008 Feb 27
0
PATCH: Make QEMU send logs to stderr
...{ ''dom'': self.vm.getDomid(), ''read'': True, ''write'': True }) log.info("spawning device models: %s %s", self.device_model, args) # keep track of pid and spawned options to kill it later - self.pid = os.spawnve(os.P_NOWAIT, self.device_model, args, env) + + logfile = "/var/log/xen/qemu-dm-%s.log" % str(self.vm.info[''name_label'']) + if os.path.exists(logfile): + if os.path.exists(logfile + ".1"): + os.unlink(logfile + ".1&...
2020 Mar 22
2
Re: nbdkit / mingw support
Answering a few questions: * Unclear why it's necessary to rename nbdkit-common.h -> nbdkit-compat.h - It's not a rename, but a new file. nbdkit-compat.h is included for PE DLL compatibility, and is included in nbdkit-common.h * Functions are indirected through struct nbdkit_functions _nbdkit_functions which I guess is necessary because of PE linking (we've had similar
2020 Mar 21
4
nbdkit / mingw support
...ove, because I replaced -module -avoid-version -shared with $(SHARED_LDFLAGS), adding -no-undefined additionally on mingw. * Change to .gitignore is obviously fine, but I kept the file sorted: https://github.com/libguestfs/nbdkit/commit/002da4f4ca279a798fea1bf8749558d643d7c186 * Defining -D_spawnv=spawnv seems OK, but should be a separate patch. I didn't push anything. * Unclear why AM_CONDITIONAL(MINGW) is needed. It doesn't seem to be used anywhere unless I'm missing something. However if conditional compilation for mingw is needed for something, then this would be fin...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com> The following patch series is available at, git://git.zytor.com/users/mfleming/syslinux.git elflink All patches are against the 'elflink' branch. This series fixes a few serious bugs and some behavioural incompatibilities with the 4.x series. Matt Fleming (19): ldlinux: Initialise 'p' before using it. ldlinux: Parse
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and