[Xen-devel] qemu-xen.git trouble with tags of stable branches

2015-11-24 Thread Mark Pryor
Hello, http://xenbits.xen.org/gitweb/?p=qemu-xen.git;a=summary looking at the tags for the 2 stable branches which are involved in the recent patch to xen.gitunifying the qemu trees. tags: qemu-xen-4.6.0qemu-xen-4.5.2 The revisions pointed to in the above tags are not unique and cause wrong resu

[Xen-devel] [PATCH 4.5] ipxe fix for gcc5

2015-10-09 Thread Mark Pryor
Signed-off-by: Mark Pryor --- .../firmware/etherboot/patches/ipxe-ath9k-gcc5.patch | 20 .../etherboot/patches/ipxe-ath9k2-gcc5.patch | 20 tools/firmware/etherboot/patches/series | 2 ++ 3 files changed, 42 insertions(+) create

[Xen-devel] [PATCH seabios.git rel-1.7.5] fix release-1.7.5 for gcc5

2015-10-09 Thread Mark Pryor
Signed-off-by: Mark Pryor --- src/kbd.c | 6 +++--- src/mouse.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/kbd.c b/src/kbd.c index 33a95a3..fbcecc3 100644 --- a/src/kbd.c +++ b/src/kbd.c @@ -11,7 +11,7 @@ #include "hw/ps2port.h" // ps2_kbd_command

[Xen-devel] build xen 4.5.0 from tarball on Debian 8 with systemd-219 [success]

2015-04-12 Thread Mark Pryor
Hello Xen, after failing with the combo of system-219 + ocamltools (4.01) in Ubuntu Vivid (15.04) I wanted to seeif Debian can get this combination right. After learning that the Debian experimental repo has a build of systemd-219 I went to work. First cloned my Deb8 LVM with the buildroot into a

Re: [Xen-devel] 4.5 patch: xendomains noise to stderr in rdname()

2014-12-13 Thread Mark Pryor
:`$(which xendomains) start` I am using the above patch to rdname() in all my dom0 builds with 4.5 (HEAD) to avoid this trouble. On Saturday, December 13, 2014 8:45 AM, Wei Liu wrote: On Sat, Dec 13, 2014 at 01:34:14AM +, Mark Pryor wrote: > Instead of tracking down which com

[Xen-devel] 4.5 patch: xendomains noise to stderr in rdname()

2014-12-12 Thread Mark Pryor
Instead of tracking down which commit involving libxl* which prints all kind of noiseto stderr, I will post a workaround. If you build, install, and use 4.5 this bug will drive you mad, so here it is: snip - --- a/tools/hotplug/Linux/xendomains.in+++ b/tools/

[Xen-devel] does rdname() in xendomains follow symlink?

2014-12-12 Thread Mark Pryor
I am testing 4.5 (HEAD) in deb8 and noticed some problems with xendomains(git path):  ./tools/hotplug/Linux/xendomains when trying to get the name from the JSON config it ends up with the symlink name instead. Thismay not show up as a bug unless you use symlinks in /etc/xen/auto, like me. I thi