Re: [PATCH] Updated ec2-make-ami.py to boto3, added timers and allowed to specify location of img to create AMI from

2017-03-21 Thread Waldek Kozaczuk
Bump. On Thursday, February 23, 2017 at 8:55:06 AM UTC-5, Waldek Kozaczuk wrote: > > New ec2-make-ami.py uses boto3 to interact with AWS. Also it logs time it > takes to execute > all steps involved in creating an AMI. It also accepts new parameter -i > that allows > to specify location of th

Re: [PATCH] OSv's Redis version update

2017-03-21 Thread Nadav Har'El
On Tue, Mar 21, 2017 at 4:05 PM, wrote: > I am mailing about OSv Redis. > > I have noticed in the download section http://osv.io/downloads/ that ova > for Redis contains quite old 0.24 version. > All our prepared images are old. I'm CC'ing Peka to consider if he wants to change that. You can bu

[PATCH] OSv's Redis version update

2017-03-21 Thread lukaszbardzinskienable
I am mailing about OSv Redis. I have noticed in the download section http://osv.io/downloads/ that ova for Redis contains quite old 0.24 version. I have two questions: 1. Is there any plan to update this appliance to the late Redis 3.2 or similar? 2. If there is no plan is it possible to u

[COMMIT osv master] xenconsole: shared ring suport

2017-03-21 Thread Commit Bot
From: Sergiy Kibrik Committer: Nadav Har'El Branch: master xenconsole: shared ring suport Complete driver to properly work with xl console utility, i.e. full read/write access. Driver is extended to work with shared structure (ring) and event channel. Signed-off-by: Sergiy Kibrik Messag

[COMMIT osv master] build: aarch64: eliminate warnings from imgedit.py

2017-03-21 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master build: aarch64: eliminate warnings from imgedit.py Commit 6703d2283158f062eb0bccf0db9ccb73c6bbe6ac eliminated some annoying complaints by newer qemu that we didn't explicitly specify the format of a raw image, but I forgot to fix one pl

[COMMIT osv master] bsd: xen: add console parameters

2017-03-21 Thread Commit Bot
From: Sergiy Kibrik' via OSv Development Committer: Nadav Har'El Branch: master bsd: xen: add console parameters Add standard console HVM interface parameters. They're intended for use by console driver to get shared ring page and event channel No. from Xen. Signed-off-by: Sergiy Kibrik Mess

[COMMIT osv master] aarch64: mmu: dispose of device address ranges

2017-03-21 Thread Commit Bot
From: Sergiy Kibrik' via OSv Development Committer: Nadav Har'El Branch: master aarch64: mmu: dispose of device address ranges Each ARM SOCs (System On Chip) family have different address space division into device and regular memory. So hard-coded ranges forbids passing device IO range dir

[COMMIT osv master] osv: aarch64: map Xen shared_info page

2017-03-21 Thread Commit Bot
From: Sergiy Kibrik Committer: Nadav Har'El Branch: master osv: aarch64: map Xen shared_info page Shared structure is used by various protocols communicating with hypervisor (e.g. for events processing). Signed-off-by: Sergiy Kibrik Message-Id: <1490090836-18154-2-git-send-email-sergiy.kib

[COMMIT osv master] osv: aarch64: support processor::features()

2017-03-21 Thread Commit Bot
From: Sergiy Kibrik Committer: Nadav Har'El Branch: master osv: aarch64: support processor::features() Features used by various Xen drivers, i.e. xenbus. Signed-off-by: Sergiy Kibrik Reviewed-by: Nadav Har'El Message-Id: <1490090836-18154-1-git-send-email-sergiy.kib...@globallogic.com>

Re: [PATCH 4/8] osv: aarch64: support processor::features()

2017-03-21 Thread 'Sergiy Kibrik' via OSv Development
my bad, it's broken by rebase.. I re-posted these 2 patches, series should apply smoothly now: https://groups.google.com/forum/#!msg/osv-dev/rRxExBFkhfI/E-i5PZT6AAAJ osv: aarch64: support processor::features() https://groups.google.com/forum/#!msg/osv-dev/rRxExBFkhfI/UG64vJT6AAAJ osv: aarch64:

[PATCH v2 4/8] osv: aarch64: support processor::features()

2017-03-21 Thread 'Sergiy Kibrik' via OSv Development
Features used by various Xen drivers, i.e. xenbus. Signed-off-by: Sergiy Kibrik Reviewed-by: Nadav Har'El --- arch/aarch64/cpuid.cc | 18 ++ arch/aarch64/cpuid.hh | 9 + arch/aarch64/xen.cc | 28 arch/aarch64/xen.hh | 4 4 files ch

[PATCH v2 5/8] osv: aarch64: map Xen shared_info page

2017-03-21 Thread 'Sergiy Kibrik' via OSv Development
Shared structure is used by various protocols communicating with hypervisor (e.g. for events processing). Signed-off-by: Sergiy Kibrik --- arch/aarch64/xen.cc | 28 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/arch/aarch64/xen.cc b/arch/aarch64/xen.

Re: [PATCH 4/8] osv: aarch64: support processor::features()

2017-03-21 Thread Nadav Har'El
Hi, I cannot get this patch to apply cleanly after applying patches 1-3. Can you please send a new version of this patch? Thanks. -- Nadav Har'El n...@scylladb.com On Fri, Mar 3, 2017 at 11:45 AM, 'Sergiy Kibrik' via OSv Development < osv-dev@googlegroups.com> wrote: > Features used by various

[COMMIT osv master] bsd: xen: extend features.h with additional definitions

2017-03-21 Thread Commit Bot
From: Sergiy Kibrik' via OSv Development Committer: Nadav Har'El Branch: master bsd: xen: extend features.h with additional definitions Signed-off-by: Sergiy Kibrik Message-Id: <1488534351-8263-4-git-send-email-sergiy.kib...@globallogic.com> --- diff --git a/bsd/sys/xen/interface/features.h

[COMMIT osv master] osv: xen: split xenbus into generic & PCI parts

2017-03-21 Thread Commit Bot
From: Sergiy Kibrik Committer: Nadav Har'El Branch: master osv: xen: split xenbus into generic & PCI parts Xen platform PCI is x86-specific feature, not currently present on aarch64. For xenbus to work on both platforms the generic xenbus driver should be probed directly (under aarch64 in c

[COMMIT osv master] osv: xen: independent event interrupt bring up

2017-03-21 Thread Commit Bot
From: Sergiy Kibrik Committer: Nadav Har'El Branch: master osv: xen: independent event interrupt bring up Initialize Xen event interrupt separately from xenbus driver, so that events can be served before xenbus is up, or even in case when xenbus not being probed at all or not required, e.g.