A note to anyone interested in FreeSWITCH. If you want to try out, or
help me debug, FreeSWITCH 1.0.5 (not yet released), I have a git repo
that I periodically update the the latest available build of 1.0.5 (from
http://latest.freeswitch.org).
My repository it a Git repository for all my persona
This patch adds support for polling interrupts, used by
netconsole and the likes.
Tested on d-link dir-615 C1 using netconsole.
Signed-off-by: Pat Erley
---
I suspect that I'm not doing the {enable,disable}_irq
corretly, but 'it works for me'.
---
--- target/linux/ar71xx/files/drivers/net/ag71
Make the VirtIO modules depend on the new x86_kvm_guest subtarget.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/kernel/modules/virtual.mk
b/package/kernel/modules/virtual.mk
index 4aa1d8c.
Move Xen kernel modules into a general virtualization category.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/{xen.mk => virtual.mk} | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
rename package/kernel/modules/{xen.mk => virtual.mk} (94%)
diff --git a/package/ke
Add support for VirtIO-based paravirtualized devices used by various
virtualization platforms.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk | 48 +
1 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/package/kernel/modules/vi
Add a KVM guest subtarget to the x86 target. Since VirtIO is the
preferred I/O virtualization platform for kvm, this target expects it's
root device to be /dev/vda.
Signed-off-by: Stijn Tintel
---
target/linux/x86/Makefile |2 +-
target/linux/x86/image/Config.in
This patch series adds a new x86 subtarget for running inside a KVM guest.
The v2 series fixes some copy-paste errors and an accidentally commited file.
Stijn Tintel (4):
kernel: move xen.mk to virtual.mk
kernel: add VirtIO device support
x86: add kvm_guest subtarget
kernel: virtio module
Seems a bit like overkill to me, but I guess that's not my call to make.
Thanks for your patch and your tests.
Bernhard
2010/3/24 Otto Solares :
> On Wed, Mar 24, 2010 at 02:39:51PM +0100, Bernhard Loos wrote:
>> After a suggestion from xMff, I dedicded to use a uci-defaults script,
>>
On Thu, Mar 25, 2010 at 11:59:56PM +0100, Matthias Buecher / Germany wrote:
> If 2.6.32.10 will be *the* desired version, then Orion can be just
> switched to it.
> My WRT350Nv2 is really running fine with it.
>
> File: target/linux/orion/Makefile
> No need to rebase any patches.
Same for target/
Make the VirtIO modules depend on the new x86_kvm_guest subtarget.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/kernel/modules/virtual.mk
b/package/kernel/modules/virtual.mk
index 173b84a.
Move Xen kernel modules into a general virtualization category.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/{xen.mk => virtual.mk} | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
rename package/kernel/modules/{xen.mk => virtual.mk} (94%)
diff --git a/package/ke
Add support for VirtIO-based paravirtualized devices used by various
virtualization platforms.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk | 52 +
1 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/package/kernel/modules/vi
This patch adds a KVM guest subtarget to the x86 target. Since VirtIO is
the preferred I/O virtualization platform for kvm, this target expects
it's root device to be /dev/vda.
Signed-off-by: Stijn Tintel
---
target/linux/x86/Makefile |2 +-
target/linux/x86/image/Con
This patch series adds a new x86 subtarget for running inside a KVM guest.
Stijn Tintel (4):
kernel: move xen.mk to virtual.mk
kernel: add VirtIO device support
x86: add kvm_guest subtarget
kernel: virtio modules depend on x86_kvm_guest
package/kernel/modules/{xen.mk => virtual.mk} |
If 2.6.32.10 will be *the* desired version, then Orion can be just
switched to it.
My WRT350Nv2 is really running fine with it.
File: target/linux/orion/Makefile
No need to rebase any patches.
Maddes
On 25.03.2010 22:57, Nico wrote:
> It seems 2.6.32.10 applies on all targets at 2.6.32.9, so I h
It seems 2.6.32.10 applies on all targets at 2.6.32.9, so I have no
problem switching to 2.6.32.10. Ideally, it would be great if all
targets at 2.6.32.x could be switched to the same version (coherency)
and such updates be committed before Friday evening.
--
-{Nico}
On 25/03/10 22:44, Matthias
Right, 2.6.32 is preferred and will probably be supported for 2-3 years
[1]. However, targets proven to be stable at 2.6.30.10 won't be get
updated to 2.6.32.x for Backfire. Such updates will probably later in a
Backfire 10.03.1 point-release.
1. http://thread.gmane.org/gmane.linux.kernel/939800
Sorry, a typo, meant 2.6._32_.10 not .30.10.
On 25.03.2010 22:15, Matthias Buecher / Germany wrote:
> Do I understand correctly that kernel 2.6.32.9 is one of the preferred
> kernels for Backfire, and not 2.6.30.10?
> (see https://dev.openwrt.org/changeset/20410 and Nico's [2])
> Just want to make
Do I understand correctly that kernel 2.6.32.9 is one of the preferred
kernels for Backfire, and not 2.6.30.10?
(see https://dev.openwrt.org/changeset/20410 and Nico's [2])
Just want to make sure.
Maddes
P.S.:
Will install it onto my LinkSys WRT350Nv2 this weekend if time permits.
On 24.03.2010
On Thu, Mar 25, 2010 at 5:18 AM, RHS Linux User wrote:
>
> Hi,
>
> I often use a simple bit-bang function at some high buad rate and one
> gpio pin. I hook a serial terminal to it. Depending on CPU speed, etc.
> interrupts may have to be disabled during the time the character is
> actually being
Hi,
I often use a simple bit-bang function at some high buad rate and one
gpio pin. I hook a serial terminal to it. Depending on CPU speed, etc.
interrupts may have to be disabled during the time the character is
actually being sent. One character at 115,200 is 0.1ms so unless the CPU
is very
21 matches
Mail list logo