On Mon, Jun 09, 2014 at 10:22:35AM +0800, Hu Tao wrote:
> On Sun, Jun 08, 2014 at 01:09:03PM +0300, Michael S. Tsirkin wrote:
> > On Wed, May 14, 2014 at 05:43:05PM +0800, Hu Tao wrote:
> > > From: Wanlong Gao
> > >
> > > Signed-off-by: Wanlong Gao
> > > Reviewed-by: Eduardo Habkost
> > > Signe
Hi all
I've noticed that Qemu maintained the target arch register in memory for
capacity, but the load/store really cost a bit much, is there any way map
the register directly.
For example, in x86 to aarch64, x86 uses 8 registers mostly such eax ebx ecx
and so on, and aarch64 arch got 31 ge
On (Sat) 07 Jun 2014 [02:48:14], Alexey Kardashevskiy wrote:
> On 06/06/2014 10:50 PM, Amit Shah wrote:
> > On (Thu) 27 Mar 2014 [14:57:26], Alexey Kardashevskiy wrote:
> >> The existing timeout is 30ms which on 100MB/s (1Gbit) gives us
> >> 3MB/s rate maximum. If we put some load on the guest, it
Hi,
I want to provide feature that pass-through host's usb device to guest os in
Openstack.
I have question about how to distinguish a usb device.
I have read some introductions and made some tests. I think qemu supports two
ways to identify a host usb device:
(1)host:bus.addr
(2)host:vendor_i
>I see that RX checksumming is still off for you on virtio, this is
>likely what's contribution to the problem.
>
>Here's how it looks for me:
>ethtool -k eth1
> Offload parameters for eth1:
> rx-checksumming: on
> tx-checksumming: on
> scatter-gather: on
> tcp-segment
>>> On 6/5/2014 at 09:28 PM, in message
<20140605132857.ga8...@stefanha-thinkpad.redhat.com>, Stefan Hajnoczi
wrote:
> On Thu, Jun 05, 2014 at 05:20:39PM +0800, Chunyan Liu wrote:
> > This patch series is to replace QEMUOptionParameter with QemuOpts, so that
> only
> > one Qemu Option struc
All behavior and invariant should hold for images with 0 length, so
add a class to repeat all the tests in TestSingleDrive.
Signed-off-by: Fam Zheng
---
tests/qemu-iotests/041 | 9 ++---
tests/qemu-iotests/041.out | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/t
There should be a BLOCK_JOB_READY event with active commit, regardless
of image length. Let's test the 0 length image case, and make sure it
goes through the ready->complete process.
Signed-off-by: Fam Zheng
---
tests/qemu-iotests/040 | 12 +---
tests/qemu-iotests/040.out | 4 ++--
This will unset busy flag and put coroutine to sleep, can be used to
wait for QMP complete/cancel.
Signed-off-by: Fam Zheng
---
blockjob.c | 14 ++
include/block/blockjob.h | 8
2 files changed, 22 insertions(+)
diff --git a/blockjob.c b/blockjob.c
index 7d84
When mirroring or active committing a zero length image, BLOCK_JOB_READY
is not reported now, instead the job completes because we short circuit
the mirror job loop.
This is inconsistent with non-zero length images, and only confuses
management software.
Let's do the same thing when seeing a 0-le
The current behavior of mirroring zero byte image is slightly different from
non-zero image: the BLOCK_JOB_READY event is skipped and job is completed
immediately. This is not a big problem for human user but only makes management
software harder to write. Since we are focusing on an good API inste
On Fri, Jun 06, 2014 at 02:48:15PM +0200, Igor Mammedov wrote:
> On Fri, 6 Jun 2014 17:29:38 +0800
> Hu Tao wrote:
>
> > On Fri, May 30, 2014 at 09:59:55AM +0200, Igor Mammedov wrote:
> > > On Fri, 30 May 2014 00:05:51 +1000
> > > Peter Crosthwaite wrote:
> > >
> > > > On Tue, May 27, 2014 at 1
On Sun, Jun 08, 2014 at 01:11:40PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 14, 2014 at 05:43:04PM +0800, Hu Tao wrote:
> > changes to v3.1:
> >
> > - return -1 in object_create() if there is an error (patch 07)
> > - configure: change 'numactl' to 'numactl devel' (patch 24)
> > - conf
On Sun, Jun 08, 2014 at 01:11:03PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 14, 2014 at 05:43:31PM +0800, Hu Tao wrote:
> > Signed-off-by: Hu Tao
>
>
> Conflicts with
> commit e2cd0f4fb42b1fae65ad22e8efde9804446e6254
> qapi: Replace start_optional()/end_optional() by optional()
>
> ne
On Sun, Jun 08, 2014 at 01:10:37PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 14, 2014 at 05:43:35PM +0800, Hu Tao wrote:
> > This is the hmp counterpart of qmp query-memdev.
> >
> > Signed-off-by: Hu Tao
> > ---
> > hmp.c | 36
> > hmp.h | 1 +
>
On Sun, Jun 08, 2014 at 01:10:25PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 14, 2014 at 05:43:15PM +0800, Hu Tao wrote:
> > From: Paolo Bonzini
> >
> > Signed-off-by: Paolo Bonzini
> > Signed-off-by: Hu Tao
> > ---
> > hw/i386/pc.c| 4 +---
> > include/hw/boards.h | 6 +++
On Wed, May 14, 2014 at 05:30:23PM -0300, Eduardo Habkost wrote:
> On Wed, May 14, 2014 at 05:43:15PM +0800, Hu Tao wrote:
> > From: Paolo Bonzini
> >
> > Signed-off-by: Paolo Bonzini
> > Signed-off-by: Hu Tao
> > ---
> > hw/i386/pc.c| 4 +---
> > include/hw/boards.h | 6 +-
On Sun, Jun 08, 2014 at 01:09:46PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 14, 2014 at 05:43:06PM +0800, Hu Tao wrote:
> > From: Wanlong Gao
> >
> > If the total number of the assigned numa nodes memory is not
> > equal to the assigned ram size, it will write the wrong data
> > to ACPI tab
On Sun, Jun 08, 2014 at 01:09:03PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 14, 2014 at 05:43:05PM +0800, Hu Tao wrote:
> > From: Wanlong Gao
> >
> > Signed-off-by: Wanlong Gao
> > Reviewed-by: Eduardo Habkost
> > Signed-off-by: Paolo Bonzini
> > Signed-off-by: Hu Tao
>
> This is also
On Sun, Jun 08, 2014 at 01:09:20PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 14, 2014 at 05:43:10PM +0800, Hu Tao wrote:
> > From: Luiz Capitulino
> >
> > The -numa option documentation in qemu's manpage lacks the command-line
> > options and some information regarding how it relates to opti
On Sun, Jun 08, 2014 at 12:40:40PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 14, 2014 at 05:43:14PM +0800, Hu Tao wrote:
> > From: Paolo Bonzini
> >
> > Reviewed-by: Michael S. Tsirkin
> > Signed-off-by: Paolo Bonzini
> > Signed-off-by: Hu Tao
>
> This conflicts with
> commit 3ef9622182e
On Sun, Jun 08, 2014 at 12:05:12PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 14, 2014 at 05:43:11PM +0800, Hu Tao wrote:
> > From: Paolo Bonzini
> >
> > Follow the lines of the HMP implementation, using OptsVisitor
> > to parse the options. This gives access to OptsVisitor's
> > rich parsin
On Fri, Jun 06, 2014 at 01:15:28PM -0300, Eduardo Habkost wrote:
> On Fri, Jun 06, 2014 at 11:37:26AM +0800, Hu Tao wrote:
> > On Mon, May 19, 2014 at 08:34:54PM -0300, Eduardo Habkost wrote:
> > > On Tue, May 06, 2014 at 05:27:46PM +0800, Hu Tao wrote:
> > > [...]
> > > > @@ -203,6 +296,20 @@ host
On Wed, May 14, 2014 at 03:13:09AM +0200, Samuel Thibault wrote:
> Do not special-case addresses with zero host part, as we do not
> necessarily know how big it is, and the guest can fake them anyway.
> Silently avoid having 0.0.0.0 as a destination, however.
>
> Signed-off-by: Samuel Thibault
I
On Sun, Jun 08, 2014 at 03:51:24PM +, Aggeler Fabian wrote:
>
> On 30 May 2014, at 09:28, Edgar E. Iglesias wrote:
>
> > From: "Edgar E. Iglesias"
> >
> > Signed-off-by: Edgar E. Iglesias
> > ---
> > target-arm/cpu.h | 7 +++
> > 1 file changed, 7 insertions(+)
> >
> > diff --git a/t
On Thu, May 29, 2014 at 02:22:46AM -0700, Peter Crosthwaite wrote:
> Hi Andreas, Edgar,
>
> Another 4 users of SysBusDevice::init bite the dust!
>
> A round of styling cleanup for Microblaze devices as per QOM
> conventions. Tested with published MB test images.
I've applied these, thanks.
>
On Sat, Jun 07, 2014 at 06:03:00PM +0100, Peter Maydell wrote:
> These patches correct some unused-function warnings in target-cris.
> I've included some cleanup and removal of wrapper functions to
> maintain symmetry between the to-reg and from-reg code.
Applied both, thanks,
Edgar
>
> thanks
>
This patch fixes a bug in scsi_block_new_request() that was introduced
by commit 137745c5c60f083ec982fe9e861e8c16ebca1ba8. If the host cache
is used - i.e. if BDRV_O_NOCACHE is _not_ set - the 'break' statement
needs to be executed to 'fall back' to SG_IO.
Signed-off-by: Ulrich Obergfell
---
hw/
On 06/08/2014 12:04 PM, Peter Maydell wrote:
> The other approach we could take would be to move these
> definitions from this .c file into a .h file (tcg-backend-helpers.h ?).
> Then clang won't complain (it seems to only warn about unused
> static-inline-functions in .c files, not in .h files).
>
On 8 June 2014 13:11, Michael Tokarev wrote:
> 07.06.2014 21:08, Peter Maydell wrote:
>> The tcg_out* and tcg_patch* functions are utility routines that may or
>> may not be used by a particular backend; mark them with the 'unused'
>> attribute to suppress spurious warnings if they aren't used.
>>
02.06.2014 16:16, Chen Gang wrote:
> Call g_free() after cache_fini() in migration_end(), but do not call
> g_free() after call cache_fini() in xbzrle_cache_resize() which will
> cause memory leak.
>
> cache_init() and cache_fini() are pair, so need let cache_fini() call
> g_free(cache) to match c
Signed-off-by: Sean Bruno
---
bsd-user/i386/syscall.h| 2 ++
bsd-user/sparc/syscall.h | 2 ++
bsd-user/sparc64/syscall.h | 2 ++
bsd-user/x86_64/syscall.h | 2 ++
4 files changed, 8 insertions(+)
diff --git a/bsd-user/i386/syscall.h b/bsd-user/i386/syscall.h
index 8028fc8..52de302 100644
Signed-off-by: Sean Bruno
---
bsd-user/freebsd/strace.list | 9 +
1 file changed, 9 insertions(+)
diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
index ed8ead3..ef4fa85 100644
--- a/bsd-user/freebsd/strace.list
+++ b/bsd-user/freebsd/strace.list
@@ -202,6 +202,15
Signed-off-by: Sean Bruno
---
bsd-user/freebsd/strace.list | 2 +-
bsd-user/strace.c| 19 +++
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
index 3235f16..718357b 100644
--- a/bsd-user/freebs
Signed-off-by: Sean Bruno
---
bsd-user/freebsd/strace.list | 13 +
1 file changed, 13 insertions(+)
diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
index 0deff16..ed8ead3 100644
--- a/bsd-user/freebsd/strace.list
+++ b/bsd-user/freebsd/strace.list
@@ -51,6 +5
Signed-off-by: Sean Bruno
---
bsd-user/freebsd/os-strace.h | 29 +
bsd-user/freebsd/strace.list | 2 +-
bsd-user/i386/syscall.h| 21 +
bsd-user/i386/target_arch_sysarch.h| 78 ++
bsd-user/netbsd/os-strace
Signed-off-by: Sean Bruno
---
bsd-user/freebsd/strace.list | 12
1 file changed, 12 insertions(+)
diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
index 32b3c55..0deff16 100644
--- a/bsd-user/freebsd/strace.list
+++ b/bsd-user/freebsd/strace.list
@@ -16,6 +16
From: Stacey Son
This change adds HOST_VARIANT_DIR so the various BSD OS dependent
code can be separated into its own directories rather than
using #ifdef's.
This may also allow an BSD variant OS to host another BSD variant's
executable as a target.
Signed-off-by: Sean Bruno
---
Makefile.targ
Signed-off-by: Sean Bruno
---
bsd-user/qemu.h | 26 +++
bsd-user/strace.c | 126 +-
2 files changed, 94 insertions(+), 58 deletions(-)
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index ddc74ed..b8a34c7 100644
--- a/bsd-user/qemu.h
Signed-off-by: Sean Bruno
---
bsd-user/freebsd/strace.list | 19 ++-
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
index ef4fa85..55f5ff8 100644
--- a/bsd-user/freebsd/strace.list
+++ b/bsd-user/freebsd/s
Signed-off-by: Sean Bruno
---
bsd-user/freebsd/strace.list | 21 +++--
bsd-user/strace.c| 22 ++
2 files changed, 41 insertions(+), 2 deletions(-)
diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
index 1edf412..3235f16 10064
v4:
Update subject to indicate additional strace syscall capabiltiy (Peter Maydell)
Audit syscall strings for correct function prototypes (Peter Maydell)
Move new macros TARGET_HW_MACHINE/ARCH to seperate patch (Peter Maydell)
Drop new architecture support, schedule new architectures for later
On Sat, 2014-06-07 at 23:12 +0100, Peter Maydell wrote:
> On 6 June 2014 14:49, Sean Bruno wrote:
> > Fix syscall format for socket, fstat, fstatfs and chown.
> >
> > Add additional syscalls that are missing.
>
> These aren't completely missing syscalls; please update the
> commit message.
>
> O
On Sat, 2014-06-07 at 23:19 +0100, Peter Maydell wrote:
> On 6 June 2014 14:49, Sean Bruno wrote:
> > Signed-off-by: Sean Bruno
>
> Other than the standard gripe about the commit message,
> Reviewed-by: Peter Maydell
>
> thanks
> -- PMM
I'm not tagging this patch with your Reviewed-by as I've
On Sat, 2014-06-07 at 23:10 +0100, Peter Maydell wrote:
> On 6 June 2014 14:49, Sean Bruno wrote:
> > Signed-off-by: Sean Bruno
>
> Commit message, strace not new implementations, etc etc.
>
> Otherwise
> Reviewed-by: Peter Maydell
>
> thanks
> -- PMM
>
I'm not tagging this patch with your
Sorry, I forgot to give steps to reproduce the issue:
1) I used Tiny Core Linux from here:
http://distro.ibiblio.org/tinycorelinux/downloads.html
2) started it with
$ qemu-system-x86_64 -enable-kvm -m 1024 -usb -device usb-mouse -hda
TinyCore-current.iso
--
You received this bug notification
On 30 May 2014, at 09:28, Edgar E. Iglesias wrote:
> From: "Edgar E. Iglesias"
>
> Signed-off-by: Edgar E. Iglesias
> ---
> target-arm/cpu.h | 7 +++
> 1 file changed, 7 insertions(+)
>
> diff --git a/target-arm/cpu.h b/target-arm/cpu.h
> index 9eddcc1..66c58bd 100644
> --- a/target-arm/c
Names with spaces in them are nasty, let's not go there.
Signed-off-by: Michael S. Tsirkin
---
Already in my tree, let me know if you see issues.
include/hw/i386/ich9.h | 2 +-
include/hw/i386/pc.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/hw/i386/ich9.h
Public bug reported:
Found a problem with the mouse while using revision
50809c8b9288a9bfe1fdec926b7ef985608a7ea6. The mouse misbehaved and
jumped up and down while trying to move in one direction along the
y-axis (up or down).
All was good at revision a9e8aeb3755bccb7b51174adcf4a3fc427e0d147
(v2
On Fri, Jun 06, 2014 at 01:52:06PM -0400, Don Slutz wrote:
> This is the xen part of "pc & q35: Add new machine opt max-ram-below-4g"
>
> Acked-by: Stefano Stabellini
> Signed-off-by: Don Slutz
> ---
> v5:
> Added Acked-by: Stefano Stabellini
> Minor change of pmc to pcms.
>
>
> hw/i386/p
On Fri, Jun 06, 2014 at 01:52:05PM -0400, Don Slutz wrote:
> This is a pc & q35 only machine opt. One use is to allow for more
> ram in a 32bit guest for example:
>
> -machine pc,max-ram-below-4g=3.75G
>
> If you add enough PCI devices then all mmio for them will not fit
> below 4G which may not
On Fri, Jun 06, 2014 at 01:52:06PM -0400, Don Slutz wrote:
> This is the xen part of "pc & q35: Add new machine opt max-ram-below-4g"
>
> Acked-by: Stefano Stabellini
> Signed-off-by: Don Slutz
> ---
> v5:
> Added Acked-by: Stefano Stabellini
> Minor change of pmc to pcms.
>
>
> hw/i386/p
On Fri, Jun 06, 2014 at 06:43:28PM +0200, Markus Armbruster wrote:
> Markus Armbruster (2):
> virtio: Drop superfluous conditionals around g_free()
> virtio: Drop superfluous conditionals around g_strdup()
Applied, thanks everyone.
> hw/9pfs/virtio-9p.c | 4 +---
> hw/net/virtio-net.c | 27
On Tue, May 27, 2014 at 03:03:21PM +0300, Nikolay Nikolaev wrote:
> In this patch series we would like to introduce our approach for putting a
> virtio-net backend in an external userspace process. Our eventual target is to
> run the network backend in the Snabbswitch ethernet switch, while receivi
On Thu, Jun 05, 2014 at 10:17:35AM -0600, Eric Blake wrote:
> On 05/27/2014 06:06 AM, Nikolay Nikolaev wrote:
> > This document describes the basic message format used by vhost-user
> > for communication over a unix domain socket. The protocol is based
> > on the existing ioctl interface used for t
On Tue, May 27, 2014 at 12:16:00PM +0400, serge.f...@gmail.com wrote:
> From: Sergey Fedorov
>
> Signed-off-by: Sergey Fedorov
Applied, thanks!
> ---
> qtest.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qtest.c b/qtest.c
> index 2aba20d..87ccd62 100644
> --- a/
On Thu, Jun 05, 2014 at 01:12:46PM +0800, Amos Kong wrote:
> On Wed, Jun 04, 2014 at 05:35:06PM +0200, Stefan Hajnoczi wrote:
> > On Tue, May 27, 2014 at 03:14:41PM +0800, Amos Kong wrote:
> > > This patch adds a new subtest, it hotplugs 29 * 8 = 232 virtio-blk
> > > devices to guest, and try to ho
On Sun, Jun 08, 2014 at 04:40:56PM +0200, Paolo Bonzini wrote:
> Il 08/06/2014 12:46, Michael S. Tsirkin ha scritto:
> >Tested-by: Michael S. Tsirkin
>
> You probably tested the reversal, actually. :)
>
> Actually, there is a reason for it. "Unassembling" the device
> (unparent) should come aft
On Sun, Jun 08, 2014 at 04:40:56PM +0200, Paolo Bonzini wrote:
> Il 08/06/2014 12:46, Michael S. Tsirkin ha scritto:
> >Tested-by: Michael S. Tsirkin
>
> You probably tested the reversal, actually. :)
I guess so, maybe patch asked me about it.
> Actually, there is a reason for it. "Unassemblin
Am 06.06.2014 16:14, schrieb Benoît Canet:
> The Friday 06 Jun 2014 à 16:06:52 (+0200), Paolo Bonzini wrote :
>> This should be a problem when running on big-endian machines.
>>
>> Signed-off-by: Paolo Bonzini
>> ---
>> It's time to clean up old branch, and I found this nice little
>> pa
Il 08/06/2014 12:46, Michael S. Tsirkin ha scritto:
Tested-by: Michael S. Tsirkin
You probably tested the reversal, actually. :)
Actually, there is a reason for it. "Unassembling" the device
(unparent) should come after "powering it down" (unrealize).
However, the bus is missing a recursive
Am 08.06.2014 14:48, schrieb Mark Cave-Ayland:
> On 07/06/14 19:54, Stefan Weil wrote:
>
>> Both constants need more than 32 bit.
>>
>> Signed-off-by: Stefan Weil
>> ---
>> hw/pci-host/apb.c |4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/hw/pci-host/apb.c b/
01.06.2014 15:53, Hani Benhabiles wrote:
> Signed-off-by: Hani Benhabiles
> ---
> util/readline.c | 9 +
> 1 file changed, 9 insertions(+)
>
> diff --git a/util/readline.c b/util/readline.c
> index 8baec55..08d07e3 100644
> --- a/util/readline.c
> +++ b/util/readline.c
> @@ -345,6 +345,1
On Sun, 2014-06-08 at 14:27 +0100, Ian Campbell wrote:
> get_phys_addr_lpae: XN == 1000 yes, PXN == 800 no
>
> Which I think is correct.
Aha, for VMSA-v8 bit 54 is UXN unlike v7 where it is just XN. So that's
the underlying bug I'm seeing I think...
I'll confirm and post a patch.
In v8 page tables bit 54 in the PTE is UXN in the EL0/EL1 translation regimes
and XN elsewhere. In v7 the bit is always XN. Since we only emulate EL0/EL1 we
can just treat this bit as UXN whenever we are in v8 mode.
Also correctly extract the upper attributes from the PTE entry, the v8 version
tri
Applied both to -trivial, thank you!
/mjt
06.06.2014 17:21, Paolo Bonzini wrote:
> Because of the "goto out", the contents of local_err are leaked
> and lost.
Might just as well change 'goto out' to 'break' (instead of return),
and handle the `if (local_err)' like you did.
Applied to -trivial, thank you!
/mjt
On Sun, 2014-06-08 at 13:19 +0100, Peter Maydell wrote:
> On 8 June 2014 12:26, Ian Campbell wrote:
> > On Tue, 2014-06-03 at 14:28 +0200, Claudio Fontana wrote:
> >> Thank you for the clarifications and advice, I think executable
> >> permissions might be involved, as removing the NX / PNX check
Applied to -trivial, thank you!
/mjt
06.06.2014 18:06, Paolo Bonzini wrote:
> Do not do a hard reset for port 92h, keyboard controller, or cf9h soft reset.
> These only reset the CPU.
I'm not sure how this is -trivial material? :)
Thanks,
/mjt
Applied to -trivial, thank you!
/mjt
Applied to -trivial, thank you!
/mjt
On Mon, Jun 02, 2014 at 03:24:56PM +0200, Igor Mammedov wrote:
> NOTE to commiter:
> * update precompiled ACPI hex files for iasl-less hosts
>and ACPI tables test to match new ACPI tables.
Applied, thanks everyone!
> What's new since v10:
> * rename DimmDevice to PCDIMMDevice
> * allow an
On 07/06/14 19:54, Stefan Weil wrote:
Both constants need more than 32 bit.
Signed-off-by: Stefan Weil
---
hw/pci-host/apb.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/pci-host/apb.c b/hw/pci-host/apb.c
index 1497008..6fa2723 100644
--- a/hw/pci-host/apb.c
08.06.2014 16:27, Peter Maydell wrote:
> On 8 June 2014 12:31, Michael Tokarev wrote:
>> 07.06.2014 20:52, Peter Maydell wrote:
>>> Although we defined an eepro100_mdi_mask[] array indicating which bits
>>> in the registers are read-only, we weren't actually doing anything with
>>> it. Make the MD
On 8 June 2014 13:11, Michael Tokarev wrote:
> 07.06.2014 21:08, Peter Maydell wrote:
>> The tcg_out* and tcg_patch* functions are utility routines that may or
>> may not be used by a particular backend; mark them with the 'unused'
>> attribute to suppress spurious warnings if they aren't used.
>>
On 8 June 2014 12:31, Michael Tokarev wrote:
> 07.06.2014 20:52, Peter Maydell wrote:
>> Although we defined an eepro100_mdi_mask[] array indicating which bits
>> in the registers are read-only, we weren't actually doing anything with
>> it. Make the MDI register-read code use it rather than manua
On 8 June 2014 12:26, Ian Campbell wrote:
> On Tue, 2014-06-03 at 14:28 +0200, Claudio Fontana wrote:
>> Thank you for the clarifications and advice, I think executable
>> permissions might be involved, as removing the NX / PNX check in
>> get_phys_addr_lpae() makes it proceed ahead
>
> I'm seeing
Heya,
I built QEMU from this commit:
$ git log | head -2
commit 50809c8b9288a9bfe1fdec926b7ef985608a7ea6
Merge: 4e627ae ae74bbe
And, attempted to boot a Fedora guest via this QEMU CLI results as
below:
$ /usr/local/sbin/qemu-system-x86_64 -s -S -nographic \
-nodefconfig -
Applied to -trivial, thank you!
/mjt
07.06.2014 21:08, Peter Maydell wrote:
> The tcg_out* and tcg_patch* functions are utility routines that may or
> may not be used by a particular backend; mark them with the 'unused'
> attribute to suppress spurious warnings if they aren't used.
>
> Signed-off-by: Peter Maydell
> ---
> Do we want
On Mon, Jun 02, 2014 at 03:25:22PM +0200, Igor Mammedov wrote:
> Add memory hotplug initialization/handling to ICH9 LPC device
> and enable it by default for post 2.0 machine types
>
> Signed-off-by: Igor Mammedov
I applied this, resolving a conflict.
Minor comments below, would like to see them
07.06.2014 20:52, Peter Maydell wrote:
> Although we defined an eepro100_mdi_mask[] array indicating which bits
> in the registers are read-only, we weren't actually doing anything with
> it. Make the MDI register-read code use it rather than manually making
> registers 2 and 3 totally read-only an
On Tue, 2014-06-03 at 14:28 +0200, Claudio Fontana wrote:
> Thank you for the clarifications and advice, I think executable
> permissions might be involved, as removing the NX / PNX check in
> get_phys_addr_lpae() makes it proceed ahead
I'm seeing something very similar running modprobe, I get a k
Applied to -trivial, thanks!
/mjt
I see that RX checksumming is still off for you on virtio, this is
likely what's contribution to the problem.
Here's how it looks for me:
ethtool -k eth1
Offload parameters for eth1:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp-segmentation
Applied to -trivial, thanks!
/mjt
Applied to -trivial, thanks!
/mjt
Applied to -trivial, thanks!
/mjt
Applied to -trivial, thanks!
/mjt
Applied to -trivial, thanks!
/mjt
Applied to -trivial, thanks!
/mjt
Applied to -trivial, thank you!
/mjt
On Fri, Jun 06, 2014 at 11:24:49PM -0300, Eduardo Habkost wrote:
> This simplifies the global validation code so all its logic is contained
> in a single function, and fixes the following:
>
> $ qemu-system-x86_64 -global container.xxx=y
> hw/core/qdev-properties-system.c:450:qdev_add_one_glob
On Fri, Jun 06, 2014 at 10:26:15PM -0300, Eduardo Habkost wrote:
> It would be much better if we didn't terminate QEMU inside
> device_post_init(), but at least exiting cleanly is better than aborting
> and dumping core.
>
> Signed-off-by: Eduardo Habkost
Reviewed-by: Michael S. Tsirkin
> ---
On Sun, Jun 08, 2014 at 09:48:39AM +0100, Peter Maydell wrote:
> On 8 June 2014 08:37, Michael S. Tsirkin wrote:
> > On Tue, May 27, 2014 at 10:38:17PM +0100, Peter Maydell wrote:
> >> I'm seeing this test failure intermittently on 'make check':
> >>
> >> ERROR:/root/qemu/tests/acpi-test.c:618:tes
On Fri, Jun 06, 2014 at 11:52:46AM +0200, Paolo Bonzini wrote:
> Il 06/06/2014 11:03, Stefan Hajnoczi ha scritto:
> >commit 5c21ce77d7e5643089ceec556c0408445d017f32
> >Author: Bandan Das
> >Date: Wed Mar 12 21:02:12 2014 +0100
> >
> >qdev: Realize buses on device realization
> >
> >Integ
On Thu, 2014-05-22 at 13:00 +0200, Gerd Hoffmann wrote:
> Have a global timer. Update all visible terminal windows syncronously.
> Right now this can be the active_console only, but that will change
> soon. The global timer will disable itself if not needed, so we only
> have to care start it if
On Wed, May 14, 2014 at 05:43:04PM +0800, Hu Tao wrote:
> changes to v3.1:
>
> - return -1 in object_create() if there is an error (patch 07)
> - configure: change 'numactl' to 'numactl devel' (patch 24)
> - configure: error out if numactl-devel is not installed and user
> requests numa
On Wed, May 14, 2014 at 05:43:35PM +0800, Hu Tao wrote:
> This is the hmp counterpart of qmp query-memdev.
>
> Signed-off-by: Hu Tao
> ---
> hmp.c | 36
> hmp.h | 1 +
> monitor.c | 7 +++
> 3 files changed, 44 insertions(+)
>
> diff --git a/hm
1 - 100 of 111 matches
Mail list logo