|
[PATCH v2 4/4] xen: Disable PCI on qemuarm with Xen
Remove the pci node from the qemu device tree when runqemu is used with xen-qemuboot. Linux is ending up in an infinite loop when trying to access PCI configuration space when running on top of Xen on
Remove the pci node from the qemu device tree when runqemu is used with xen-qemuboot. Linux is ending up in an infinite loop when trying to access PCI configuration space when running on top of Xen on
|
By
Bertrand Marquis
· #7273
·
|
|
[PATCH v2 2/4] qemuboot: Fix command line and enable other machines
Fix qemuboot-xen-dtb to properly add dom0 bootargs by using a parameter instead of directly using the QB_XEN_DOM0_BOOTARGS inside the function. When not done, the variable is empty and dom0 bootargs a
Fix qemuboot-xen-dtb to properly add dom0 bootargs by using a parameter instead of directly using the QB_XEN_DOM0_BOOTARGS inside the function. When not done, the variable is empty and dom0 bootargs a
|
By
Bertrand Marquis
· #7272
·
|
|
[PATCH v2 1/4] xen: Fix class inherit in xen-image
Remove inherit of qemuboot classes when not build for qemu in xen-image-minimal. When reverted the handling for only adding inherited classes for qemu was kept but the line always inheriting them was
Remove inherit of qemuboot classes when not build for qemu in xen-image-minimal. When reverted the handling for only adding inherited classes for qemu was kept but the line always inheriting them was
|
By
Bertrand Marquis
· #7271
·
|
|
[PATCH v2 0/4] Vairous fixes for qemu support
This serie is a rework of the patch named "[PATCH] xen: enable qemuboot for arm32" to fix some issues in the qemuboot support for arm and introduce arm32 support for it. First 2 patches are small fixe
This serie is a rework of the patch named "[PATCH] xen: enable qemuboot for arm32" to fix some issues in the qemuboot support for arm and introduce arm32 support for it. First 2 patches are small fixe
|
By
Bertrand Marquis
· #7270
·
|
|
[PATCH v2 0/3] Xen: improve Qemu integration
Hi Bruce If there are some external dependencies, this would kind of odd to have this as default if we can have something working out of the box. Ok I am debugging while kernel log and init log are no
Hi Bruce If there are some external dependencies, this would kind of odd to have this as default if we can have something working out of the box. Ok I am debugging while kernel log and init log are no
|
By
Bertrand Marquis
· #7261
·
|
|
[PATCH v2 0/3] Xen: improve Qemu integration
Hi Bruce, Using current master status I can confirm that I have now dom0 booting properly on arm64. I now have issues with the generated DTB (command line of dom0 is wrong so I have no kernel logs, ju
Hi Bruce, Using current master status I can confirm that I have now dom0 booting properly on arm64. I now have issues with the generated DTB (command line of dom0 is wrong so I have no kernel logs, ju
|
By
Bertrand Marquis
· #7259
·
|
|
[PATCH v2 0/3] Xen: improve Qemu integration
Could you at least explain me what I did wrong. As said qemu is blocked waiting for a dhcp/tftp to answer in uboot. Why do you guys have something starting a tftp server and I do not ? Is it something
Could you at least explain me what I did wrong. As said qemu is blocked waiting for a dhcp/tftp to answer in uboot. Why do you guys have something starting a tftp server and I do not ? Is it something
|
By
Bertrand Marquis
· #7258
·
|
|
[PATCH v2 0/3] Xen: improve Qemu integration
Hi Bruce, My review on the second patches was mentioning that it does not work on my side so why merging that one ? I will try to test this to check if init issues are solved and come back to you Chee
Hi Bruce, My review on the second patches was mentioning that it does not work on my side so why merging that one ? I will try to test this to check if init issues are solved and come back to you Chee
|
By
Bertrand Marquis
· #7256
·
|
|
[PATCH v2 1/3] xen, xen-tools: add recommendation for Qemu for non-hvm x86
For the easy parts: - config: MACHINE=qemuarm64, DISTRO_FEATURES = " virtualization xen" - build Xen-image-minimal - launch: runqemu serialstdio nographic I am using current xen staging with a modifie
For the easy parts: - config: MACHINE=qemuarm64, DISTRO_FEATURES = " virtualization xen" - build Xen-image-minimal - launch: runqemu serialstdio nographic I am using current xen staging with a modifie
|
By
Bertrand Marquis
· #7251
·
|
|
[PATCH v2 1/3] xen, xen-tools: add recommendation for Qemu for non-hvm x86
Hi Bruce, Here is the linux logs for dom0 on my system: [ 7.854317] EXT4-fs (vda): re-mounted. Opts: (null). Quota mode: disabled. Configuring packages on first boot.... (This may take several minutes
Hi Bruce, Here is the linux logs for dom0 on my system: [ 7.854317] EXT4-fs (vda): re-mounted. Opts: (null). Quota mode: disabled. Configuring packages on first boot.... (This may take several minutes
|
By
Bertrand Marquis
· #7249
·
|
|
[PATCH v2 1/3] xen, xen-tools: add recommendation for Qemu for non-hvm x86
Hi Bruce, I was last time I tried but I will retry with the current status and confirm. Cheers Bertrand IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also b
Hi Bruce, I was last time I tried but I will retry with the current status and confirm. Cheers Bertrand IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also b
|
By
Bertrand Marquis
· #7248
·
|
|
[PATCH] xen: enable qemuboot for arm32
Modify qemuboot-xen-dtb to use QB_MACHINE to dump the device tree to make it compatible with other boards. Add required variables to generate a qemuboot devicetree for qemuarm. With this change, Xen a
Modify qemuboot-xen-dtb to use QB_MACHINE to dump the device tree to make it compatible with other boards. Add required variables to generate a qemuboot devicetree for qemuarm. With this change, Xen a
|
By
Bertrand Marquis
· #7236
·
|
|
[PATCH v2 1/3] xen, xen-tools: add recommendation for Qemu for non-hvm x86
Hi Bruce, Please let me know if you need some testing. On my side, I have the issue on arm64, arm32 and x86 at the moment. Chees Bertrand IMPORTANT NOTICE: The contents of this email and any attachmen
Hi Bruce, Please let me know if you need some testing. On my side, I have the issue on arm64, arm32 and x86 at the moment. Chees Bertrand IMPORTANT NOTICE: The contents of this email and any attachmen
|
By
Bertrand Marquis
· #7235
·
|
|
[PATCH v2 2/3] qemuboot, xen-image-minimal: enable runqemu for qemuarm Xen images
Hi Christopher, First: this does not work on my side as u-boot is stuck waiting for a dhcp server to download something from the deploy directory but I do not quite understand how this should work. Bu
Hi Christopher, First: this does not work on my side as u-boot is stuck waiting for a dhcp server to download something from the deploy directory but I do not quite understand how this should work. Bu
|
By
Bertrand Marquis
· #7234
·
|
|
[PATCH v2 1/3] xen, xen-tools: add recommendation for Qemu for non-hvm x86
Hi Christopher, Reviewed-by: Bertrand Marquis <bertrand.marquis@...> I can build and run on x86 qemu and I get stuck during init in Dom0 (which is apparently already known). Cheers Bertrand IMPORT
Hi Christopher, Reviewed-by: Bertrand Marquis <bertrand.marquis@...> I can build and run on x86 qemu and I get stuck during init in Dom0 (which is apparently already known). Cheers Bertrand IMPORT
|
By
Bertrand Marquis
· #7232
·
|
|
[PATCH v2 0/3] Xen: improve Qemu integration
Hi Christopher, Thanks a lot for that. I will test and review those in the next days :-) Cheers Bertrand IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also
Hi Christopher, Thanks a lot for that. I will test and review those in the next days :-) Cheers Bertrand IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also
|
By
Bertrand Marquis
· #7229
·
|
|
[PATCH] qemuboot, xen-image-minimal: enable runqemu for qemuarm Xen images
Hi Christopher, The changes are very nice but I see 2 problems here: - all variables are using the architecture (arm or aarch64) instead of using the platform (qemuarm, etc) which would prevent an oth
Hi Christopher, The changes are very nice but I see 2 problems here: - all variables are using the architecture (arm or aarch64) instead of using the platform (qemuarm, etc) which would prevent an oth
|
By
Bertrand Marquis
· #7219
·
|
|
[PATCH] xen: Add missing space in append to IMAGE_INSTALL
Add a space before doing an append in IMAGE_INSTALL on x86. This is solving issues happening if someone is using IMAGE_INSTALL in local.conf to add things to the generated image. Signed-off-by: Bertra
Add a space before doing an append in IMAGE_INSTALL on x86. This is solving issues happening if someone is using IMAGE_INSTALL in local.conf to add things to the generated image. Signed-off-by: Bertra
|
By
Bertrand Marquis
· #7211
·
|
|
[PATCH] xen-tools: Fix xen-tools-xencommons do_package
Hi Diego, Reviewed-by: Bertrand Marquis <bertrand.marquis@...> Cheers Bertrand
Hi Diego, Reviewed-by: Bertrand Marquis <bertrand.marquis@...> Cheers Bertrand
|
By
Bertrand Marquis
· #7193
·
|
|
[PATCH 0/3] xen: Update recipes for xen and xen-tools
Hi Bruce, In the meantime 4.16.1 was released. SHA is f26544492298cb82d66f9bf36e29d2f75b3133f2 We can send an updated patch if you want. Cheers Bertrand
Hi Bruce, In the meantime 4.16.1 was released. SHA is f26544492298cb82d66f9bf36e29d2f75b3133f2 We can send an updated patch if you want. Cheers Bertrand
|
By
Bertrand Marquis
· #7175
·
|