similar to: [PATCH] dd: Missing include of <string.h>

Displaying 20 results from an estimated 30000 matches similar to: "[PATCH] dd: Missing include of <string.h>"

2010 Oct 19
0
CVE-2010-3851 libguestfs: missing disk format specifier when adding a disk
(This bug was found by Matthew Booth during routine code review) We found a security issue which affects libguestfs programs in some circumstances. Since we don't pass the disk format through to qemu, a malicious guest backed by raw-format storage might craft a qcow2 header into its own disk. QEmu would interpret this, and qcow2 offers a wide range of features such as accessing arbitrary
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
2011 Sep 28
1
[PATCH] New APIs: {compress, gzip, xz}-out, {compress, gzip, xz}-device-out.
-- 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 -------------- >From 1ff2c479a63574395903361bfb037e555c69ad26 Mon Sep 17 00:00:00 2001 From:
2009 Sep 23
1
[PATCH] virt-cat: Remove some unused Perl module includes.
-- 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 d15195bad9e50f4d80e84c39100a217a260fc806 Mon Sep 17 00:00:00 2001 From: Richard Jones
2009 Nov 06
1
[PATCH 0/3] Three small fixes (pushed already)
I pushed these already. One seems to be an obvious fix for 32 bit platforms. The other two are tidy-ups for the OCaml bindings which won't interest most people. 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#)
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#)
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] 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