similar to: [PATCH]: Remove unused "cpu_set_initialized"

Displaying 20 results from an estimated 90000 matches similar to: "[PATCH]: Remove unused "cpu_set_initialized""

2008 Feb 26
2
[PATCH]: Make Xen 3.1 IDE flush on O_DIRECT with drive caching off
All, Long ago Xen added code to the device model to basically do an fsync() after every data write if the user in the guest specified that IDE write caching should be disabled. This works fine, except in the case where you are doing O_DIRECT writes inside the guest (ala dd if=/dev/zero of=/dev/hdb oflag=direct). This is because you can get out of ide_write_dma_cb() in the middle of the loop
2008 Jun 30
2
[PATCH]: Fix syscall return code when ptrace or audit is active
Attached is a simple patch to fix the return value from the 64-bit kernel when you call with a bad system call number with tracing enabled (for either ptrace or audit). What should happen is that the user process gets a -ENOSYS return call from the syscall; what actually happens (only in the 64-bit kernel) is that you get back the system call number. The 32-bit kernel does not suffer from this
2007 Aug 27
0
[PATCH]: Don''t ask for a VNC password after HVM live migrate
All, Attached is a simple patch to fix the VNC server in the qemu device model after an HVM save/restore/migrate, if you don''t have a vncpasswd specified. The basic problem was that the "image" section of the sxp had a "None" in it, which means that on the restore (either on the local machine or remote machine), the vnc server in the qemu device model literally
2008 Jun 23
0
[PATCH 2/4]: Blktap backend fixes
(please ignore my [PATCH 2/5]; this is just a resend of the same thing, with a proper subject) This simple patch puts two fixes into the blktap backend. The first is a change of busid from an unsigned short to a u32 so we can accommodate the new expanded format (which doesn''t fit into 16-bits). The second is a minor fix to signal_tapdisk(); while developing, if the tools happen to set
2008 May 21
1
[Fwd: [PATCH]: Fix silly output for virtio devices in /proc/interrupts]
(sent to the kvm list erroneously) -------------- next part -------------- An embedded message was scrubbed... From: Chris Lalancette <clalance at redhat.com> Subject: [PATCH]: Fix silly output for virtio devices in /proc/interrupts Date: Wed, 21 May 2008 14:51:45 +0200 Size: 4582 Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20080521/38a29f92/attachment.eml
2008 May 21
1
[Fwd: [PATCH]: Fix silly output for virtio devices in /proc/interrupts]
(sent to the kvm list erroneously) -------------- next part -------------- An embedded message was scrubbed... From: Chris Lalancette <clalance at redhat.com> Subject: [PATCH]: Fix silly output for virtio devices in /proc/interrupts Date: Wed, 21 May 2008 14:51:45 +0200 Size: 4582 Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20080521/38a29f92/attachment.eml
2008 Mar 07
0
[PATCH 3/3] doc - Remove unused/obsolete LaTeX features
# HG changeset patch # User Bastian Blank <waldi@debian.org> # Date 1204887078 -3600 # Node ID 5fb1c83d7ec89eb83c7c32eb7ee3b7a6b796478f # Parent 968faff41008504641c5cb700c4e83c6aaa3c009 Remove deprecated and unused features from LaTeX source. Signed-off-by: Bastian Blank <waldi@debian.org> diff -r 968faff41008 -r 5fb1c83d7ec8 docs/src/interface.tex --- a/docs/src/interface.tex Fri
2008 May 21
1
[Fwd: [PATCH]: Fix crash in virtio_blk during modprobe ; rmmod ; modprobe]
(sent to the kvm mailing list erroneously first) -------------- next part -------------- An embedded message was scrubbed... From: Chris Lalancette <clalance at redhat.com> Subject: [PATCH]: Fix crash in virtio_blk during modprobe ; rmmod ; modprobe Date: Wed, 21 May 2008 14:45:31 +0200 Size: 4163 Url:
2008 May 21
1
[Fwd: [PATCH]: Fix crash in virtio_blk during modprobe ; rmmod ; modprobe]
(sent to the kvm mailing list erroneously first) -------------- next part -------------- An embedded message was scrubbed... From: Chris Lalancette <clalance at redhat.com> Subject: [PATCH]: Fix crash in virtio_blk during modprobe ; rmmod ; modprobe Date: Wed, 21 May 2008 14:45:31 +0200 Size: 4163 Url:
2011 Mar 31
0
ANNOUNCE: oz 0.3.0 release
All, I'm pleased to announce release 0.3.0 of Oz. Oz is a program for doing automated installation of guest operating systems with limited input from the user. Release 0.3.0 is mostly a bugfix release for Oz. However, there are also a few minor features included as well. Some of the highlights between Oz 0.2.0 and 0.3.0 are: - Add the ability to specify the output directory for
2011 Jun 08
0
ANNOUNCE: oz 0.4.0 release
All, I'm pleased to announce release 0.4.0 of Oz. Oz is a program for doing automated installation of guest operating systems with limited input from the user. Release 0.4.0 is a bugfix and feature release for Oz. Some of the highlights between Oz 0.3.0 and 0.4.0 are: - Automatic detection/use of cached JEOS images (the previous method required the user of the oz libraries to
2011 Jun 30
0
ANNOUNCE: oz 0.5.0 release
All, I'm pleased to announce release 0.5.0 of Oz. Oz is a program for doing automated installation of guest operating systems with limited input from the user. Release 0.5.0 is a bugfix and feature release for Oz. Some of the highlights between Oz 0.4.0 and 0.5.0 are: - Replace icicle-nc binary with a shell script to try various methods. Besides being more portable, this also
2011 Jul 29
0
ANNOUNCE: ruby-libvirt 0.4.0
All, I'm pleased to announce the release of ruby-libvirt 0.4.0. ruby-libvirt is a ruby wrapper around the libvirt API. Version 0.4.0 brings new APIs, more documentation, and bugfixes: * Updated Domain class, implementing dom.memory_parameters=, dom.memory_parameters, dom.updated?, dom.migrate2, dom.migrate_to_uri2, dom.migrate_set_max_speed, dom.qemu_monitor_command,
2011 Aug 22
0
ANNOUNCE: oz0.6.0 release
All, I'm pleased to announce release 0.6.0 of Oz. Oz is a program for doing automated installation of guest operating systems with limited input from the user. Release 0.6.0 is a bugfix and feature release for Oz. Some of the highlights between Oz 0.5.0 and 0.6.0 are: - The ability to specify the destination for the ICICLE output from oz-install and oz-generate-icicle - pydoc
2011 Sep 15
1
ANNOUNCE: oz 0.7.0 release
All, I'm pleased to announce release 0.7.0 of Oz. Oz is a program for doing automated installation of guest operating systems with limited input from the user. Release 0.7.0 is a bugfix and feature release for Oz. Some of the highlights between Oz 0.6.0 and 0.7.0 are: - Ability to use the "direct initrd injection" method to install Fedora/RHEL guests. This is an
2008 Jun 02
4
[Patch] fix compilation
Hi, I got the following compilation error. This patch fix the error, I think it is needed for xen-testing tree. /root/unstable/linux-2.6.18-xen.hg/scripts/mod/sumversion.c: In function ''get_src_version'': /root/unstable/linux-2.6.18-xen.hg/scripts/mod/sumversion.c:384: error: ''PATH_MAX'' undeclared (first use in this function)
2008 Jul 17
2
compile xen 3.2.1 problem
Hi,all, when I download xen3.2.1 source code from this url: http://bits.xensource.com/oss-xen/release/3.2.1/xen-3.2.1.tar.gz then I want compile it on my Debian testing(kernel 2.6.24-1-686) when I run this command to compile xen0''s kernel, #make linux-2.6-xen-config CONFIGMODE=menuconfig make -f buildconfigs/mk.linux-2.6-xen config make[1]: Entering directory
2007 Aug 22
0
compilation error on x86_64
Hello, I get xen unstable with comand: hg clone http://xenbits.xensource.com/xen-unstable.hg after download I type: make linux-xen-build CONFIGMENU=menuconfig and choose my hardware. Next make dist and after a little time I have error list bellow: make -C /mnt/miejsce/share/download/xen-hg/xen-unstable.hg/linux-2.6.18-xen.hg
2008 Oct 25
1
Problem with linux-2.6.18-xen.hg with xen 3.3.0
Hi I have a problem with mercurail repository (with compiling source tree of xen 3.3.0): Trying to "make world" command (first time) I obtain the following: select-repository: Searching `.:..'' for linux-2.6.18-xen.hg select-repository: Ignoring `.'' Unable to determine path to Linux source tree. Falling back to linux-2.6.18-xen Mercurial repository. Cloning
2008 Jul 02
3
Error compiling xen 3.2.1 on ubuntu hardy
I downloaded xen-3.2.1.tar.gz from xen.org, installed all dependencies and make world on ubuntu hardy. It compiles fine until the errors below.... ------------------------------------------------------ ... ... install -m0644 -p include/public/foreign/*.h /usr/local/src/xen-3.2.1/dist/install/usr/include/xen/foreign install -m0644 -p include/public/COPYING