I'm having the same problem here on Windows 7 x64 host trying to run
Raspbian.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1404278
Title:
tap connections not working on windows host
Status in QE
Hi all,
I met the following issue in my expeirment of vm live storage migration.
I install the libvirt-bin and qemu in the ubuntu system.
I directly install them through the following commands.
sudo apt-get install libvirt-bin, kvm
After this isntallation, everything works well.
Now, when I
Applied to -trivial, thank you!
/mjt
Applied to -trivial, thank you!
/mjt
27.01.2015 19:13, Markus Armbruster wrote:
> Note: checkpatch is unhappy with the first patch, because I refrained
> from cleaning up the ugly return(NULL). They're all over the place.
>
> Markus Armbruster (3):
> util/uri: uri_new() can't fail, drop dead error handling
> util/uri: realloc2n(
07.02.2015 23:01, Paolo Bonzini wrote:
> On 07/02/2015 10:00, Michael Tokarev wrote:
Patch 2 is the cleanup. The other six patches make the tcg, utils and
migration components clean.
>> Applied to -trivial patches 1,2,3,4 and 6, not applied 5 (due to
>> questionable errno checking additi
From: Borislav Petkov
Add the missing space to separate address from "specified".
Cc: Anthony Liguori
Cc: Paolo Bonzini
Signed-off-by: Borislav Petkov
---
cpus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpus.c b/cpus.c
index 0cdd1d71560b..4fa196d48207 100644
--- a/
On 07/02/2015 10:00, Michael Tokarev wrote:
>> > Patch 2 is the cleanup. The other six patches make the tcg, utils and
>> > migration components clean.
> Applied to -trivial patches 1,2,3,4 and 6, not applied 5 (due to
> questionable errno checking addition) and 7, due to a discussion.
Thanks,
On 07/02/2015 02:39, Alex Williamson wrote:
> I'm not sure where it's coming from yet, but I did extensive testing for
> my last pull request based on ec6f25e because if I updated to d5fbb4c
> vfio hotplug broke immediately. I'll keep looking, but I thought I'd
> share in case you have some idea
28.01.2015 17:54, Markus Armbruster wrote:
> Markus Armbruster (4):
> qemu-option: Replace pointless use of g_malloc0() by g_malloc()
> qemu-option: Pair g_malloc() with g_free(), not free()
> spapr_vio: Pair g_malloc() with g_free(), not free()
> usb: Pair g_malloc() with g_free(), not fr
03.02.2015 14:31, Daniel P. Berrange wrote:
> Building QEMU results in a libcacard.so that links against
> practically the entire world
[..]
Applied to -trivial, thank you!
/mjt
OK, Thank you very much for your detailed explanation.
But I have another question about the big change from qemu-1.5.3 to
qemu-1.6.0-rc0.
When I use ramdisk for IO performance testing, the result is as follows.
[fio-test] rw bs iodepthjobs bw iops
---
Warning from the Sparse static analysis tool:
disas/cris.c:1218:26: warning:
symbol 'cris_cond15s' was not declared. Should it be static?
Signed-off-by: Stefan Weil
---
disas/cris.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/disas/cris.c b/disas/cris.c
index 9dfb4e3..a
Warning from the Sparse static analysis tool:
stubs/vmstate.c:4:26: warning:
symbol 'vmstate_dummy' was not declared. Should it be static?
Cc: Juan Quintela
Cc: Amit Shah
Signed-off-by: Stefan Weil
---
include/migration/vmstate.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/m
Warnings from the Sparse static analysis tool:
hw/char/serial.c:630:26: warning: symbol
'vmstate_serial_thr_ipending' was not declared. Should it be static?
hw/char/serial.c:646:26: warning: symbol
'vmstate_serial_tsr' was not declared. Should it be static?
hw/char/serial.c:665:26: warning: symb
Warning from the Sparse static analysis tool:
stubs/qtest.c:14:6:
warning: symbol 'qtest_allowed' was not declared. Should it be static?
Add the missing include statement which declares qtest_allowed.
Signed-off-by: Stefan Weil
---
stubs/qtest.c | 2 +-
1 file changed, 1 insertion(+), 1 delet
Warnings from the Sparse static analysis tool:
migration-rdma.c:151:12: warning:
symbol 'wrid_desc' was not declared. Should it be static?
migration-rdma.c:190:12: warning:
symbol 'control_desc' was not declared. Should it be static?
migration-rdma.c:3301:19: warning:
symbol 'rdma_read_ops' was
Warning from the Sparse static analysis tool:
hw/char/virtio-serial-bus.c:31:3:
warning: symbol 'vserdevices' was not declared. Should it be static?
Cc: Amit Shah
Cc: Anthony Liguori
Cc: Michael S. Tsirkin
Signed-off-by: Stefan Weil
---
hw/char/virtio-serial-bus.c | 2 +-
1 file changed, 1
All warnings were reported by the Sparse static analysis tool.
[PATCH 01/10] disas/cris: Fix warning caused by missing 'static'
[PATCH 02/10] disas/sh4: Fix warning caused by missing 'static'
[PATCH 03/10] migration: Fix warning caused by missing declaration of
[PATCH 04/10] migration: Fix warning
Warning from the Sparse static analysis tool:
target-moxie/machine.c:4:26:
warning: symbol 'vmstate_moxie_cpu' was not declared. Should it be static?
machine.h includes the missing declaration.
Cc: Anthony Green
Signed-off-by: Stefan Weil
---
target-moxie/machine.c | 1 +
1 file changed, 1 i
Warning from the Sparse static analysis tool:
hw/display/vga.c:2012:26: warning:
symbol 'vmstate_vga_endian' was not declared. Should it be static?
Signed-off-by: Stefan Weil
---
hw/display/vga.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/display/vga.c b/hw/display/
Warning from the Sparse static analysis tool:
disas/sh4.c:335:22: warning:
symbol 'sh_table' was not declared. Should it be static?
Signed-off-by: Stefan Weil
---
disas/sh4.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/disas/sh4.c b/disas/sh4.c
index f6cadd5..020f5eb 10
Signed-off-by: Stefan Weil
---
spice-qemu-char.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spice-qemu-char.c b/spice-qemu-char.c
index 7e0d300..a4f4e57 100644
--- a/spice-qemu-char.c
+++ b/spice-qemu-char.c
@@ -158,7 +158,7 @@ static gboolean spice_char_source_dispatch(G
Signed-off-by: Greg Kurz
---
qjson.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qjson.c b/qjson.c
index b24..0cda269 100644
--- a/qjson.c
+++ b/qjson.c
@@ -4,7 +4,7 @@
* Copyright Alexander Graf
*
* Authors:
- * Alexander Graf
*
* This work is licensed
It fixes the following error:
Traceback (most recent call last):
File "./scripts/analyze-migration.py", line 584, in
dump.read(dump_memory = args.memory)
File "./scripts/analyze-migration.py", line 528, in read
self.sections[section_id].read()
File "./scripts/analyze-migration.py",
From: Bin Wu
When we test the drive_mirror between different hosts by ndb devices,
we find that, during the cancel phase the qemu process crashes sometimes.
By checking the crash core file, we find the stack as follows, which means
a coroutine re-enter error occurs:
(gdb) bt
#0 0x7fdfc744d
From: Bin Wu
When a coroutine holds a lock, other coroutines who want to get
the lock must wait on a co_queue by adding themselves to the
CoQueue. However, if a waiting coroutine is woken up with the
lock still be holding by other coroutine, this waiting coroutine
will add itself to the co_queue
02.02.2015 17:18, Maxim Ostapenko wrote:
> From 5b035df58f9f17e64b35311b6b5f55097c7f8ce1 Mon Sep 17 00:00:00 2001
> From: Max Ostapenko
> Date: Mon, 2 Feb 2015 12:03:20 +0400
> Subject: [PATCH] linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.
>
> Fix TARGET_SI_PAD_SIZE calculation to
30.01.2015 22:37, Kevin Wolf wrote:
> The size of the stack allocated host[] array didn't account for the
> terminating '\0' byte that sscanf() writes. Fix the array size.
Applied to -trivial, thank you!
/mjt
28.01.2015 18:18, Paolo Bonzini wrote:
> Reviewed-by: Paolo Bonzini
Applied to -trivial, thank you!
/mjt
> On 28/01/2015 16:07, Christian Borntraeger wrote:
>> valgrind complains about:
>> ==42062== 16 bytes in 1 blocks are definitely lost in loss record 387 of
>> 1,048
>> ==42062==at 0x40
26.01.2015 14:12, Paolo Bonzini wrote:
> Patch 2 is the cleanup. The other six patches make the tcg, utils and
> migration components clean.
Applied to -trivial patches 1,2,3,4 and 6, not applied 5 (due to
questionable errno checking addition) and 7, due to a discussion.
Thanks,
/mjt
>
> Paol
26.01.2015 14:12, Paolo Bonzini wrote:
> Avoid truncation of a 64-bit long to a 32-bit int, and check for errno
> (especially ERANGE).
>
> Signed-off-by: Paolo Bonzini
> ---
> util/cutils.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/util/cutils.c b/util/cutils.
From: Jan Kiszka
This helper supports parsing of query packets with optional extensions.
The separator can be specified so that we can use it already for both
qqemu.sstep[=] and qSupported[:feature].
Signed-off-by: Jan Kiszka
---
gdbstub.c | 12 ++--
1 file changed, 10 insertions(+), 2
From: Jan Kiszka
With this patch QEMU handles qAttached request from gdb. When QEMU
replies 1, GDB sends a "detach" command at the end of a debugging
session otherwise GDB sends "kill".
The default value for qAttached is 1 on system emulation and 0 on user
emulation.
Based on original version b
This addresses the review comments on the previews two patches to add
qAttached support. No longer trivial, so maybe you can pick it up,
Peter.
Jan
CC: Fabien Chouteau
CC: Jan Kiszka
Fabien Chouteau (1):
Revert "gdbstub: Do not kill target in system emulation mode"
Jan Kiszka (3):
gdbstu
From: Fabien Chouteau
The requirements described in this patch are implemented by "Add GDB
qAttached support".
This reverts commit 00e94dbc7fd0110b0555d59592b004333adfb4b8.
Signed-off-by: Fabien Chouteau
---
gdbstub.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/gdbstub.c b/gdbstub.c
From: Jan Kiszka
qOffsets has no additional optional parameters. So match the complete
string to avoid stumbling over possible future commands with identical
prefix.
Signed-off-by: Jan Kiszka
---
gdbstub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdbstub.c b/gdbstub.
37 matches
Mail list logo