|
Re: [hardknott][PATCH 01/13] uxen: update guest tools to 4.1.8
all 13 are merged to hardknott.
Bruce
In message: [meta-virtualization][hardknott][PATCH 01/13] uxen: update guest tools to 4.1.8
on 01/12/2021 Martin Jansa wrote:
all 13 are merged to hardknott.
Bruce
In message: [meta-virtualization][hardknott][PATCH 01/13] uxen: update guest tools to 4.1.8
on 01/12/2021 Martin Jansa wrote:
|
By
Bruce Ashfield
·
#6953
·
|
|
Re: [honister][PATCH 1/5] uxen-guest-tools: fix build against kernels 5.4+
5/5 are now merged to honister.
Thanks!
Bruce
In message: [meta-virtualization][honister][PATCH 1/5] uxen-guest-tools: fix build against kernels 5.4+
on 01/12/2021 Martin Jansa wrote:
5/5 are now merged to honister.
Thanks!
Bruce
In message: [meta-virtualization][honister][PATCH 1/5] uxen-guest-tools: fix build against kernels 5.4+
on 01/12/2021 Martin Jansa wrote:
|
By
Bruce Ashfield
·
#6952
·
|
|
[hardknott][PATCH 13/13] dev86: don't require dev86-native to build dev86
From: Ross Burton <ross@...>
Instead of installing binaries and patching the makefiles to run external commands, simply
build ifdef using BUILD_CC instead of CC.
This patch is now
From: Ross Burton <ross@...>
Instead of installing binaries and patching the makefiles to run external commands, simply
build ifdef using BUILD_CC instead of CC.
This patch is now
|
By
Martin Jansa
·
#6951
·
|
|
[hardknott][PATCH 12/13] dev86: work on all hosts, other cleanups
From: Ross Burton <ross@...>
Remove COMPATIBLE_HOST, whilst this is an x86 assembler there's nothing to stop
you building it on or for arm64 and assembling x86 code.
Override INEXE so that
From: Ross Burton <ross@...>
Remove COMPATIBLE_HOST, whilst this is an x86 assembler there's nothing to stop
you building it on or for arm64 and assembling x86 code.
Override INEXE so that
|
By
Martin Jansa
·
#6950
·
|
|
[hardknott][PATCH 11/13] dev86: remove the pre-generated token[12].h and force gperf to generate them in do_compile
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
...1.tok-to-make-new-gperf-happy-regen..patch | 230 +-----------
...gen-token2.h-token1.h-with-gperf-3.1.patch | 332 +-----------------
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
...1.tok-to-make-new-gperf-happy-regen..patch | 230 +-----------
...gen-token2.h-token1.h-with-gperf-3.1.patch | 332 +-----------------
|
By
Martin Jansa
·
#6949
·
|
|
[hardknott][PATCH 10/13] dev86: fix compatibility with gperf-3.1
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
...1.tok-to-make-new-gperf-happy-regen..patch | 256 ++++++++++++
...gen-token2.h-token1.h-with-gperf-3.1.patch | 389 ++++++++++++++++++
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
...1.tok-to-make-new-gperf-happy-regen..patch | 256 ++++++++++++
...gen-token2.h-token1.h-with-gperf-3.1.patch | 389 ++++++++++++++++++
|
By
Martin Jansa
·
#6948
·
|
|
[hardknott][PATCH 09/13] dev86: depend on dev86-native for ifdefg
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
...espect-LDFLAGS-when-building-bcc-cpp.patch | 23 ++++++++++++
...efg-from-dev86-native-instead-of-tar.patch | 36 +++++++++++++++++++
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
...espect-LDFLAGS-when-building-bcc-cpp.patch | 23 ++++++++++++
...efg-from-dev86-native-instead-of-tar.patch | 36 +++++++++++++++++++
|
By
Martin Jansa
·
#6947
·
|
|
[hardknott][PATCH 08/13] dev86: switch to still maintained fork of dev86
* as mentioned in:
https://github.com/lkundrak/dev86/pull/17
the original lkundrak repo is no longer maintained
* pass only BASE_PV as VERSION in EXTRA_OEMAKE to prevent:
| version.h:4:20:
* as mentioned in:
https://github.com/lkundrak/dev86/pull/17
the original lkundrak repo is no longer maintained
* pass only BASE_PV as VERSION in EXTRA_OEMAKE to prevent:
| version.h:4:20:
|
By
Martin Jansa
·
#6946
·
|
|
[hardknott][PATCH 07/13] dev86: add dependency on gperf-native
* fails to build on hosts without gperf:
/bin/sh: gperf: command not found
Makefile:27: recipe for target 'token2.h' failed
* normally this isn't triggered, because token[12].h
are included in
* fails to build on hosts without gperf:
/bin/sh: gperf: command not found
Makefile:27: recipe for target 'token2.h' failed
* normally this isn't triggered, because token[12].h
are included in
|
By
Martin Jansa
·
#6945
·
|
|
[hardknott][PATCH 06/13] xvisor: set PV
* use something more reasonable than default 'git' from filename
* there wasn't a new tag for a long time, so this is quite far
from 0.3.0 as git describe shows:
v0.3.0-231-g6b23764a
but 0.3.0
* use something more reasonable than default 'git' from filename
* there wasn't a new tag for a long time, so this is quite far
from 0.3.0 as git describe shows:
v0.3.0-231-g6b23764a
but 0.3.0
|
By
Martin Jansa
·
#6944
·
|
|
[hardknott][PATCH 02/13] uxen-guest-tools: fix build against kernels 5.4+
From: Bruce Ashfield <bruce.ashfield@...>
This is a compile only fix to update the uxen kernel modules to
work against newer kernels.
Signed-off-by: Bruce Ashfield
From: Bruce Ashfield <bruce.ashfield@...>
This is a compile only fix to update the uxen kernel modules to
work against newer kernels.
Signed-off-by: Bruce Ashfield
|
By
Martin Jansa
·
#6943
·
|
|
[hardknott][PATCH 05/13] xvisor: uprev to latest master and fix python reference
From: Bruce Ashfield <bruce.ashfield@...>
Bumping to the latest xvisor tip.
We drop one patch that is now part of the upstream, and we
add another to remove /usr/bin/python from scripts
From: Bruce Ashfield <bruce.ashfield@...>
Bumping to the latest xvisor tip.
We drop one patch that is now part of the upstream, and we
add another to remove /usr/bin/python from scripts
|
By
Martin Jansa
·
#6942
·
|
|
[hardknott][PATCH 04/13] uxen-guest-tools: fix -DMODULE not working when building uxenhc module
* undo the unnecessary and incomplete changes from 0001-vm-support-fix-buil=
d-for-kernel-s-5.4.patch
because with 5.15 it was still failing with:
ERROR: modpost: missing MODULE_LICENSE() in
* undo the unnecessary and incomplete changes from 0001-vm-support-fix-buil=
d-for-kernel-s-5.4.patch
because with 5.15 it was still failing with:
ERROR: modpost: missing MODULE_LICENSE() in
|
By
Martin Jansa
·
#6941
·
|
|
[hardknott][PATCH 01/13] uxen: update guest tools to 4.1.8
From: Bruce Ashfield <bruce.ashfield@...>
Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
...xen-guest-tools_4.1.7.bb => uxen-guest-tools_4.1.8.bb} | 8 ++++----
1 file changed, 4
From: Bruce Ashfield <bruce.ashfield@...>
Signed-off-by: Bruce Ashfield <bruce.ashfield@...>
---
...xen-guest-tools_4.1.7.bb => uxen-guest-tools_4.1.8.bb} | 8 ++++----
1 file changed, 4
|
By
Martin Jansa
·
#6940
·
|
|
[hardknott][PATCH 03/13] uxen-guest-tools: fix build against kernels 5.15+
This is a compile only fix to update the uxen kernel modules to
work against newer kernels.
Signed-off-by: Martin Jansa <Martin.Jansa@...>
Signed-off-by: Bruce Ashfield
This is a compile only fix to update the uxen kernel modules to
work against newer kernels.
Signed-off-by: Martin Jansa <Martin.Jansa@...>
Signed-off-by: Bruce Ashfield
|
By
Martin Jansa
·
#6939
·
|
|
[honister][PATCH 5/5] xvisor: set PV
* use something more reasonable than default 'git' from filename
* there wasn't a new tag for a long time, so this is quite far
from 0.3.0 as git describe shows:
v0.3.0-231-g6b23764a
but 0.3.0
* use something more reasonable than default 'git' from filename
* there wasn't a new tag for a long time, so this is quite far
from 0.3.0 as git describe shows:
v0.3.0-231-g6b23764a
but 0.3.0
|
By
Martin Jansa
·
#6938
·
|
|
[honister][PATCH 4/5] xvisor: uprev to latest master and fix python reference
From: Bruce Ashfield <bruce.ashfield@...>
Bumping to the latest xvisor tip.
We drop one patch that is now part of the upstream, and we
add another to remove /usr/bin/python from scripts
From: Bruce Ashfield <bruce.ashfield@...>
Bumping to the latest xvisor tip.
We drop one patch that is now part of the upstream, and we
add another to remove /usr/bin/python from scripts
|
By
Martin Jansa
·
#6937
·
|
|
[honister][PATCH 3/5] uxen-guest-tools: fix -DMODULE not working when building uxenhc module
* undo the unnecessary and incomplete changes from 0001-vm-support-fix-buil=
d-for-kernel-s-5.4.patch
because with 5.15 it was still failing with:
ERROR: modpost: missing MODULE_LICENSE() in
* undo the unnecessary and incomplete changes from 0001-vm-support-fix-buil=
d-for-kernel-s-5.4.patch
because with 5.15 it was still failing with:
ERROR: modpost: missing MODULE_LICENSE() in
|
By
Martin Jansa
·
#6936
·
|
|
[honister][PATCH 2/5] uxen-guest-tools: fix build against kernels 5.15+
This is a compile only fix to update the uxen kernel modules to
work against newer kernels.
Signed-off-by: Martin Jansa <Martin.Jansa@...>
Signed-off-by: Bruce Ashfield
This is a compile only fix to update the uxen kernel modules to
work against newer kernels.
Signed-off-by: Martin Jansa <Martin.Jansa@...>
Signed-off-by: Bruce Ashfield
|
By
Martin Jansa
·
#6935
·
|
|
[honister][PATCH 1/5] uxen-guest-tools: fix build against kernels 5.4+
From: Bruce Ashfield <bruce.ashfield@...>
This is a compile only fix to update the uxen kernel modules to
work against newer kernels.
Signed-off-by: Bruce Ashfield
From: Bruce Ashfield <bruce.ashfield@...>
This is a compile only fix to update the uxen kernel modules to
work against newer kernels.
Signed-off-by: Bruce Ashfield
|
By
Martin Jansa
·
#6934
·
|