Problem: It is impossible to feed filenames with the character colon because
qemu interprets such names as a protocol. For example filename scsi:0, is
interpreted as a protocol by name "scsi".
This patch allows user to espace colon characters. For example the above
filename can now be expressed ei
* Lucas Meneghel Rodrigues [2009-06-26 13:07]:
> On Fri, 2009-06-26 at 12:00 -0500, Ryan Harper wrote:
> > When running autotest tests in a kvm guest via client/tests/kvm test,
> > kvm_tests.py attempts to parse the output from the ssh connection.
> > This contains bogus data and fails to parse th
On Fri, 2009-06-26 at 12:00 -0500, Ryan Harper wrote:
> When running autotest tests in a kvm guest via client/tests/kvm test,
> kvm_tests.py attempts to parse the output from the ssh connection.
> This contains bogus data and fails to parse the results. This patch
> series switches to parsing the
Recently the autotest runs in the guest would pass but we would fail
to parse the results and indicate a failure. This is probably due to
the logging change as the stdout output includes the [$date DEBUG]
info which breaks scan_results.py:parse_results(). Rather than trying
to parse the output fr
o Add a new method, parse_results_file which takes a file, reads
the data and invokes the parse_results method.
o Refactor main() method to use parse_results_file.
Signed-off-by: Ryan Harper
---
client/tests/kvm/scan_results.py | 13 -
1 files changed, 8 insertions(+), 5 deletio
When running autotest tests in a kvm guest via client/tests/kvm test,
kvm_tests.py attempts to parse the output from the ssh connection.
This contains bogus data and fails to parse the results. This patch
series switches to parsing the status file that autotest generates.
Signed-off-by: Ryan Harp
Michael S. Tsirkin wrote:
On Sun, Jun 21, 2009 at 07:49:54PM +0300, Michael S. Tsirkin wrote:
+dev->msix_mmio_index = cpu_register_io_memory(0, msix_mmio_read,
+ msix_mmio_write, dev);
The signature for cpu_register_io_memory change
On Sun, Jun 21, 2009 at 07:49:54PM +0300, Michael S. Tsirkin wrote:
> +dev->msix_mmio_index = cpu_register_io_memory(0, msix_mmio_read,
> + msix_mmio_write, dev);
The signature for cpu_register_io_memory changed meanwhile so this now
needs to b
Gregory Haskins wrote:
> eventfd currently emits a POLLHUP wakeup on f_ops->release() to generate a
> "release" callback. This lets eventfd clients know if the eventfd is about
> to go away and is very useful particularly for in-kernel clients. However,
> until recently it is not possible to use
On Thu, Jun 25, 2009 at 02:41:09PM -0400, Gregory Haskins wrote:
> Michael S. Tsirkin wrote:
> > On Thu, Jun 25, 2009 at 01:32:22PM -0400, Gregory Haskins wrote:
> >
> >> Please take a close look at it and consider for merging, if you would.
> >>
> >
> > With all the incremental patching, I
> CC [M] /tmp/kvm-87/kvm/kernel/x86/vmx.o
> /tmp/kvm-87/kvm/kernel/x86/vmx.c: In function ‘ept_rsvd_mask’:
> /tmp/kvm-87/kvm/kernel/x86/vmx.c:3272: error: ‘struct cpuinfo_x86’ has no
> member named ‘x86_phys_bits’
> make[4]: *** [/tmp/kvm-87/kvm/kernel/x86/vmx.o] Error 1
> make[3]: *** [/tmp/kvm-
On 25.06.2009, at 04:04, Ben Sanders wrote:
I applied the patch I found here:
http://thread.gmane.org/gmane.comp.emulators.qemu/35419
and here are my new debug results: http://pastebin.com/m60d53e9d
It looks like it is still crashing in the same place, so I double
checked that the patch was ap
Ram Pai schrieb:
> Problem: It is impossible to feed filenames with the character colon because
> qemu interprets such names as a protocol. For example a filename scsi:0, is
> interpreted as a protocol by name "scsi".
>
> This patch allows user to espace colon characters. For example the above
> f
13 matches
Mail list logo