search for: baozi

Displaying 20 results from an estimated 24 matches for "baozi".

2013 Oct 16
13
About arm32 address translation
Hi Ian, I am trying to add supporting dumping 32-bit guest on arm32 to see what happened in my dom0 kernel when booting. It seems gvirt_to_maddr() is not workable under arm32. But why has it been implemented both in include/asm-arm/arm{32,64}/page.h? Thanks. Baozi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2013 Dec 09
5
About booting Xen with UEFI on FastModel
Hi all, I noticed that upstream UEFI is now supported ARMv8 on FastModel. I’ve tried it to boot Linux with it. And it works. But it seems it still cannot load Xen hypervisor properly. I’m now looking for the reasons. Is there any difference for a firmware to load Xen and Linux kernel? Cheers, Baozi
2013 Aug 23
0
[xen-unstable test] 18753: regressions - FAIL
...08d89ac8bd7f43d897cdffe85b236c71d3408e16 baseline version: xen 69962e19ed432570f6cdcfdb5f6f22d6e3c54e6c ------------------------------------------------------------ People who touched revisions under test: Andre Przywara <andre.przywara@linaro.org> Chen Baozi <baozich@gmail.com> Ian Campbell <ian.campbell@citrix.com> Julien Grall <julien.grall@linaro.org> Keir Fraser <keir@xen.org> Tim Deegan <tim@xen.org> ------------------------------------------------------------ jobs: build-amd64...
2013 May 09
4
[PATCH] mini-os: eliminate duplicated definition of spin_unlock_wait
Signed-off-by: Chen Baozi <baozich@gmail.com> --- extras/mini-os/include/spinlock.h | 2 +- extras/mini-os/include/x86/arch_spinlock.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/mini-os/include/spinlock.h b/extras/mini-os/include/spinlock.h index 70cf20f..6604e3c 100644 ---...
2013 Oct 04
24
Problems when using latest git tree to boot xen on OMAP5
...memory regions in "ocp" node of omap5.dtsi. 2. commit c88d32f4 seems to be conflict with the UART console hack in DTS, where we mark the status of target UART "disabled". Both of the problems look like being introduced by new device tree related patches. Any ideas? Cheers, Baozi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2013 May 06
6
Re: [XenARM] Question about booting parameter of Mini-OS for ARM
On Mon, 6 May 2013, Chen Baozi wrote: > On Mar 25, 2013, at 6:00 PM, Stefano Stabellini <Stefano.Stabellini@eu.citrix.com> wrote: > > > On Sun, 24 Mar 2013, Chen Baozi wrote: > >> Hi all, > >> > >> I''m reading Mini-OS''s codes and to estimate the amount of work port...
2012 May 20
1
[PATCH] virtio: fix typo in comment
From: Chen Baozi <chenbaozi at gmail.com> - Delete "@request_vqs" and "@free_vqs" comments, since they are no longer in struct virtio_config_ops. - According to the macro below, "@val" should be "@v". Signed-off-by: Chen Baozi <chenbaozi at gmail.com> --- inc...
2012 May 20
1
[PATCH] virtio: fix typo in comment
From: Chen Baozi <chenbaozi at gmail.com> - Delete "@request_vqs" and "@free_vqs" comments, since they are no longer in struct virtio_config_ops. - According to the macro below, "@val" should be "@v". Signed-off-by: Chen Baozi <chenbaozi at gmail.com> --- inc...
2013 Aug 13
13
[PATCH v8 8/5] Add UART support and arch timer initialization for OMAP5
...g up OMAP UART. - [3/5] Won''t enable IRQ if setup failed in init_postirq(). - [3/5] Fix coding-style problems and some typos. - [3/5] Remove unnecessary define. - [4/5] Remove the macros that would be used in future. - [5/5] Use dt_property_read_u32() helper to get clock-frequency. Chen Baozi (6): xen: rename ns16550-uart.h to 8250-uart.h and fix some typos xen/arm: add 8250 compatible UART support for early_printk xen: Introduce a helper to read a u32 property in device tree. xen/arm: Add the new OMAP UART driver. xen/arm: Add support for device tree specified arch_timer cloc...
2013 Mar 25
6
Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
Hi Xen Developers, I had tested new XenARM for Arndale board that is updated in Anthony''s tree from 2 days ago. I expected that will be working. But, I can not boot Dom0 Kernel. I used kernel and XenARM both are from Xen Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale). It (seems) stopped after "(XEN) Freed 212kB init memory" message. When I
2015 Aug 12
2
[PATCH v2] dib: handle unsetting functions in environment
When I turned off debug and actually looked at the normal output, this is a bit noisy... [jeckersb@baozi libguestfs]$ ./run virt-dib -B ~/git/diskimage-builder/lib/ --element-path ~/git/diskimage-builder/elements/ fedora-minimal [ 0.0] Elements: base fedora-minimal [ 0.0] Expanded elements: base dib-init-system dib-run-parts fedora-minimal install-types package-installs pkg-map redhat-common rpm-d...
2012 Nov 27
0
Syslinux-5.00-pre11
...ted in the last round of feedback. The XFS filesystem code from Paulo also got merged this time and there were a bunch of fixes from a Coverity report. This won't be the last prerelease, but we are nearing the end of the 5.00 release cycle, so please do test. Shortlog append below. --- Chen Baozi (14): extlinux: put set_attributes() back to ext2_fat_install_file(). Fix the calculation of the block of the root of the inode B+tree. Add support for 64-bit filesystem compatible struct inode. xfs: rework the logic of xfs_get_ino_core() xfs: Implement dir2_block_find...
2015 Aug 12
3
[PATCH 0/1] dib: handle unsetting functions in environment
This fixes this error I'm hitting when trying to run virt-dib: $ ./run virt-dib -v -x -B ~/git/diskimage-builder/lib/ --element-path ~/git/diskimage-builder/elements/ fedora-minimal [ 0.0] Elements: base fedora-minimal [ 0.0] Expanded elements: base dib-init-system dib-run-parts fedora-minimal install-types package-installs pkg-map redhat-common rpm-distro yum yum-minimal [ 0.0] Carried
2013 Jul 16
0
[PATCH] xen: extract register definitions from ns16550 into a separated header
Since both UART driver codes on Allwinner A31, OMAP5 and x86 would use these definitions, we refactor the codes into a separated header to avoid unnecessary duplication. Signed-off-by: Chen Baozi <baozich@gmail.com> --- xen/drivers/char/ns16550.c | 71 +--------------------------- xen/include/xen/ns16550-uart.h | 104 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+), 70 deletions(-) create mode 100644 xen/include/xen/ns16550-uart.h diff --git a/xen/...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...@stratus.com> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi <chenbaozi@gmail.com> Chen Gang <gang.chen@asianux.com> Chen Gong <gong.chen@linux.intel.com> Chen Jun <jun.d.chen@intel.com> Chen Peter <peter.chen@freescale.com> Chen, Chien-Chia <machen@suse.com> Chetan Loke &...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...@stratus.com> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi <chenbaozi@gmail.com> Chen Gang <gang.chen@asianux.com> Chen Gong <gong.chen@linux.intel.com> Chen Jun <jun.d.chen@intel.com> Chen Peter <peter.chen@freescale.com> Chen, Chien-Chia <machen@suse.com> Chetan Loke &...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...@stratus.com> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi <chenbaozi@gmail.com> Chen Gang <gang.chen@asianux.com> Chen Gong <gong.chen@linux.intel.com> Chen Jun <jun.d.chen@intel.com> Chen Peter <peter.chen@freescale.com> Chen, Chien-Chia <machen@suse.com> Chetan Loke &...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...cho.ncsc.mil> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi <chenbaozi@gmail.com> Chen Gang <gang.chen@asianux.com> Chen Gong <gong.chen@linux.intel.com> Chen Jun <jun.d.chen@intel.com> Chen Peter <peter.chen@freescale.com> Chen, Chien-Chia <machen@suse.com> Chetan Loke &...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...m> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Che-Liang Chiou <clchiou@chromium.org> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi <chenbaozi@gmail.com> Chen Gang <gang.chen@asianux.com> Chen Gong <gong.chen@linux.intel.com> Chen Jun <jun.d.chen@intel.com> Chen Peter <peter.chen@freescale.com> Chen, Chien-Chia <machen@suse.com> Chetan Loke &...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...l.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chayan Biswas <Chayan.Biswas@sandisk.com> Che-Liang Chiou <clchiou@chromium.org> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi <chenbaozi@gmail.com> Chen Gang <gang.chen@asianux.com> Chen Gong <gong.chen@linux.intel.com> Chen Jun <jun.d.chen@intel.com> Chen Peter <peter.chen@freescale.com> Chen, Chien-Chia <machen@suse.com> Chetan Loke &...