search for: katzj

Displaying 20 results from an estimated 28 matches for "katzj".

Did you mean: katz
2006 Aug 18
4
[PATCH] Paravirtual framebuffer use xvc for xenconsole [4/6]
...of taking over ttys. I''ve fixed a few places which needed to check for XVC mode in addition to serial mode. Also, until LANANA responds with an official minor, I''ve adjusted it to use char 250/187 (in the experimental range) as opposed to 204/187 Signed-off-by: Jeremy Katz <katzj@redhat.com> Jeremy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Oct 04
1
[PATCH] Fix pygrub with "many" kernels
Attached fixes running pygrub with many kernels to do proper scrolling Signed-off-by: Jeremy Katz <katzj@redhat.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Oct 21
1
Re: [Xen-changelog] Tweak to pygrub build config detection.
...8:54 +0000, Xen patchbot -unstable wrote: > # HG changeset patch > # User kaf24@firebug.cl.cam.ac.uk > # Node ID 8eaaa622db81393ef0eae497090c34c04adf4212 > # Parent 3eee5653f08b01a310e0a9172a6c0149f16217df > Tweak to pygrub build config detection. > Signed-off-by: Jeremy Katz <katzj@redhat.com> Applying both patches for this is overkill.... ;) Jeremy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Apr 25
16
[PATCH] Guest boot loader support
...o use the planned new console infrastructure [1] * Handling whole disks * More filesystem support -- the code is generic and has all the hooks, I just haven''t delved deep enough into any of the other fs libraries * Further improvements for the menu interface Signed-off-by: Jeremy Katz <katzj@redhat.com> Jeremy [1] And I foolishly told Ian I''d start a discussion about this last week and still haven''t. Hopefully tonight. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jun 05
4
[Bug 484] avahi broadcasts are not detected as multicast
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=484 ------- Additional Comments From nicolas.mailhot@laposte.net 2006-06-05 21:12 MET ------- Created an attachment (id=231) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=231&action=view) My iptables config -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are
2008 Mar 11
3
[PATCH 1/4] virtio: Use spin_lock_irqsave/restore for virtio-pci
From: Anthony Liguori <aliguori at us.ibm.com> virtio-pci acquires its spin lock in an interrupt context so it's necessary to use spin_lock_irqsave/restore variants. This patch fixes guest SMP when using virtio devices in KVM. Signed-off-by: Anthony Liguori <aliguori at us.ibm.com> Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> --- drivers/virtio/virtio_pci.c |
2008 Mar 11
3
[PATCH 1/4] virtio: Use spin_lock_irqsave/restore for virtio-pci
From: Anthony Liguori <aliguori at us.ibm.com> virtio-pci acquires its spin lock in an interrupt context so it's necessary to use spin_lock_irqsave/restore variants. This patch fixes guest SMP when using virtio devices in KVM. Signed-off-by: Anthony Liguori <aliguori at us.ibm.com> Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> --- drivers/virtio/virtio_pci.c |
2006 May 18
27
[PATCH] /sys/hypervisor/uuid
New /sys/hypervisor/uuid, containing this domain''s UUID. Stripping off /vm/ from the value of vm to get the UUID isn''t exactly nice. The alternative is to add a XENVER_get_uuid code to HYPERVISOR_xen_version(), but I''m not sure that''s worth it. Signed-off-by: Markus Armbruster <armbru@redhat.com> diff -r ddba92a5cba9 drivers/xen/core/xen_sysfs.c ---
2005 Apr 15
0
[PATCH] Man page path
The FHS has said that manpages go in /usr/share/man instead of /usr/man since FHS 2.0 which dates back to 1997 or so, if I remember correctly. Having the makefiles drop things in the right place makes the packages a little cleaner. Signed-off-by: Jeremy Katz <katzj@redhat.com> Jeremy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Nov 09
0
[PATCH] Fix a few other pygrub thinkos
The attached fixes a few other thinkos in pygrub including a) a couple of variables were referenced wrong b) fix using arrow keys in the menu to act correctly c) and look for grub config properly for /boot partition Signed-off-by: Jeremy Katz <katzj@redhat.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 May 03
0
[PATCH] Merge bootloader generated config with domain config
Instead of just having the bootloader config sxp replace anything else, merge with given values. This will allow a bootloader to not have to specify everything which is useful for bootloaders other than pygrub. Signed-off-by: Jeremy Katz <katzj@redhat.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Aug 07
0
[PATCH] Various pygrub enhancements
...c command line mode much like grub''s so that you can boot things without having them specified in the config file * Edit/append mode for modifying kernel command lines, etc * Fix handling of case where the grub config didn''t have a default specified Signed-off-by: Jeremy Katz <katzj@redhat.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2000 Nov 21
1
blanks in filenames
Hi, When there is a blank in the name scp doesn't work correctly: bjacke at lamarr:~ > scp -v telefon.cgi lamarr:a\ directory/ Executing: program /usr/bin/ssh host lamarr, user (unspecified), command scp -v -t ein directory/ Enter passphrase for RSA key 'unon at rzstud1': scp: ambiguous target bjacke at lamarr:~ > By the way ... -v seems to be broken for scp in openssh 2.3. I
2000 Dec 05
4
State of the union
The list has gotten pretty quiet over the last week. As I understand it, we are down to the following big ticket items: 1. Quotas on meta journaling 2. ext3 + LFS 3. Various minor bugs. Is this accurate? -- Keith Barrett Red Hat HA Team
2000 Oct 28
1
No PCMCIA Support?
...g used is an enterprise kernel which doesn''t build the PCMCIA modules generally. Any chance of getting the SRPM so that testing on a laptop can actually be possible? It''s too much fun to have a laptop and just hit the power button and not have to fsck:) Jeremy -- Jeremy Katz katzj@linuxpower.org | jlkatz@eos.ncsu.edu http://linuxpower.org | Developer, NCSU Realm Kit for Red Hat Linux GPG fingerprint: 367E 8B6B 5E57 2BDB 972A 4D73 C83C B4E8 89FE 392D QOTD: Technology is dominated by those who manage what they do not understand.
2000 Oct 31
3
SMP/PCMCIA
I have two sacrificial lambs -- one is an SMP box, the other one''s a laptop, but I don''t see kernel-smp or kernel-pcmcia-cs packages. So, can I use the ext3 patch on an SMP box or a laptop? -- Sam
2006 Sep 02
6
[PATCH] Paravirt framebuffer use xvc as console [4/5]
...es which needed to check for XVC mode in addition to serial mode. Also, until LANANA responds with an official minor, I''ve adjusted it to use char 250/187 (in the experimental range) as opposed to 204/187. (Should be identical to this patch from last time) Signed-off-by: Jeremy Katz <katzj@redhat.com> Cc: Amos Waterland <apw@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2000 Nov 02
2
Converting / to ext3.
My guinea pig laptop has only a / partition, and a small /boot partition. I installed the ext3 kernel succesfully (I think). Now, how do I get / converted to ext3? I'm thinking: * Use mkbootdisk on a floppy, to create a boot disk with the ext3 kernel. * Boot off the floppy. * Follow the instructions to convert / to ext3. * Change the filesystem type in /etc/fstab to ext3. * Reboot.
2005 Apr 29
2
[PATCH] xen-booloader: pygrub improvement & bug fix
hello, here is a patch to improve and fix few bugs in pygrub of xen-booloader. 1) If you already patched my last 2 patches on top of last Jeremy''s patch, then go on to apply pygrub.aq.patch. # diffstat pygrub.aq.patch pygrub | 53 +++++++++++++++++++++++++++-------------------------- 1 files changed, 27 insertions(+), 26 deletions(-) 2) If you havent applied any patches on top of
2001 Aug 28
2
Compiler Cert Suggestions
Somewhere on the download page you should make *very* clear that audio encoders in general are *very* compiler dependent. To that end, when you approach 1.0 release, you should enumerate known working and broken compilers (including which optimization flags are recommended for each). These checks should probably also be included in the .spec file to prevent people from rpm --rebuilding without