This should be fixed with the appended patch - please test.
** Changed in: qemu
Assignee: (unassigned) => Stefan Weil (ubuntu-weilnetz)
** Patch added: "Always set locale C"
https://bugs.launchpad.net/qemu/+bug/962880/+attachment/2924541/+files/0001-Makefile-Set-default-locale-C.patch
-
Hi Jan,
I have tried to specify the CPU type but got no luck. More specifically,
the bootrom of vxworks failed. I think the problem lies in the Intel VMX.
However, I don't know how to make further debugging. Hope you can provide
more suggestions from the bug report.
Best,
Katrina
On Fri
On Fri, 23 Mar 2012 21:53:03 +0200
Alon Levy wrote:
> On Fri, Mar 23, 2012 at 11:21:25AM -0300, Luiz Capitulino wrote:
> > On Sun, 18 Mar 2012 19:29:09 +0100
> > Alon Levy wrote:
> >
> > > Added:
> > >
> > > QERR_EINTR
> > > QERR_EACCES
> > > QERR_EEXIST
> > > QERR_OPEN_FILE_EMFILE
> > > QERR_
Am 23.03.2012 18:13, schrieb Peter Maydell:
> On 23 March 2012 16:24, Andreas Färber wrote:
>> Introduce only one non-abstract type TYPE_ARM_CPU and do not touch
>> cp15 registers to not interfere with Peter's ongoing remodelling.
>> Embed CPUARMState as first (additional) field of ARMCPU.
>>
>> S
On Tue, 20 Mar 2012 13:54:35 +
Federico Simoncelli wrote:
> Signed-off-by: Federico Simoncelli
This looks good now, it's only missing a good description.
> ---
> scripts/qapi-commands.py | 14 +++---
> scripts/qapi-types.py|4 ++--
> scripts/qapi-visit.py|4 ++--
On Fri, Mar 23, 2012 at 03:31:48PM -0500, Michael Roth wrote:
> On Thu, Mar 22, 2012 at 09:28:16AM -0400, Stefan Berger wrote:
> > On 03/21/2012 08:33 AM, Eduardo Habkost wrote:
> > >Fix stupid copy&paste mistake at commit
> > >ecf40beae7dcbb057d4f115207f9d8276832a774: I moved code around but kept
On Fri, 23 Mar 2012 14:11:53 -0500
Michael Roth wrote:
> On Fri, Mar 23, 2012 at 03:20:22PM -0300, Luiz Capitulino wrote:
> > On Tue, 20 Mar 2012 19:54:09 -0500
> > Michael Roth wrote:
> >
> > > This currently breaks the build for BSDs.
> > >
> > > Signed-off-by: Michael Roth
> > > ---
> > >
On Thu, Mar 22, 2012 at 09:28:16AM -0400, Stefan Berger wrote:
> On 03/21/2012 08:33 AM, Eduardo Habkost wrote:
> >Fix stupid copy&paste mistake at commit
> >ecf40beae7dcbb057d4f115207f9d8276832a774: I moved code around but kept
> >"optarg" on the cpu_list() call.
> >
> >Reported-by: Jiri Denemark
Some locale settings let make fail or create wrong results,
so set always the C locale.
* Conversion from lower to upper case with tr does not convert
lower case 'i' to 'I' with locale tr_TR.UTF-8.
* The html files created from texi input contain non english
titles like "Anhang" with locale d
On Fri, Mar 23, 2012 at 11:22:48AM -0300, Luiz Capitulino wrote:
> On Sun, 18 Mar 2012 19:29:10 +0100
> Alon Levy wrote:
>
> > This adds a helper to conveniently set the correct error based on the
> > errno after a failed fopen.
> >
> > The added function is placed in it's own c file to allow li
On Fri, Mar 23, 2012 at 11:27:02AM -0300, Luiz Capitulino wrote:
> On Sun, 18 Mar 2012 19:29:13 +0100
> Alon Levy wrote:
>
> > From: Luiz Capitulino
> >
> > This makes all devices using ppm_save() return an error appropriately
> > when the screendump command fails.
> >
> > Based on a code by A
On Fri, Mar 23, 2012 at 11:21:25AM -0300, Luiz Capitulino wrote:
> On Sun, 18 Mar 2012 19:29:09 +0100
> Alon Levy wrote:
>
> > Added:
> >
> > QERR_EINTR
> > QERR_EACCES
> > QERR_EEXIST
> > QERR_OPEN_FILE_EMFILE
> > QERR_ENOSPC
> > QERR_EPERM
> > QERR_READ_ONLY
> > QERR_ENOTDIR
> > QERR_EFBIG
> >
On Thu, 2012-03-22 at 15:59 +, Julien Grall wrote:
> This patch add a structure with contain all informations about
> a device model.
>
> Signed-off-by: Julien Grall
> ---
> tools/libxl/libxl.h |4 ++--
> tools/libxl/libxl_internal.h |1 +
> tools/libxl/libxl_types.idl |
On Thu, 2012-03-22 at 15:59 +, Julien Grall wrote:
> Add structure to handle ioreq server. It's server which can
> handle a range of IO (MMIO and/or PIO) and emulate a PCI.
> Each server as its own shared page to receive ioreq. So
> we have introduced to HVM PARAM to set/get the first and
> the
On Fri, Mar 23, 2012 at 03:20:22PM -0300, Luiz Capitulino wrote:
> On Tue, 20 Mar 2012 19:54:09 -0500
> Michael Roth wrote:
>
> > This currently breaks the build for BSDs.
> >
> > Signed-off-by: Michael Roth
> > ---
> > qga/commands-posix.c | 22 ++
> > 1 files changed, 2
On Fri, 2012-03-23 at 13:06 +, Julien Grall wrote:
> >> diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl
> >> index 413a1a6..7e48817 100644
> >> --- a/tools/libxl/libxl_types.idl
> >> +++ b/tools/libxl/libxl_types.idl
> >> @@ -37,6 +37,7 @@ libxl_domain_type = Enumeration(
On Thu, 2012-03-22 at 15:59 +, Julien Grall wrote:
> This patch add 5 hypercalls to register server, io range and PCI.
>
> Signed-off-by: Julien Grall
> ---
> tools/libxc/xc_domain.c | 140
> +++
> tools/libxc/xenctrl.h | 13
> 2 files c
On Thu, 2012-03-22 at 15:59 +, Julien Grall wrote:
> Quickly fix for hvm_build in python.
If an earlier patch breaks the build then this need to be part of that
patch to allow bisection.
> Signed-off-by: Julien Grall
> ---
> tools/python/xen/lowlevel/xc/xc.c |3 ++-
> 1 files changed, 2
On Thu, 2012-03-22 at 15:59 +, Julien Grall wrote:
> This patchs permits to allocate more special pages. Indeed, for multiple
> ioreq server, we need to have 2 shared pages by server.
>
> xc_hvm_build will take an argument which will indicate the number of
> special pages we want to allocate.
Dear Yan,
We seem to be having some trouble with virtio disk on Windows Server 2008
R2 running on qemu-kvm. Essentially, when disk IO is stressed, it seems to
blue screen.
These are potentially contended disks, since it's public cloud with
multiple customers on the host - the issue could be conn
Stefan Hajnoczi wrote:
> > Hi. We were producing the IDE assert()s and deadlocks with linux kernels.
> > Although I believe the same symptoms exist on windows, I haven't actually
> > tested it myself. Typically they would show up in the 16-bit bootloader
> > code, even before the 32-bit OS has star
Hello ,
I am a student from kit Karlsruhe, Germany . I have a question, can I used a
qemu-processor for example (MicroBlaze, PowerPC or Mips) for my external
SystemC platform , not qemu-platform, the Processors-sources code use only in
Qemu-platform?
my SystemC simulator is : a NoC-sim
On 03/19/2012 10:28 PM, Wen Congyang wrote:
Hi, all
'virsh dump' can not work when host pci device is used by guest. We have
discussed this issue here:
http://lists.nongnu.org/archive/html/qemu-devel/2011-10/msg00736.html
The last version is here:
http://lists.nongnu.org/archive/html/qemu-devel
On Tue, 20 Mar 2012 19:54:09 -0500
Michael Roth wrote:
> This currently breaks the build for BSDs.
>
> Signed-off-by: Michael Roth
> ---
> qga/commands-posix.c | 22 ++
> 1 files changed, 22 insertions(+), 0 deletions(-)
>
> diff --git a/qga/commands-posix.c b/qga/comman
On Wed, 21 Mar 2012 15:48:43 +0200
Avi Kivity wrote:
> On 03/21/2012 03:40 PM, Jan Kiszka wrote:
> > On 2012-03-21 13:38, GaoYi wrote:
> > > Hi Jan,
> > >
> > > Since the newest Intel-VT supports the guest OS under the real mode,
> > > which was already supported in AMD-V, can the VMX in th
Am 14.03.2012 21:16, schrieb Blue Swirl:
> On Wed, Mar 14, 2012 at 17:53, Andreas Färber wrote:
>> diff --git a/target-sparc/cpu-qom.h b/target-sparc/cpu-qom.h
>> new file mode 100644
>> index 000..15dcf84
>> --- /dev/null
>> +++ b/target-sparc/cpu-qom.h
[...]
>> +/**
>> + * SPARCCPUClass:
>>
On 23 March 2012 17:17, Peter Maydell wrote:
> 2012/3/23 Andreas Färber :
>> Following long discussions about where this series collides with cp15 rework
>> and whether things should be done declarative as in eepro100.c or imperative,
>> I have stripped down the series to the bare minimum necessar
On Tue, 20 Mar 2012 11:28:17 +0800
Wen Congyang wrote:
> Hi, all
>
> 'virsh dump' can not work when host pci device is used by guest. We have
> discussed this issue here:
> http://lists.nongnu.org/archive/html/qemu-devel/2011-10/msg00736.html
I've reviewed the QMP part of this series and it loo
On Tue, 20 Mar 2012 11:57:43 +0800
Wen Congyang wrote:
> The command's usage:
>dump [-p] protocol [begin] [length]
> The supported protocol can be file or fd:
> 1. file: the protocol starts with "file:", and the following string is
>the file's path.
> 2. fd: the protocol starts with "fd:"
2012/3/23 Andreas Färber :
> Following long discussions about where this series collides with cp15 rework
> and whether things should be done declarative as in eepro100.c or imperative,
> I have stripped down the series to the bare minimum necessary for proceeding
> with QOM'ifying the remaining ta
On 23 March 2012 16:24, Andreas Färber wrote:
> Introduce only one non-abstract type TYPE_ARM_CPU and do not touch
> cp15 registers to not interfere with Peter's ongoing remodelling.
> Embed CPUARMState as first (additional) field of ARMCPU.
>
> Signed-off-by: Andreas Färber
Reviewed-by: Peter M
On Fri, 23 Mar 2012 17:06:22 +0900 ( )
HATAYAMA Daisuke wrote:
> From: Wen Congyang
> Subject: [PATCH 11/11 v10] introduce a new monitor command
> 'dump-guest-memory' to dump guest's memory
> Date: Tue, 20 Mar 2012 11:57:43 +0800
>
>
>
> > +typedef struct DumpState {
> > +ArchDumpInfo
On 23 March 2012 16:24, Andreas Färber wrote:
> It's unused, so no need to QOM'ify it later.
>
> Signed-off-by: Andreas Färber
Reviewed-by: Peter Maydell
On Fri, Mar 23, 2012 at 11:32 AM, Stefan Hajnoczi wrote:
> On Fri, Mar 23, 2012 at 11:02 AM, Richard Davies wrote:
>> Stefan Hajnoczi wrote:
>>> > Hi. We were producing the IDE assert()s and deadlocks with linux kernels.
>>> > Although I believe the same symptoms exist on windows, I haven't actua
Am 14.03.2012 08:32, schrieb Guan Xuetao:
> On Wed, 2012-03-14 at 02:39 +0100, Andreas Färber wrote:
>> Based on qom-cpu v4 and object_class_get_list() v2, this series converts
>> the UniCore32 CPU to QOM. Code-wise, target-unicore32 is pretty close to
>> target-arm and faces a similar issue of CPU
On 03/22/2012 11:01 AM, Julien Grall wrote:
QEMU will now register all memory range (PIO and MMIO) in Xen.
We distinct two phases in memory registered :
- initialization
- running
For all range registered during the initialization, QEMU will
check with XenStore if it is authorized to use t
On Thu, Mar 22, 2012 at 10:38:40PM +0100, Paolo Bonzini wrote:
> Right now, the semantics of next_list are complicated. The caller must:
>
> * call start_list
>
> * call next_list for each element *including the first*
>
> * on the first call to next_list, the second argument should point to
>
On 2012-03-23 16:08, Julien Grall wrote:
> On 03/22/2012 05:44 PM, Jan Kiszka wrote:
>>>
>>> static void core_region_nop(MemoryListener *listener,
>>> diff --git a/ioport.c b/ioport.c
>>> index 78a3b89..073ed75 100644
>>> --- a/ioport.c
>>> +++ b/ioport.c
>>> @@ -28,6 +28,7 @@
>>> #include "iop
Hello Peter,
Following long discussions about where this series collides with cp15 rework
and whether things should be done declarative as in eepro100.c or imperative,
I have stripped down the series to the bare minimum necessary for proceeding
with QOM'ifying the remaining targets.
This does not
Introduce only one non-abstract type TYPE_ARM_CPU and do not touch
cp15 registers to not interfere with Peter's ongoing remodelling.
Embed CPUARMState as first (additional) field of ARMCPU.
Signed-off-by: Andreas Färber
---
Makefile.target |1 +
target-arm/cpu-qom.h | 68 +
It's unused, so no need to QOM'ify it later.
Signed-off-by: Andreas Färber
---
target-arm/cpu.h|1 -
target-arm/helper.c |5 -
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/target-arm/cpu.h b/target-arm/cpu.h
index 26c114b..69ef142 100644
--- a/target-arm/cpu.h
+
Signed-off-by: Richard Henderson
---
Makefile.target |1 +
target-alpha/int_helper.c | 255 +
target-alpha/op_helper.c | 233 -
3 files changed, 256 insertions(+), 233 deletions(-)
create mode 10
This softfp feature post-dates the last major update to the Alpha
fpu translation. We can make use of this to eliminate at least
one helper function that was performing this operation by hand.
Signed-off-by: Richard Henderson
---
target-alpha/cpu.h|1 -
target-alpha/fpu_helper.c |
> +DEF_HELPER_1(absqsph, i32, i32)
Many of these helpers merely compute a function. They do not trap,
they do not modify global state. They should be using the
DEF_HELPER_FLAGS_N macro to define them, so that the TCG compiler
can optimize around the functions better.
> target-mips/op_helper.c
This completes the transition away from AREG0. This patch must
be last because it requires CONFIG_TCG_PASS_AREG0 set too.
Signed-off-by: Richard Henderson
---
Makefile.target |4 +-
configure |2 +-
target-alpha/helper.h |8 +-
target-alpha/mem_helper.c
Signed-off-by: Richard Henderson
---
target-alpha/helper.h | 12
target-alpha/int_helper.c | 63 +
target-alpha/op_helper.c | 62
target-alpha/translate.c | 44 +
Signed-off-by: Richard Henderson
---
target-alpha/helper.c| 14 --
target-alpha/helper.h|4 ++--
target-alpha/op_helper.c | 10 --
target-alpha/translate.c |6 +++---
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/target-alpha/helper.c b/t
On 03/19/12 14:57, Blue Swirl wrote:
> Add an explicit CPUARMState parameter instead of relying on AREG0
> and move load and store helpers to helper.c. Remove AREG0 swapping in
> tlb_fill(). Remove now empty op_helper.c.
>
> Switch to AREG0 free mode. Use cpu_ld{l,uw}_code in translation
> and int
Signed-off-by: Richard Henderson
---
Makefile.target |2 +-
target-alpha/helper.h | 10 +++---
target-alpha/op_helper.c | 65 -
target-alpha/sys_helper.c | 87 +
target-alpha/translate.c | 14 +
Signed-off-by: Richard Henderson
---
target-alpha/translate.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/target-alpha/translate.c b/target-alpha/translate.c
index b51fe5c..2c24619 100644
--- a/target-alpha/translate.c
+++ b/target-alpha/translate.c
@@ -3513,7 +3513
Signed-off-by: Richard Henderson
---
target-alpha/cpu.h |3 ++
target-alpha/helper.c| 39
target-alpha/helper.h|2 +-
target-alpha/op_helper.c | 73 --
target-alpha/translate.c |2 +-
5 files change
Patch 1 has been seen before but not picked up.
Patches 2-8 convert the target away from areg0.
Patch 9 converts the target to make use of the "new"
flush_inputs_to_zero flag provided by softfloat,
rather than doing the same thing by hand.
r~
Richard Henderson (9):
alpha-linux-user: Initial
On 03/22/2012 05:44 PM, Jan Kiszka wrote:
static void core_region_nop(MemoryListener *listener,
diff --git a/ioport.c b/ioport.c
index 78a3b89..073ed75 100644
--- a/ioport.c
+++ b/ioport.c
@@ -28,6 +28,7 @@
#include "ioport.h"
#include "trace.h"
#include "memory.h"
+#include "hw/xen.h"
Signed-off-by: Stefano Stabellini
---
hw/xen_disk.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/xen_disk.c b/hw/xen_disk.c
index 68fa36a..0f265a4 100644
--- a/hw/xen_disk.c
+++ b/hw/xen_disk.c
@@ -584,10 +584,10 @@ static int blk_init(struct XenDevice *xendev)
If ioreq->postsync call bdrv_flush when the AIO operation is actually
completed.
Signed-off-by: Stefano Stabellini
---
hw/xen_disk.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/hw/xen_disk.c b/hw/xen_disk.c
index 0f265a4..9cb0253 100644
--- a/hw/xen_disk.c
+++ b
Hi all,
this small patch series allows xen_disk to be used correctly with
NATIVE_AIO and O_DIRECT.
This series should be backported to the stable branch too.
Stefano Stabellini (2):
xen_disk: open disk with BDRV_O_NOCACHE | BDRV_O_CACHE_WB |
BDRV_O_NATIVE_AIO
xen_disk: when using AI
On Sun, 18 Mar 2012 19:29:13 +0100
Alon Levy wrote:
> From: Luiz Capitulino
>
> This makes all devices using ppm_save() return an error appropriately
> when the screendump command fails.
>
> Based on a code by Anthony Liguori.
>
> Signed-off-by: Luiz Capitulino
> Signed-off-by: Alon Levy
>
On Sun, 18 Mar 2012 19:29:12 +0100
Alon Levy wrote:
> The documenting comment contains the long list of possible errors from
> qemu_fopen_err, this could probably be put somewhere else in the file
> once more of the api uses those common error classes.
>
> Signed-off-by: Alon Levy
> ---
> hmp-
On Sun, 18 Mar 2012 19:29:10 +0100
Alon Levy wrote:
> This adds a helper to conveniently set the correct error based on the
> errno after a failed fopen.
>
> The added function is placed in it's own c file to allow libcacard to
> not develop dependencies on everything that qerror will bring in,
On Sun, 18 Mar 2012 19:29:09 +0100
Alon Levy wrote:
> Added:
>
> QERR_EINTR
> QERR_EACCES
> QERR_EEXIST
> QERR_OPEN_FILE_EMFILE
> QERR_ENOSPC
> QERR_EPERM
> QERR_READ_ONLY
> QERR_ENOTDIR
> QERR_EFBIG
>
> Signed-off-by: Alon Levy
> ---
> qerror.c | 36
>
Eduardo Habkost wrote:
> On Fri, Mar 23, 2012 at 03:49:27AM +, Liu, Jinsong wrote:
>> Eduardo Habkost wrote:
>>> [1] From Documentation/virtual/kvm/api.txt:
>>>
>>> "KVM_GET_SUPPORTED_CPUID
>>> [...]
>>> This ioctl returns x86 cpuid features which are supported by both
>>> the hardware and kvm
On 23 Mar 2012, at 08:08, Stefan Hajnoczi wrote:
> On Thu, Mar 22, 2012 at 05:00:53PM +, Lee Essen wrote:
>> On 22/03/2012 16:28, Stefan Hajnoczi wrote:
>>> On Wed, Mar 21, 2012 at 1:01 PM, Andreas Färber wrote:
Hi,
Am 21.03.2012 11:45, schrieb Lee Essen:
> I've been tryi
On Wed, Mar 21, 2012 at 20:30, Michael S. Tsirkin wrote:
> On Wed, Mar 21, 2012 at 06:29:00PM +, Anthony PERARD wrote:
>> Signed-off-by: Anthony PERARD
>> Acked-by: Stefano Stabellini
>
> So this interface is really LinuxSysfsPCIDevice.
> For example the assumption that you can just open
> d
On 03/22/2012 04:59 PM, Tim Deegan wrote:
At 15:59 + on 22 Mar (1332431961), Julien Grall wrote:
Julien Grall (15):
xc: Add the hypercall for multiple servers
xc: Add argument to allocate more special pages
xc: Fix python build
Shouldn't something here update xc_domain_sa
On Fri, Mar 23, 2012 at 03:49:27AM +, Liu, Jinsong wrote:
> Eduardo Habkost wrote:
> > [1] From Documentation/virtual/kvm/api.txt:
> >
> > "KVM_GET_SUPPORTED_CPUID
> > [...]
> > This ioctl returns x86 cpuid features which are supported by both the
> > hardware and kvm. Userspace can use the i
On 03/23/2012 02:27 PM, Jan Kiszka wrote:
On 2012-03-23 09:23, Raghavendra K T wrote:
From: Raghavendra K T
MSR_KVM_PV_UNHALT tells whether vcpu is unhalted, which needs to be
used during migration.
Err, and where is it actually saved to/restored from the vmstate? You
are lacking an extension
On 03/23/2012 11:47 AM, Ian Campbell wrote:
On Thu, 2012-03-22 at 15:59 +, Julien Grall wrote:
This patch add a structure with contain all informations about
a device model.
Signed-off-by: Julien Grall
---
tools/libxl/libxl.h |4 ++--
tools/libxl/libxl_internal.h |1
On 03/22/2012 05:37 AM, Stefano Stabellini wrote:
On Wed, 21 Mar 2012, Paolo Bonzini wrote:
Il 21/03/2012 17:06, Crístian Viana ha scritto:
@@ -740,6 +772,13 @@ static QEMUMachine xenfv_machine = {
.init = pc_xen_hvm_init,
.max_cpus = HVM_MAX_VCPUS,
.default_machine_opts = "ac
On 03/22/2012 08:52 PM, David Gibson wrote:
There is no fragment of code quite like the one you quote, only the
check for valid class values, which will accomplish the same thing.
It seemed clearer to have the default class value in the property
definition be, well, the default class value, rathe
Hi Mark,
Am 22.03.2012 19:57, schrieb Mark Cave-Ayland:
> This small patch series resolves https://bugs.launchpad.net/qemu/+bug/942299
> and enables HelenOS to boot once again under PPC32.
Please always post patches to qemu-devel, too.
Andreas
>
> Mark Cave-Ayland (2):
> PPC: Fix interrupt M
The microa-architecture of Intel Xeon E5620 is westmere-EP. So, how to
specify, e.g., -cpu westmere?
p.s. I cannot test it until tomorrow as I am out of office now.
Thanks,
katrina
On Fri, Mar 23, 2012 at 8:13 PM, Jan Kiszka wrote:
> On 2012-03-23 12:45, Katrina Austin wrote:
> > Hi Jan,
> >
>
On Fri, Mar 23, 2012 at 9:10 AM, Lee Essen wrote:
> In ui/spice_core.c spice_server_set_name() is called with qemu_name, which if
> not set causes a core dump.
I forgot strdup didn't like NULL values, and I forgot to push the
patches fixing this in spice. I've now pushed it. Since it's not
offic
On 2012-03-23 12:45, Katrina Austin wrote:
> Hi Jan,
>
>The host version is: linux-2.6.33.3. I removed the kvm incorporated in the
> linux kernel and rebuilt the kvm-kmod-3.3.tar.bz2. I have tried from
> kvm-kmod-2.6.33.3 to kvm-kmod.3.3. Unfortunately, no one worked. The tested
> guest ima
From: Wen Congyang
Subject: [PATCH 05/11 v10] Add API to get memory mapping
Date: Tue, 20 Mar 2012 11:51:18 +0800
> Add API to get all virtual address and physical address mapping.
> If the guest doesn't use paging, the virtual address is equal to the phyical
> address. The virtual address and ph
Ping^3...
-- PMM
On 15 March 2012 17:49, Peter Maydell wrote:
> From: Meador Inge
>
> Fix an issue where the GDB server implementation was sending GDB syscall
> requests while the system CPU was still running. Syscall requests must
> be sent while the CPU is stopped otherwise replies from the
Hi Jan,
The host version is: linux-2.6.33.3. I removed the kvm incorporated in
the linux kernel and rebuilt the kvm-kmod-3.3.tar.bz2. I have tried from
kvm-kmod-2.6.33.3 to kvm-kmod.3.3. Unfortunately, no one worked. The tested
guest image is vxworks downloaded from
http://people.freebsd.org/~w
On Fri, Mar 23, 2012 at 11:02 AM, Richard Davies wrote:
> Stefan Hajnoczi wrote:
>> > Hi. We were producing the IDE assert()s and deadlocks with linux kernels.
>> > Although I believe the same symptoms exist on windows, I haven't actually
>> > tested it myself. Typically they would show up in the
On Fri, Mar 23, 2012 at 7:36 AM, Benoît Canet wrote:
> This is the third version of a patchset aiming at making the combined
> usage of QED and live migration safe.
>
> v3:
>
> -qed: Drop the flags qed structure member and use bs->open_flags to reopen
> (stefana)
> -qed: When opening honor flags
On Thu, 22 Mar 2012, Julien Grall wrote:
> * Register QEMU in Xen as server
> * Retrieve it's own shared pages
> * Check if the page is already mapping before to populate
>
> Signed-off-by: Julien Grall
> ---
> xen-all.c | 62 ++--
> 1 fi
On Thu, 22 Mar 2012, Anthony Liguori wrote:
> On 03/22/2012 11:01 AM, Julien Grall wrote:
> > QEMU will now register PCI in Xen. It will usefull to forward
> > IO config space to the right QEMU.
> >
> > Before to register a PCI device, QEMU will check with XenStore if it is
> > autorized to registe
On Fri, Mar 23, 2012 at 10:43 AM, Chris Webb wrote:
> Stefan Hajnoczi writes:
>
>> On Thu, Mar 22, 2012 at 07:07:52PM +, Chris Webb wrote:
>> > Stefan Hajnoczi writes:
>> >
>> > > Yesterday I only posted an analysis of the bug but here are some
>> > > thoughts on how to move forward. Thrott
On Thu, 22 Mar 2012, Julien Grall wrote:
> Add interface for the new xen hypercalls
>
> Signed-off-by: Julien Grall
> ---
> hw/xen.h |3 +++
> xen-all.c |2 ++
> xen-stub.c | 13 +
> 3 files changed, 18 insertions(+), 0 deletions(-)
>
> diff --git a/hw/xen.h b/hw/xen.h
Stefan Hajnoczi writes:
> On Thu, Mar 22, 2012 at 07:07:52PM +, Chris Webb wrote:
> > Stefan Hajnoczi writes:
> >
> > > Yesterday I only posted an analysis of the bug but here are some
> > > thoughts on how to move forward. Throttling itself is not the problem.
> > > We've known that synch
On Thu, 22 Mar 2012, Jan Kiszka wrote:
> On 2012-03-22 17:01, Julien Grall wrote:
> > With this option, QEMU knows it's ID and can retrieve it's configuration
> > from XenStore.
>
> Isn't this better modeled as a (Xen) machine option? I'd like to avoid
> more "special" command line switch prolifer
On Fri, Mar 23, 2012 at 03:07:20PM +0800, Li Zhi Hui wrote:
> Replace bdrv_* to bdrv_aio_* functions in pio mode in fdc.c.
>
> Signed-off-by: Li Zhi Hui
> ---
> hw/fdc.c | 117 +++--
> 1 files changed, 90 insertions(+), 27 deletions(-)
I
On Thu, Mar 22, 2012 at 07:07:52PM +, Chris Webb wrote:
> Stefan Hajnoczi writes:
>
> > Yesterday I only posted an analysis of the bug but here are some
> > thoughts on how to move forward. Throttling itself is not the problem.
> > We've known that synchronous operations in the vcpu thread a
On Thu, Mar 22, 2012 at 05:00:53PM +, Lee Essen wrote:
> On 22/03/2012 16:28, Stefan Hajnoczi wrote:
> >On Wed, Mar 21, 2012 at 1:01 PM, Andreas Färber wrote:
> >>Hi,
> >>
> >>Am 21.03.2012 11:45, schrieb Lee Essen:
> >>>I've been trying to find a sensible way to solve the Solaris/Illumos
> >>
On 23 Mar 2012, at 10:18, Alon Levy wrote:
> On Fri, Mar 23, 2012 at 08:10:36AM +, Lee Essen wrote:
>> Hi,
>>
>> I think I've found a bug with the way that spice uses qemu_name.
>>
>> qemu_name is a char *, that's only set to if "-name" is given (and then the
>> arg is strdup'd), otherwis
On 2012-03-23 09:19, Katrina Austin wrote:
> Hi all,
>
>I've built a guest image. It works well on KVM with a AMD X240 processor
> but failed with a intel E5620 processor. I am using kvm-kmod-3.3 and
> qemu-kvm-0.14.0. Here comes the report:
> kvm_emulate_insn: 0: 11a6d0: ff (p
On Fri, Mar 23, 2012 at 08:10:36AM +, Lee Essen wrote:
> Hi,
>
> I think I've found a bug with the way that spice uses qemu_name.
>
> qemu_name is a char *, that's only set to if "-name" is given (and then the
> arg is strdup'd), otherwise it's not set properly.
>
> In ui/spice_core.c spic
From: Wen Congyang
Subject: [PATCH 10/11 v10] make gdb_id() generally avialable
Date: Tue, 20 Mar 2012 11:56:38 +0800
> The following patch also needs this API, so make it generally avialable
>
> Signed-off-by: Wen Congyang
> ---
> gdbstub.c |9 -
> gdbstub.h |9 +
> 2
spice_server_set_name can't handle the case of getting NULL passed in.
Add a check and pass in an empty string instead.
Signed-off-by: Gerd Hoffmann
---
ui/spice-core.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ui/spice-core.c b/ui/spice-core.c
index a468524..50c2
>>> On 22.03.12 at 16:59, Julien Grall wrote:
> --- /dev/null
> +++ b/xen/arch/x86/hvm/pci_emul.c
> @@ -0,0 +1,147 @@
> +#include
> +#include
> +#include
> +#include
> +#include
> +
> +#define PCI_DEBUGSTR "%x:%x.%x"
> +#define PCI_DEBUG(bdf) ((bdf) >> 16) & 0xff, ((bdf) >> 11) & 0x1f, ((bdf)
From: Wen Congyang
Subject: [PATCH 11/11 v10] introduce a new monitor command 'dump-guest-memory'
to dump guest's memory
Date: Tue, 20 Mar 2012 11:57:43 +0800
> +/* get the memory's offset in the vmcore */
> +static target_phys_addr_t get_offset(target_phys_addr_t phys_addr,
> +
On 03/23/2012 02:27 PM, Jan Kiszka wrote:
On 2012-03-23 09:23, Raghavendra K T wrote:
From: Raghavendra K T
MSR_KVM_PV_UNHALT tells whether vcpu is unhalted, which needs to be
used during migration.
Err, and where is it actually saved to/restored from the vmstate? You
are lacking an extension
Hello Jamie, or anyone else affected,
Accepted qemu-kvm into oneiric-proposed. The package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!
Hi all,
I've built a guest image. It works well on KVM with a AMD X240 processor
but failed with a intel E5620 processor. I am using kvm-kmod-3.3 and
qemu-kvm-0.14.0. Actually it failed for all existing kvm version. Here
comes the report:
kvm_emulate_insn: 0: 11a6d0: ff (prot32)
Public bug reported:
Default locale;
/opt/test/qemu-1.0.1# locale
LANG=tr_TR.UTF-8
LC_CTYPE="tr_TR.UTF-8"
...
LC_IDENTIFICATION="tr_TR.UTF-8"
LC_ALL=
--
./configure && make
.
.
.
/opt/test/qemu-1.0.1/vl.c: In function 'main':
/opt/test/qemu-1.0.1/vl.c:2248: hata: 'CONFIG_QEMU_CONF
Hi all,
I've built a guest image. It works well on KVM with a AMD X240 processor
but failed with a intel E5620 processor. I am using kvm-kmod-3.3 and
qemu-kvm-0.14.0. Here comes the report:
kvm_emulate_insn: 0: 11a6d0: ff (prot32) failed
kvm_userspace_exit: reaso
>>> On 22.03.12 at 16:59, Julien Grall wrote:
> --- a/xen/include/public/hvm/hvm_op.h
> +++ b/xen/include/public/hvm/hvm_op.h
> @@ -24,6 +24,8 @@
> #include "../xen.h"
> #include "../trace.h"
>
> +#include "hvm_info_table.h" /* HVM_MAX_VCPUS */
> +
> /* Get/set subcommands: extra argument ==
1 - 100 of 118 matches
Mail list logo