when vm access GICD_ICFGRn, the offset is wrong for accessing.
Hi, I use the kernel: https://github.com/virtualopensystems/linux-kvm-arm.git branch: kvm-arm-master. About the vgic module, in the handle_mmio_cfg_reg function : In program, we all know that we use...
View Articlesplit existing indexes into shards
Hello, i have 2 shards with 2 replicas in 4 different node like this scheme: server1 shard1 master server2 shard 2 master server 3 shard replicas of shard1 server 4 shard replicas of shard2 i have...
View Articledra7: Add partition table entry and qspi boot config
The following patch series aims at 1. adding a seperate defconfig for qspi on dra7. 2. Also populate the qspi partition table for dra7 evm boards. 3. cleanup and fixes around qspi4 pin mode and bulk...
View ArticleWhy does uv_thread_self() assume pthread_t =~ unsigned long?
Hi, in uv-common.c: unsigned long uv_thread_self(void) { #ifdef _WIN32 return (unsigned long) GetCurrentThreadId(); #else return (unsigned long) pthread_self(); #endif According to pthread_self() the...
View Articlemfd: arizona: Add MICVDD to mapped regulators
Currently, MICVDD only binds because it is both the regulator name and the consumer name and we will always match against the regulator name regardless of the consumer device. If the regulator was...
View ArticleCannot delete string parameter from job configuration
I have copied a Jenkins master to a new machine. Basically I just installed Jenkins (1.557) on the new machine and copied the plugins/jobs/config.xml etc. to the new machine after installing Jenkins....
View Articleprinting from PCB
Hi, On the 8th attempt I now have a board ready to print on to a transparency. When printing is there any way of NOT printing the header sheet with the list of whats there ? I found I can deselect the...
View Articlelibvirt live migrate problem
Hi The problem is after I successful live migrate a domain, the domain os become read-only. and when I use qemu-img to show the disk info at node which domain current running , the command return...
View ArticleSgi dispatching mode is wrong
Hi, I use the kernel: https://github.com/virtualopensystems/linux-kvm-arm.git branch: kvm-arm-master. About the vgic module, In vgic_dispatch_sgi function, when mode == 0, that is the vcpu of VM should...
View ArticlePPRZonDroid
Hi, I've just checked this http://wiki.paparazziuav.org/wiki/PPRZonDroid on the wiki, and looks great! so I had to try it. I tested it on my xiaomi phone (android 4.2.2) and it works great, this...
View ArticleIn-kernel PSCI v0.2 emulation for KVM ARM/ARM64
Currently, KVM ARM/ARM64 only provides in-kernel emulation of Power State and Coordination Interface (PSCI) v0.1. This patchset aims at providing newer PSCI v0.2 for KVM ARM/ARM64 VCPUs such that it...
View ArticleRiak replication: can nodes replicate from clean to operational state without...
Hi all. Here's a simple scenario that we're planning to test: a cluster of 4 nodes, 2 are normal eleveldb'backend nodes and 2 are stored on RAM (with same eleveldb backend). We plan to use RAM nodes as...
View ArticleBuild failed in Jenkins: phpMyAdmin-continuous #5976
See <https://ci.phpmyadmin.net/job/phpMyAdmin-continuous/5976/changes> Changes: [Michal Čihař] Remove support for SQL validator Started by GitHub push by lem9 [EnvInject] - Loading node...
View ArticleIssue with Redis replication while transferring rdb file from master to slave.
Hi, we are facing issue with redis replication wherein the transfer of rdb file from master to slave after bgsave has been completed slows down to very low speed to ~20KB/sec, even though first 900MB...
View ArticleSeeing Status "Aborted" Size "0b" but data was transferred
I know this is a BAD report. As the application I'm writing is properly working and FireFox is displaying the page properly, this is merely an annoyance in FireBug's display and maybe others already...
View ArticleLast Volume Bytes?
I recently swapped out my LTO-2 drive for an LTO-3 drive, but I'm still using LTO-2 tapes. The current tape is still going strong and the latest backup says: Last Volume Bytes: 607,752,327,168 (607.7...
View ArticlePacket length size problem
Hi all, I am working with Contiki 2.6 version. I've found a problem trying to increase the length of the packet: over a certain threshold I have an "unknown dispatch" (the...
View ArticleReturn Solr docs in a specific order by list of ids
Hi, I have a use case where I have a list of doc ids and I need to return Documents from solr in the same order as my list of ids. For instance: 459,185,569,8,1,896 Is it possible to return docs is...
View ArticleCAM status: CCB request completed with an error
What the bleep is a "CCB request", and why would it fail, over and over and over again, ad infinitum? Obviously, this has something to do with the second drive in my system, but I mean seriously (?)...
View Articlestarting new VS project
cheers! Im trying to open new project with visual studio 2010 the version I want to use is 1.0. so, those are the steps I used to do that: 1. installed windows DDK 7.1.0 2. opened (I tried regular and...
View Article