On 2015/3/6 23:53, Konrad Rzeszutek Wilk wrote:
On Fri, Mar 06, 2015 at 05:08:21PM +0800, Tiejun Chen wrote:
When we're working to support IGD GFX passthrough with qemu
upstream, instead of "-gfx_passthru" we'd like to make that
Could you also include in the cover letter an URL link to the lat
HI.
I'm now modifying GIC in Xen 4.5.0.
I have some question about lock of pending_irq struct in Xen ARM.
pending_irq of SGI and PPI is stored in 'vcpu struct'. (IRQ num 0 ~ 31)
pending_irq of SPI is stored in 'domain struct'. (IRQ num 32 ~ )
For accessing pending_irq struct, Xen use 'irq_to_
Hi,
I am totally new to Xen hence dropping this mail to get started with Xen
development.
I already have a fully functional *Qemu* implementation (along with kernel
changes) to emulate my new x86 based Instruction Set Architecture (ISA).
This ISA involves new system calls in kernel and new CPU da
Hello
I am a new to XEN and am trying to boot it on J6 EVM.
Followed many different sources of information, and finally found the closest
kin to my current board ..
http://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions/OMAP5432_uEVM
I have U-Boot, both Xen and Linux cross compi
Hi
I am using J6 evm.
Tried to launch xen and it fails after reporting starting kernel.
I tried to change the load addresses and
played with couple different u-boots and file system images...but still on
square 1.
I would like to know if this is a known issue with J6 EVM and
If there are any pr
On 2015/3/6 20:59, Wei Liu wrote:
On Fri, Mar 06, 2015 at 05:18:36PM +0800, Chen, Tiejun wrote:
On 2015/3/6 17:08, Tiejun Chen wrote:
Although we already have 'gfx_passthru' in b_info, this doesn' suffice
after we want to handle IGD specifically. Now we define a new field of
type, gfx_passthru_
On 2015/3/6 20:55, Wei Liu wrote:
On Fri, Mar 06, 2015 at 05:08:23PM +0800, Tiejun Chen wrote:
Although we already have 'gfx_passthru' in b_info, this doesn' suffice
after we want to handle IGD specifically. Now we define a new field of
type, gfx_passthru_kind, to indicate we're trying to pass I
flight 35978 linux-3.10 real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/35978/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-qemut-winxpsp3 7 windows-install fail REGR. vs. 26303
Tests which are failin
On 2015/3/6 20:40, Wei Liu wrote:
On Fri, Mar 06, 2015 at 05:08:22PM +0800, Tiejun Chen wrote:
While working with qemu, IGD is a specific device in the case of pass through
so we need to identify that to handle more later. Here we define a table to
record all IGD types currently we can support.
On 2015/3/6 20:28, Wei Liu wrote:
On Fri, Mar 06, 2015 at 05:08:21PM +0800, Tiejun Chen wrote:
When we're working to support IGD GFX passthrough with qemu
upstream, instead of "-gfx_passthru" we'd like to make that
a machine option, "-machine xxx,igd-passthru=on". This need
to bring a change on
From: "Edgar E. Iglesias"
Replace the warning with an info message stating that the platform
is generic.
Suggested-by: Ian Campbell
Signed-off-by: Edgar E. Iglesias
---
xen/arch/arm/platform.c | 15 +--
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/xen/arch/arm/pla
flight 35977 qemu-upstream-4.3-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/35977/
Failures :-/ but no regressions.
Tests which did not succeed,
including tests which could not be run:
test-amd64-i386-libvirt 1 build-check(1) blocked n/a
test-amd64-i
flight 35974 linux-3.16 real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/35974/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-credit2 15 guest-localmigrate/x10fail REGR. vs. 34167
test-amd64-i386-pair
> From: Roger Pau Monne [mailto:roger@citrix.com]
> Sent: Friday, February 27, 2015 7:34 PM
>
> iommu_share_p2m_table should not prevent PVH guests from using a shared
> page
> table between the IOMMU and EPT. Clean the code by removing the asserts in
> the vendor specific implementations (amd
On Fri, Mar 06, 2015 at 09:44:16AM +, Ian Campbell wrote:
> On Fri, 2015-03-06 at 11:31 +1000, Edgar E. Iglesias wrote:
> > On Thu, Mar 05, 2015 at 04:50:15PM +, Ian Campbell wrote:
> > > On Thu, 2015-03-05 at 18:27 +1000, Edgar E. Iglesias wrote:
> > > > From: "Edgar E. Iglesias"
> > > >
> From: Jan Beulich [mailto:jbeul...@suse.com]
> Sent: Friday, February 27, 2015 5:52 PM
>
> Even if VT-d code alone (i.e. when not sharing tables with EPT) still
> doesn't support superpages, this function - invoked upon DMA remapping
> faults - needs to cope with such.
>
> While at it also repl
I think Andrew's comment is correct. IO NUMA is different and IOMMU structures
should be allocated based on proximity of IOMMU itself.
Thanks
Kevin
From: Andrew Cooper [mailto:andrew.coop...@citrix.com]
Sent: Friday, March 06, 2015 1:09 AM
To: Jan Beulich; xen-devel
Cc: Zhang, Yang Z; Dario Fagg
Hi:
I want to enable qemu-dm's tracing in XEN. I have built qemu with "make
debug=y tools" command, and found that during building, qemu is configured with
"trace_backend=stderr" option. However, there aren't any trace log in
/var/log/qemu/qemu-dm-{domain_name}.log. I have also tried to cal
HI.
I'm now modifying GIC in Xen 4.5.0.
I have some question about lock of pending_irq struct in Xen ARM.
pending_irq of SGI and PPI is stored in 'vcpu struct'. (IRQ num 0 ~ 31)
pending_irq of SPI is stored in 'domain struct'. (IRQ num 32 ~ )
For accessing pending_irq struct, Xen use 'irq_to_
Now we could pass PCI domain combined with bus number
in u32 argu. Because in arm/arm64, PCI domain number
is assigned by pci_bus_assign_domain_nr(). So we leave
pci_scan_root_bus() and pci_create_root_bus() in arm/arm64
unchanged. A new function pci_host_assign_domain_nr()
will be introduced for a
From: Arnd Bergmann
Use pci_scan_root_bus() instead of deprecated function
pci_scan_bus_parented().
Signed-off-by: Arnd Bergmann
Signed-off-by: Yijing Wang
CC: Konrad Rzeszutek Wilk
CC: xen-de...@lists.xenproject.org
Signed-off-by: Bjorn Helgaas
---
drivers/pci/xen-pcifront.c | 12 +++
> -Original Message-
> From: Tim Deegan [mailto:t...@xen.org]
> Sent: Friday, March 06, 2015 5:44 PM
> To: Wu, Feng
> Cc: Jan Beulich; Zhang, Yang Z; Tian, Kevin; xen-devel@lists.xen.org
> Subject: Re: [Xen-devel] VT-d Posted-interrupt (PI) design for XEN
>
> At 02:07 + on 06 Mar (14
> -Original Message-
> From: Konrad Rzeszutek Wilk [mailto:konrad.w...@oracle.com]
> Sent: Friday, March 6, 2015 11:20 PM
> To: Wang, Xiaoming
> Cc: Jan Beulich; l...@aserp2030.oracle.com; zh...@aserp2030.oracle.com;
> ch...@chris-wilson.co.uk; david.vra...@citrix.com; lau...@codeaurora.o
flight 35971 ovmf real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/35971/
Failures and problems with tests :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-freebsd10-i386 3 host-install(3) broken REGR. vs. 35899
Regress
flight 35967 qemu-mainline real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/35967/
Failures and problems with tests :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-xl-qemut-winxpsp3-vcpus1 3 host-install(3) broken REGR. vs.
3
flight 35964 qemu-upstream-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/35964/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-rhel6hvm-amd 6 leak-check/basis(6) running in 34247
[st=running!]
test-a
flight 35968 libvirt real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/35968/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-armhf-armhf-libvirt 12 guest-start.2 fail REGR. vs. 35524
Tests which did not succe
I am trying to validate a Deep Quote request made by domU but I feel that
something is missing. Right now when a domU requests TPM_ORD_DeepQuote:
1. vTPM:
- unpacks the params: nonce, vTPM PCR selection and physical PCR selection
- packs PCR_INFO_SHORT structure into buf that contains the selected
ASCII is 7 bit only, which does not work in UTF-8 environments:
> failed to read parent name
Setup locale in vhd-util to parse LC_CTYPE and use the right codeset
when doing file name encoding and decoding.
Increase allocation for UTF-8 buffer as one UTF-16 character might use
twice as much space
flight 35957 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/35957/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-rumpuserxen-amd64 11 rumpuserxen-demo-xenstorels/xenstorels
fail REGR. vs. 35257
30 matches
Mail list logo