On Sun, Aug 25, 2013 at 04:37:44PM +0100, Alexander Graf wrote:
>
> On 23.08.2013, at 21:10, Christoffer Dall wrote:
>
> > To make the code slightly cleaner to look at and make the save/restore
> > code easier to understand, introduce this macro to set the priority of
> > interrupts.
> >
> > Sig
On Fri, Sep 06, 2013 at 02:59:08PM +0100, Peter Maydell wrote:
> On 23 August 2013 21:10, Christoffer Dall wrote:
> > For some reason only edge-triggered or enabled level-triggered
> > interrupts would set the pending state of a raised IRQ. This is not in
> > compliance with the specs, which indi
Am 13.09.2013 07:57, schrieb Michal Privoznik:
> So I've just got another trivial patch ACKed. Yay! So I wanted to check
> it out in the next-trivial branch. Therefore I went on the qemu-trivial
> wiki and found two things:
>
> 1) Plenty of wiki vandalism (tracked down to user Jennypear [2]), e.g.
So I've just got another trivial patch ACKed. Yay! So I wanted to check
it out in the next-trivial branch. Therefore I went on the qemu-trivial
wiki and found two things:
1) Plenty of wiki vandalism (tracked down to user Jennypear [2]), e.g.
appending ads in URL form to several pages [2]
2) The u
Am 13.09.2013 06:33, schrieb Antony Pavlov:
> The header file sizes.h is used in linux kernel,
> barebox bootloader and u-boot bootloader. It provides
> the short and easy-to-read names for power-of-two
> numbers. The numbers like this are othen used
> for memory range sizes.
>
> Signed-off-by: Ant
On Mon, Sep 09, 2013 at 08:06:53AM +0200, Alexander Graf wrote:
>
>
> Am 09.09.2013 um 07:58 schrieb Alexey Kardashevskiy :
>
> > On 09/09/2013 03:50 PM, Alexander Graf wrote:
> >>
> >>
> >> Am 09.09.2013 um 04:40 schrieb Alexey Kardashevskiy :
> >>
> >>> On 09/06/2013 01:11 AM, Alexander Gra
On Fri, Sep 06, 2013 at 02:34:40PM +0100, Peter Maydell wrote:
> On 23 August 2013 20:41, Christoffer Dall wrote:
> > Support creating the ARM vgic device through the device control API and
> > setting the base address for the distributor and cpu interfaces in KVM
> > VMs using this API.
> >
> > B
** Changed in: qemu
Status: New => Invalid
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1019179
Title:
vCPU hot-add makes the guest abort
Status in QEMU:
Invalid
Bug description:
Envi
qemu-kvm.git has merged to qemu.git, upstream qemu doesn't have cpu_set
command.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1019179
Title:
vCPU hot-add makes the guest abort
Status in QEMU:
I
Signed-off-by: Antony Pavlov
Reviewed-by: Aurelien Jarno
---
hw/mips/mips_malta.c | 25 +
include/hw/mips/bios.h | 3 ++-
2 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/hw/mips/mips_malta.c b/hw/mips/mips_malta.c
index 05c8771..604832f 100644
--- a/hw
The header file sizes.h is used in linux kernel,
barebox bootloader and u-boot bootloader. It provides
the short and easy-to-read names for power-of-two
numbers. The numbers like this are othen used
for memory range sizes.
Signed-off-by: Antony Pavlov
Reviewed-by: Aurelien Jarno
Reviewed-by: Pao
Changes since v1:
* include/sizes.h -> include/qemu/sizes.h
* fix copyright header;
* fix formatting: drop tabs;
* use the BIT() macro, so it's easy-to-read the constants column;
also the BIT() macro casts constant to UL;
* rebase on updated master;
* take into account the "mips_malta: s
On Fri, Sep 13, 2013 at 12:03:40AM +0300, Michael S. Tsirkin wrote:
> On Thu, Sep 12, 2013 at 04:45:01PM -0300, Eduardo Habkost wrote:
> > On Thu, Sep 12, 2013 at 11:42:17AM +0300, Michael S. Tsirkin wrote:
> > > On Thu, Sep 12, 2013 at 11:23:46AM +0300, Gal Hammer wrote:
> > > > Hi,
> > > >
> > >
On Thu, 09/12 15:08, Daniel P. Berrange wrote:
> On Thu, Sep 12, 2013 at 03:04:56PM +0800, Fam Zheng wrote:
> > Added three types of modules:
> >
> > typedef enum {
> > MODULE_LOAD_BLOCK = 0,
> > MODULE_LOAD_UI,
> > MODULE_LOAD_NET,
> > MODULE_LOAD_MAX,
> >
On Thu, 09/12 15:06, Daniel P. Berrange wrote:
> On Thu, Sep 12, 2013 at 03:04:57PM +0800, Fam Zheng wrote:
> > Install all the subdirs for modules under configure option "moddir".
> >
> > Signed-off-by: Fam Zheng
> > ---
> > Makefile | 6 ++
> > 1 file changed, 6 insertions(+)
> >
> > diff
On 20/01/13 1:12 PM, David Woodhouse wrote:
The PCI Firmware Specification apparently requires that the PCI Data
Structure be DWORD-aligned. The implementation in OVMF also requires
this, so vgabios ROMs don't work there. With this fixed, I can now
initialise the VGA ROM from EFI, and EFI can dis
On 29/08/13 5:57 AM, Charlie Shepherd wrote:
Hi all,
This is an attempt to do some triaging of the 18 current buildbot
failures[1].
default_openbsd_current (offline):
http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/509/steps/compile/logs/stdio
ASoptionrom/mu
On Thu, 12 Sep 2013 16:27:50 +0200 Kevin Wolf wrote:
> Am 12.09.2013 um 15:58 hat Stefan Hajnoczi geschrieben:
> > On Thu, Sep 12, 2013 at 01:27:32PM +0200, Jack Wang wrote:
> > > Hi all,
> > >
> > > We're using qemu export md-raid to guest OS, and we saw deadlock on
> > > MD(which is already fi
On 12.09.2013, at 16:45, Scott Wood wrote:
> On Thu, 2013-09-12 at 16:23 -0500, Alexander Graf wrote:
>> On 12.09.2013, at 13:10, Scott Wood wrote:
>>
>>> On Thu, 2013-09-12 at 04:18 -0500, Bhushan Bharat-R65777 wrote:
and device disabling is not a standard like PCI. Do you think that we
>
On Thu, 2013-09-12 at 16:23 -0500, Alexander Graf wrote:
> On 12.09.2013, at 13:10, Scott Wood wrote:
>
> > On Thu, 2013-09-12 at 04:18 -0500, Bhushan Bharat-R65777 wrote:
> >> and device disabling is not a standard like PCI. Do you think that we
> >> might need to do some
> >> device specific ha
On Thu, 2013-09-12 at 16:48 -0500, Alexander Graf wrote:
> On 12.09.2013, at 16:45, Scott Wood wrote:
>
> > On Thu, 2013-09-12 at 16:23 -0500, Alexander Graf wrote:
> >> On 12.09.2013, at 13:10, Scott Wood wrote:
> >>
> >>> On Thu, 2013-09-12 at 04:18 -0500, Bhushan Bharat-R65777 wrote:
> an
On 09/12/2013 01:40 PM, Stefan Weil wrote:
> Am 12.09.2013 22:29, schrieb Richard Henderson:
>> On 09/12/2013 12:45 PM, Stefan Weil wrote:
>>> +cat > $TMPC << EOF
>>> +#include
>>> +#include
>>> +#include
>>> +#include
>>> +static bool call_align_args(uint32_t arg1, uint64_t arg2) {
>>> + if (
On Thu, Sep 12, 2013 at 04:45:01PM -0300, Eduardo Habkost wrote:
> On Thu, Sep 12, 2013 at 11:42:17AM +0300, Michael S. Tsirkin wrote:
> > On Thu, Sep 12, 2013 at 11:23:46AM +0300, Gal Hammer wrote:
> > > Hi,
> > >
> > > I've notice that the virtio-serial Windows' driver doesn't use MSI-X
> > > ve
On 12.09.2013, at 13:10, Scott Wood wrote:
> On Thu, 2013-09-12 at 04:18 -0500, Bhushan Bharat-R65777 wrote:
>>
>>> -Original Message-
>>> From: Alex Williamson [mailto:alex.william...@redhat.com]
>>> Sent: Wednesday, September 11, 2013 10:45 PM
>>> To: Yoder Stuart-B08248
>>> Cc: Wood S
Add and remove groups from the KVM virtual VFIO device as we make
use of them. This allows KVM to optimize for performance and
correctness based on properties of the group.
Signed-off-by: Alex Williamson
---
This patch is enabled by:
[RFC PATCH 0/3] kvm/vfio: Manage KVM IOMMU coherency with vi
On 09/12/2013 12:45 PM, Stefan Weil wrote:
> +cat > $TMPC << EOF
> +#include
> +#include
> +#include
> +#include
> +static bool call_align_args(uint32_t arg1, uint64_t arg2) {
> + if (arg2 == 0x0003004ULL || arg2 == 0x00040003ULL) {
> +return true;
> + } else if (arg2 == 2
Am 12.09.2013 22:28, schrieb Stefan Weil:
> TCI passes your smoke-test on i686, x86_64 and maybe also on ARM hosts
> (ARM is still running, up to now it got the first line of the test done).
ARM finished the test successfully now, too.
On 12 September 2013 20:45, Stefan Weil wrote:
> +else
> +
> + # Cross compilation, so we cannot launch a program. Require configure
> argument.
> + error_exit "Unknown function argument alignment" \
> + "The TCG interpreter must know the alignment of function
> arguments." \
> +
Am 12.09.2013 22:29, schrieb Richard Henderson:
> On 09/12/2013 12:45 PM, Stefan Weil wrote:
>> +cat > $TMPC << EOF
>> +#include
>> +#include
>> +#include
>> +#include
>> +static bool call_align_args(uint32_t arg1, uint64_t arg2) {
>> + if (arg2 == 0x0003004ULL || arg2 == 0x0004000
Am 12.09.2013 20:26, schrieb Eric Blake:
> On 09/12/2013 11:57 AM, Stefan Weil wrote:
>> Add a missing "function" and replace "and" by "any".
>> BSD und Linux use the same documentation here, so fix both.
>
> s/und/and/
Indeed, thanks. Well, I am German, so I may write "und". :-)
Perhaps this can
On 09/12/2013 11:57 AM, Stefan Weil wrote:
> Thanks for your hint. Yes, as you can see from tcg/tci/README,the test
> matrix of TCI
> did not include big endian hosts up to now. Testing on an emulated big
> endian Malta
> system is terribly slow, and I have no access to real big endian
> hardware f
Am 12.09.2013 22:07, schrieb Richard Henderson:
> On 09/12/2013 11:57 AM, Stefan Weil wrote:
>> Thanks for your hint. Yes, as you can see from tcg/tci/README,the test
>> matrix of TCI
>> did not include big endian hosts up to now. Testing on an emulated big
>> endian Malta
>> system is terribly slo
It is used by qemu-ppc64 when running Debian's busybox-static.
Cc: qemu-stable
Signed-off-by: Stefan Weil
Reviewed-by: Richard Henderson
---
tcg/tci/tcg-target.c |1 -
tci.c| 10 +-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/tcg/tci/tcg-target.
On 09/12/2013 12:13 PM, Stefan Weil wrote:
> The first patch was already sent to qemu-devel and is only included
> here because patch 3 is based on it. Only patch 1 is needed for qemu-stable.
>
> It looks like shift values of 0 or 32/64 work as expected because
> the compiler "knows" the pattern u
Am 12.09.2013 20:39, schrieb Richard Henderson:
> On 09/12/2013 11:17 AM, Stefan Weil wrote:
>> @@ -1093,7 +1093,6 @@ uintptr_t tcg_qemu_tb_exec(CPUArchState *env, uint8_t
>> *tb_ptr)
>> tmp8 = helper_ldb_mmu(env, taddr, tci_read_i(&tb_ptr));
>> #else
>> host_addr = (tcg
Anthony,
The following changes since commit 4ff78e0dbcd5c795962567fdc1b31e9e03c55b07:
Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-08-30
12:26:04 -0500)
are available in the git repository at:
git://github.com/borntraeger/qemu.git tags/s390-20130902
for you to fetch c
On 09/12/2013 12:13 PM, Stefan Weil wrote:
> These functions were copies from include/linux/bitopts.h.
>
> Signed-off-by: Stefan Weil
> ---
> include/qemu/bitops.h | 82
> +
> 1 file changed, 82 insertions(+)
Reviewed-by: Richard Henderson
r
The first patch was already sent to qemu-devel and is only included
here because patch 3 is based on it. Only patch 1 is needed for qemu-stable.
It looks like shift values of 0 or 32/64 work as expected because
the compiler "knows" the pattern used to implement the rotate operation,
so the code do
These functions were copies from include/linux/bitopts.h.
Signed-off-by: Stefan Weil
---
include/qemu/bitops.h | 82 +
1 file changed, 82 insertions(+)
diff --git a/include/qemu/bitops.h b/include/qemu/bitops.h
index 06e2e6f..5c0fa0a 100644
---
From: Thomas Huth
The IO instruction handlers now take care of setting the CC value on
their own, so that the confusing return code magic in kvm_handle_css_inst()
is not needed anymore.
Signed-off-by: Thomas Huth
Reviewed-by: Cornelia Huck
Signed-off-by: Christian Borntraeger
---
target-s390
Signed-off-by: Stefan Weil
---
target-arm/iwmmxt_helper.c |2 +-
tcg/optimize.c | 12
tci.c |8
3 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/target-arm/iwmmxt_helper.c b/target-arm/iwmmxt_helper.c
index 7953b53..e
This fixes TCI on ARM hosts (tested with Debian's busybox-static
running in linux-user emulation).
Signed-off-by: Stefan Weil
---
configure| 63 ++
tcg/tci/tcg-target.h |6 -
2 files changed, 68 insertions(+), 1 deletion(-)
d
On Thu, Sep 12, 2013 at 11:42:17AM +0300, Michael S. Tsirkin wrote:
> On Thu, Sep 12, 2013 at 11:23:46AM +0300, Gal Hammer wrote:
> > Hi,
> >
> > I've notice that the virtio-serial Windows' driver doesn't use MSI-X
> > vectors when running using upstream qemu or
> > qemu-kvm-1.2.2-13.fc18.x86_64.
When qemu dies unexpectedly, for example in response to an explicit
abort() call, or (more importantly) when an external signal is delivered
to it that results in a coredump, sometimes it is useful to extract the
guest vmcore from the qemu process' memory image. The guest vmcore might
help understa
From: Thomas Huth
The SCLP instruction is priviledged, so we should make sure that
we generate an exception when it is called from the problem state.
Signed-off-by: Thomas Huth
Signed-off-by: Christian Borntraeger
---
target-s390x/kvm.c | 4
1 file changed, 4 insertions(+)
diff --git a/
Rebuild of the virtio-ccw rom containing these patches:
1. s390/ipl: Fix waiting for virtio processing
Signed-off-by: Christian Borntraeger
---
pc-bios/s390-ccw.img | Bin 9432 -> 9336 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/pc-bios/s390-ccw.img b/pc-bios/s390-ccw.img
05.09.2013 14:54, Michal Privoznik wrote:
Currently, we are enforcing the _FORTIFY_SOURCE=2 without any
previous detection if the macro has been already defined, e.g.
by environment, or is just enabled by compiler by default.
Thanks, applied to the trivial-patches queue
(combined with the simil
From: Thomas Huth
Moved the setcc() function to cpu.h so that it can be used by other
files, too. It now also does not modify the kvm state anymore since
this gets updated during kvm_arch_put_registers() anyway.
Signed-off-by: Thomas Huth
Signed-off-by: Christian Borntraeger
---
target-s390x/
The prstatus of an s390x dump contains several padding areas. Zero out
these bytes to make reading the notes section easier with a hexdump.
Signed-off-by: Christian Borntraeger
---
target-s390x/arch_dump.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target-s390x/arch_dump.c b/target-s390
On 09/12/2013 12:13 PM, Stefan Weil wrote:
> Signed-off-by: Stefan Weil
> ---
> target-arm/iwmmxt_helper.c |2 +-
> tcg/optimize.c | 12
> tci.c |8
> 3 files changed, 9 insertions(+), 13 deletions(-)
Reviewed by: Richard Henderson
From: Cornelia Huck
The guest side must not manipulate the index for the used buffers. Instead,
remember the state of the used buffer locally and wait until it has moved.
Signed-off-by: Cornelia Huck
Acked-by: Alexander Graf
Signed-off-by: Christian Borntraeger
---
pc-bios/s390-ccw/virtio.c
On 12 September 2013 18:57, Stefan Weil wrote:
> Signed-off-by: Stefan Weil
Reviewed-by: Peter Maydell
-- PMM
On 09/12/2013 11:24 AM, Stefan Weil wrote:
> tci.c is also a maintained part of the TCI implementation.
>
> Signed-off-by: Stefan Weil
Reviewed-by: Richard Henderson
r~
On 09/12/2013 11:17 AM, Stefan Weil wrote:
> @@ -1093,7 +1093,6 @@ uintptr_t tcg_qemu_tb_exec(CPUArchState *env, uint8_t
> *tb_ptr)
> tmp8 = helper_ldb_mmu(env, taddr, tci_read_i(&tb_ptr));
> #else
> host_addr = (tcg_target_ulong)taddr;
> -assert(taddr == hos
Debian busybox-static for alpha has a load address of 0x00012000
which is mapped to 0x2000 for 32 bit hosts.
qemu-alpha uses the TCG opcodes qemu_ld32, qemu_ld64, qemu_st32 and
qemu_st64 which all raise the assertion (taddr == host_addr).
Remove all assertions of this type bec
On 2013-09-12 16:57, Eric Blake wrote:
On 09/02/2013 01:25 AM, Max Reitz wrote:
If a qcow2 image file becomes corrupted, any write may inadvertently
overwrite important metadata structures such as the L1 table. This
series adds functionality for detecting, preventing and (to some extent)
repairi
Add a missing "function" and replace "and" by "any".
BSD und Linux use the same documentation here, so fix both.
Signed-off-by: Stefan Weil
---
bsd-user/qemu.h |4 ++--
linux-user/qemu.h |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/bsd-user/qemu.h b/bsd-user/
On Wed, 21 Aug 2013 17:04:27 +0800
Hu Tao wrote:
> OSPM may disable the sci by clearing GPEx_BLK EN bit, in the case
> we have to set sci level to 0 or guest will receive sci interrupts
> endlessly.
Could you make a more verbose comment, referring to relevant ACPI spec chapter
and it would be ni
These two have been hanging out, reviewed, for a month or more with
no one picking them up. I wondered if a pull req might help. ;-)
r~
The following changes since commit 2d1fe1873a984d1c2c89ffa3d12949cafc718551:
Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into
s
From: Peter Maydell
The instructions CMOVcc, FCMOVcc and F[U]COMI[P] should only be
present if the CMOV feature bit is set. Add missing feature bit
checks so we correctly fault if emulating a 486 or 586.
This fixes bug LP:1201446.
Signed-off-by: Peter Maydell
Signed-off-by: Richard Henderson
-
From: Paolo Bonzini
CR4.PAE=1 will not enable paging if CR0.PG=0, but the "if" chain
in x86_cpu_get_phys_page_debug says otherwise. Check CR0.PG
before everything else.
Fixes "-d in_asm" for a code section at the beginning of OVMF.
Signed-off-by: Paolo Bonzini
Signed-off-by: Richard Henderson
tci.c is also a maintained part of the TCI implementation.
Signed-off-by: Stefan Weil
---
MAINTAINERS |1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index d128ed0..4d634f2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -842,6 +842,7 @@ TCI target
M: Stefan Weil
On Thu, 2013-09-12 at 04:18 -0500, Bhushan Bharat-R65777 wrote:
>
> > -Original Message-
> > From: Alex Williamson [mailto:alex.william...@redhat.com]
> > Sent: Wednesday, September 11, 2013 10:45 PM
> > To: Yoder Stuart-B08248
> > Cc: Wood Scott-B07421; Sethi Varun-B16395; Bhushan Bharat-
Il 30/08/2013 11:58, Paolo Bonzini ha scritto:
> CR4.PAE=1 will not enable paging if CR0.PG=0, but the "if" chain
> in x86_cpu_get_phys_page_debug says otherwise. Check CR0.PG
> before everything else.
>
> Fixes "-d in_asm" for a code section at the beginning of OVMF.
>
> Cc: Richard Henderson
On 12 September 2013 18:57, Stefan Weil wrote:
> Add a missing "function" and replace "and" by "any".
> BSD und Linux use the same documentation here, so fix both.
>
> Signed-off-by: Stefan Weil
Reviewed-by: Peter Maydell
-- PMM
The page dump writes a table with 3 abi_ulong values in each row.
These values take 8 or 16 characters (depending on sizeof abi_ulong).
Fix the table headings to be aligned with the table columns.
old:
startend size prot
00012000-00012021e000 0021e000 rwx
0040
On 03/09/13 21:08, Christian Borntraeger wrote:
> Anthony,
>
>
> The following changes since commit 4ff78e0dbcd5c795962567fdc1b31e9e03c55b07:
>
> Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-08-30
> 12:26:04 -0500)
>
> are available in the git repository at:
>
>
> git
According to shm_open specifications:
A shared memory object should be identified by a name of the form /somename;
that is, a null-terminated string of up to NAME_MAX (i.e., 255) characters
consisting of an initial slash, followed by one or more characters, none of
which are slashes.
This pat
Signed-off-by: Stefan Weil
---
bsd-user/qemu.h |2 +-
linux-user/qemu.h |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 1998af6..ddc74ed 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -381,7 +381,7 @@ static inline voi
Ping^4!
thanks
-- PMM
On 2 September 2013 09:24, Peter Maydell wrote:
> Ping^3!
>
> thanks
> -- PMM
>
> On 20 August 2013 13:59, Peter Maydell wrote:
>> Ping^2! This has been reviewed and I've checked that the
>> patch still applies to master.
>>
>> thanks
>> -- PMM
>>
>> On 25 July 2013 17:54,
On 09/12/2013 11:57 AM, Stefan Weil wrote:
> Add a missing "function" and replace "and" by "any".
> BSD und Linux use the same documentation here, so fix both.
s/und/and/
--
Eric Blake eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Descr
On Thu, Sep 12, 2013 at 10:21 AM, Christian Borntraeger
wrote:
> On 03/09/13 21:08, Christian Borntraeger wrote:
>> Anthony,
>>
>>
>> The following changes since commit 4ff78e0dbcd5c795962567fdc1b31e9e03c55b07:
>>
>> Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-08-30
>> 12:2
On 09/12/2013 04:27 PM, Kevin Wolf wrote:
> Am 12.09.2013 um 15:58 hat Stefan Hajnoczi geschrieben:
>> On Thu, Sep 12, 2013 at 01:27:32PM +0200, Jack Wang wrote:
>>> Hi all,
>>>
>>> We're using qemu export md-raid to guest OS, and we saw deadlock on
>>> MD(which is already fixed by Neil), please se
On Thu, Sep 12, 2013 at 11:17:50AM +0100, Peter Maydell wrote:
> This patch series adds a 'virt' platform which uses the
> kernel's mach-virt (fully device-tree driven) support
> to create a simple minimalist platform intended for
> use for KVM VM guests.
looks good to me. fwiw
Reviewed-by: Chrit
Il 09/09/2013 14:07, Stefan Hajnoczi ha scritto:
> On Wed, Sep 04, 2013 at 08:26:25PM +1000, Alexey Kardashevskiy wrote:
>> KVM request types are normally defined using hex constants but QEMU traces
>> print decimal values instead, which is not very convenient.
>>
>> This changes the request type f
Hi all,
We're using qemu export md-raid to guest OS, and we saw deadlock on
MD(which is already fixed by Neil), please see thread below:
> http://marc.info/?l=linux-raid&m=137894040228125&w=2
As Neil suggested it would be good for userspace applications to call
open() with O_EXCL flag, to avoid s
Il 03/09/2013 10:27, Alexey Kardashevskiy ha scritto:
> Signed-off-by: Alexey Kardashevskiy
> ---
>
> I need this update as VFIO on PPC64/pseries got in upstream kernel
> and this is required by VFIO-SPAPR bits in QEMU. Others may find this
> update useful too :)
>
> ---
> linux-headers/asm-arm
Public bug reported:
The release tarballs include the dtc/.git submodule file, causing when
working git in some circumstances (e.g. doing git clean -fxd in a parent
git repository):
$ mkdir foo && cd foo
$ git init
$ echo yo >bar
$ curl http://wiki.qemu-project.org/download/qemu-1.6.0.tar.bz2
$ t
Il 03/09/2013 10:08, Alexey Kardashevskiy ha scritto:
> On PPC64 systems MSI Messages are translated to system IRQ in a PCI
> host bridge. This is already supported for emulated MSI/MSIX but
> not for irqfd where the current QEMU allocates IRQ numbers from
> irqchip and maps MSIMessages to IRQ in t
Il 03/09/2013 18:08, Jan Kiszka ha scritto:
> Addresses the issue Daniel reported in
> http://thread.gmane.org/gmane.comp.emulators.qemu/231577
>
>
> CC: qemu-sta...@nongnu.org
>
> Jan Kiszka (3):
> kvmvapic: Catch invalid ROM size
> kvmvapic: Enter inactive state on hardware reset
> kvmva
On 09/02/2013 01:25 AM, Max Reitz wrote:
> If a qcow2 image file becomes corrupted, any write may inadvertently
> overwrite important metadata structures such as the L1 table. This
> series adds functionality for detecting, preventing and (to some extent)
> repairing such collisions.
>
> v5:
> -
On Wed, 21 Aug 2013 17:04:28 +0800
Hu Tao wrote:
>
> Signed-off-by: Hu Tao
> ---
> hw/acpi/ich9.c | 91
> --
> include/hw/acpi/ich9.h | 11 ++
> 2 files changed, 100 insertions(+), 2 deletions(-)
>
> diff --git a/hw/acpi/ich9.c b/hw
Am 12.09.2013 03:23, schrieb Fam Zheng:
> On Wed, 09/11 17:49, Peter Maydell wrote:
>> Delete an unnecessary dependency for cocoa.o; we already have
>> a general rule that tells Make that we can build a .o file
>> from a .m source using an ObjC compiler, so this specific
>> rule is unnecessary. Fur
On 12.09.2013 16:02, Richard Henderson wrote:
> On 09/12/2013 01:30 AM, Claudio Fontana wrote:
>>> +case INDEX_op_mov_i64:
>>> +case INDEX_op_mov_i32:
>>> +case INDEX_op_movi_i64:
>>> +case INDEX_op_movi_i32:
>>> +/* Always implemented with tcg_out_mov/i, never with tcg_out_
On 12 September 2013 15:14, Andreas Färber wrote:
> I don't think I have any other Cocoa patches queued - or did I miss a
> more acceptable version of the command-key workaround?
http://lists.nongnu.org/archive/html/qemu-devel/2013-08/msg02300.html
is the latest on that front: it is no longer try
strace -f of qemu when it fails.
Notes:
- fd = 6 is the Unix domain socket connected to virtio-serial
- only one 4 byte write occurs to this socket (expected guest -> host
communication)
- the socket isn't read at all (even though the library on the other side has
written)
- the socket is n
Am 30.08.2013 19:19, schrieb Andreas Färber:
> Am 26.08.2013 09:52, schrieb Wenchao Xia:
>> 于 2013-8-24 8:00, Andreas Färber 写道:
>>> Avoid confusion between object and object class.
>> between object class and device class?
>
> No the issue is that by convention we usually use
>
> Object *obj;
On 12 September 2013 15:31, Claudio Fontana wrote:
> On 12.09.2013 16:02, Richard Henderson wrote:
>> On 09/12/2013 01:30 AM, Claudio Fontana wrote:
>>> Ok
>>
>> Sadly, "Ok" is neither Reviewed-by or Signed-off-by
> There is nothing sad about it. When it's reviewed, you will know.
The point is t
Recall this bug only happens intermittently. This is an strace -f of
qemu when it happens to work.
Notes:
- fd = 6 is the Unix domain socket
- there are an expected number of recvmsg & writes, all with the correct sizes
- this time qemu adds the socket to ppoll
** Attachment added: "working
Il 12/09/2013 14:08, Kevin Wolf ha scritto:
> Am 12.09.2013 um 11:31 hat Paolo Bonzini geschrieben:
>> Il 12/09/2013 11:15, Wenchao Xia ha scritto:
>>> This series will remove the usage of symbols of mon-protocol-event in
>>> qemu-img, qemu-nbd and qemu-io, in short remove the connetion for block
>
On Wed, Sep 11, 2013 at 11:53:46PM +0200, Andreas Färber wrote:
> Am 11.09.2013 10:37, schrieb Igor Mammedov:
> > On Wed, 11 Sep 2013 10:25:58 +0200
> > Andreas Färber wrote:
> >
> >> Am 11.09.2013 10:22, schrieb Igor Mammedov:
> >>> On Tue, 10 Sep 2013 17:48:59 -0300
> >>> Eduardo Habkost wrote
On Thu, Sep 12, 2013 at 01:19:47PM +0200, Paolo Bonzini wrote:
> Il 27/08/2013 05:20, Liu Ping Fan ha scritto:
> > Saw the Alex's patches has been merged, rebase mine onto his.
> >
> > v3:
> > 1. rename seqlock_read_check as seqlock_read_retry
> > 2. Document timerlist were protected by BQL, a
On 09/12/2013 06:57 AM, Max Reitz wrote:
> In qmp_transaction, assert that the BdrvActionOps to be used is actually
> valid.
>
> This assertion failing is very improbable, however, it might happen, if
> a new TransactionActionKind is introduced "out of order" and the
> actions[] array is not updat
Am 12.09.2013 um 14:57 hat Max Reitz geschrieben:
> In qmp_transaction, assert that the BdrvActionOps to be used is actually
> valid.
>
> This assertion failing is very improbable, however, it might happen, if
> a new TransactionActionKind is introduced "out of order" and the
> actions[] array is
Am 12.09.2013 um 15:58 hat Stefan Hajnoczi geschrieben:
> On Thu, Sep 12, 2013 at 01:27:32PM +0200, Jack Wang wrote:
> > Hi all,
> >
> > We're using qemu export md-raid to guest OS, and we saw deadlock on
> > MD(which is already fixed by Neil), please see thread below:
> > > http://marc.info/?l=li
On Thu, Sep 12, 2013 at 03:04:57PM +0800, Fam Zheng wrote:
> Install all the subdirs for modules under configure option "moddir".
>
> Signed-off-by: Fam Zheng
> ---
> Makefile | 6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Makefile b/Makefile
> index ef76967..00c2a52 100644
> --
On Thu, Sep 12, 2013 at 03:04:56PM +0800, Fam Zheng wrote:
> Added three types of modules:
>
> typedef enum {
> MODULE_LOAD_BLOCK = 0,
> MODULE_LOAD_UI,
> MODULE_LOAD_NET,
> MODULE_LOAD_MAX,
> } module_load_type;
>
> and their loading function:
>
> voi
On 09/12/2013 01:30 AM, Claudio Fontana wrote:
>> +case INDEX_op_mov_i64:
>> +case INDEX_op_mov_i32:
>> +case INDEX_op_movi_i64:
>> +case INDEX_op_movi_i32:
>> +/* Always implemented with tcg_out_mov/i, never with tcg_out_op. */
>> default:
>> -tcg_abort(); /*
On Thu, Sep 12, 2013 at 01:27:32PM +0200, Jack Wang wrote:
> Hi all,
>
> We're using qemu export md-raid to guest OS, and we saw deadlock on
> MD(which is already fixed by Neil), please see thread below:
> > http://marc.info/?l=linux-raid&m=137894040228125&w=2
>
> As Neil suggested it would be go
It is allocated by g_new0() in inet_parse(), so needs to be freed in
qemu_rdma_data_init().
>From d7a8d1aad11fbe9af389cf9dd6cee14cc3249b1f Mon Sep 17 00:00:00 2001
From: Frank Yang
Date: Thu, 12 Sep 2013 21:37:56 +0800
Subject: [PATCH] rdma: memory leak InetSocketAddress
Signed-off-by: Frank Ya
1 - 100 of 197 matches
Mail list logo