similar to: [PATCH 0/3] Three small fixes (pushed already)

Displaying 20 results from an estimated 10000 matches similar to: "[PATCH 0/3] Three small fixes (pushed already)"

2010 Jan 07
1
[PATCH] qemu: Upstream regression of -stdio serial option.
I've tested this with both upstream qemu from git, and the old non-broken qemu from Fedora 12. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora -------------- next part
2011 Apr 01
4
[PATCH 0/4] Introduce "pulse mode" progress messages to the daemon.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
2012 Jun 25
1
virt-resize
On Mon, Jun 25, 2012 at 06:28:42AM -0500, Dan The Man wrote: > Tried resizing a standard UFS partition on a freebsd guest, booting > from it resulted in "missing boot loader". We can't currently resize BSD guests; patches welcome ... Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com
2009 Sep 22
1
[PATCH] Rejig configure.ac tests for qemu vmchannel support.
The change to "null vmchannel" didn't get reflected in the configure script which still checks for vmchannel in qemu. This patch tidies up this part of the configure script so we don't fail, provided we have support for user mode networking (which is required for null vmchannel). This patch didn't make it into 1.0.71. Rich. -- Richard Jones, Emerging Technologies, Red
2009 Nov 17
5
[PATCH 0/5] Four fixes for FUSE support and a test script
This set of patches implements a test script for FUSE, and fixes some of the bugs that I found by doing that. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
2010 Jan 28
14
[PATCH 0/13 v2] Prepare for adding write support to hivex (Windows registry) library
This series of patches, now up to 13 parts, contains lots of bug fixes and groundwork required before we add write support to the hivex library. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
2011 Aug 16
4
[virt-devel] End-user review of the native KVM tool
On Tue, Aug 16, 2011 at 09:40:44PM +0530, Kashyap Chamarthy wrote: > Hm..it's been 10 mins..I don't see anything more in the file where I > redirected stdout of 'febootstrap' cmd. > > Roughly, can you guess how much time this takes? For me it has so far taken a lot longer. The problem is that the number of dependent packages is probably 100s. If you want something
2009 Dec 21
4
libguestfs on Ubuntu
So I got a lot further building libguestfs on Ubuntu, up to the point where I can boot the appliance and run some simple commands. We need to push some patches upstream, and there are still some things in Ubuntu itself which are broken. This documents how far I've got. (1) libguestfs from git, Ubuntu 9.10, all updated to the latest versions. You will of course also need to read the README
2012 Oct 29
0
Porting febootstrap to urpmi-based distributions
On Mon, Oct 29, 2012 at 11:10:04AM +0100, Guillaume Rousse wrote: > Hello Richard. > > I didn't find any dedicated mailing-list for febootstrap, so sending > this directly seems the best option. CC-ing this to libguestfs at redhat.com which is the right list. > I'm interested to have > libguestfs on mageia, meaning I have to port febootstrap first. I > had a quick
2012 Sep 13
0
ANNOUNCE: RHEL 6.4 preview packages available
As some may remember, in the run-up to RHEL 6.3 I made a yum repository available of libguestfs and other packages. It's time for the same thing for RHEL 6.4. These packages should work on RHEL 6.3, CentOS 6.3 and other RHEL 6 derivatives (although I've only tried them on RHEL 6.3). A source RPM is also supplied in case you want to try rebuilding the package. To use the repo, run the
2009 Jul 08
0
[ANNOUNCE] Version 1.0.56 released
Just a note that I released version 1.0.56 yesterday. The main reason for doing a release was a large number of RHEL 5 fixes that allowed me to actually get an EPEL build out. The source is here: http://libguestfs.org/download/ and Fedora 11, 12 and EPEL 5 binaries are here: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391 There are some experimental, internal changes in this
2009 Jul 14
0
[ANNOUNCE] libguestfs 1.0.59 released
[This announcement covers version 1.0.58 too since it didn't get a separate message.] We are pleased to announce the release of libguestfs 1.0.59. Home page: http://libguestfs.org/ Downloads: http://libguestfs.org/download Git repo: http://git.et.redhat.com/?p=libguestfs.git;a=summary New in this release: - Support for Linux extended attributes. - Allow guestfish to be controlled
2009 Jul 22
0
Bad patch to add LIBGUESTFS_KERNEL option reverted
Earlier today I added this feature: http://git.et.redhat.com/?p=libguestfs.git;a=commitdiff;h=34d2df41626f1ee4172a6d40b06d72d6ed9d6348 Unfortunately this feature doesn't work out. I forgot about kernel modules, which are contained in the initramfs, and stop working noisily if you just try to change the kernel. So I'm going to revert this patch, and perhaps think of some other way to do
2009 Jul 29
1
[PATCH / discussion only] Add kernel and userspace arch detection to virt-inspector
This patch isn't quite finished. I also need to modify the virt-inspector "query mode" so that it can display the architecture. Nevertheless, text and XML output works for both Linux and Windows guests. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 75 OCaml packages (the
2009 Jul 31
1
[PATCH] lib: Add selinux=0 to default kernel command line.
-- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 75 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora -------------- next part -------------- >From a9f70c25326116215af71b1679d78e02defc3aed Mon Sep 17 00:00:00 2001 From: Richard W.M.
2009 Aug 19
1
[PATCH] tests: Conditionally skip UUID tests.
-- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 75 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora -------------- next part -------------- >From aba008ae3c08242aaab3fc184d4a3e64864a1eb9 Mon Sep 17 00:00:00 2001 From: Richard W.M.
2009 Aug 19
0
[PATCH] tests: modprobe fat instead of ext2 module.
-- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 75 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora -------------- next part -------------- >From f8b2b724792262a57782a1bcde51bb88ba844716 Mon Sep 17 00:00:00 2001 From: Richard W.M.
2009 Aug 19
0
[PATCH] tests: Use ISO instead of squashfs
The tests currently break on my Debian machine. The reason is that the squashfs that we use to store test data has an incompatible format with the kernel used in the appliance. Anyway, avoid using a squashfs at all, and use an ISO instead. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now
2009 Sep 09
1
EPEL 5.4 qemu deps broken?
<eparis> rjones: libguestfs in epel for 5.4? you seen this? <eparis> Error: Missing Dependency: qemu-system-x86 >= 0.10.5 is needed by package 1:libguestfs-1.0.68-5.el5.x86_64 (epel) <eparis> I don't see that package, any idea what i've done wrong/ -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog:
2009 Sep 22
1
[PATCH 0/2] Add a 'virt-rescue' command
Inspired by something Glauber asked me about today, I made a very simple pair of patches which add a 'virt-rescue' command to libguestfs. This uses the appliance as a "rescue appliance", so people can boot into a disk image and repair it in an unstructured, interactive way. (Specifically, Glauber's question was how to run fsck interactively - with this patch you could do