[Qemu-devel] [PULL 14/15] trace: switch default backend to "log"

2015-11-10 Thread Stefan Hajnoczi
From: Paolo Bonzini This enables integration with other QEMU logging facilities. Signed-off-by: Paolo Bonzini Signed-off-by: Denis V. Lunev Acked-by: Christian Borntraeger Message-id:

[Qemu-devel] [PULL 08/15] trace: no need to call trace_backend_init in different branches now

2015-11-10 Thread Stefan Hajnoczi
From: "Denis V. Lunev" original idea to split calling locations was to spawn tracing thread in the final child process according to commit 8a745f2a9296ad2cf6bda33534ed298f2625a4ad Author: Michael Mueller Date: Mon Sep 23 16:36:54 2013 +0200 os_daemonize is now on

[Qemu-devel] [PULL 1/7] target-arm: Fix gdb singlestep handling in arm_debug_excp_handler()

2015-11-10 Thread Peter Maydell
From: Sergey Fedorov Do not raise a CPU exception if no CPU breakpoint has fired, since singlestep is also done by generating a debug internal exception. This fixes a bug with singlestepping in gdbstub. Signed-off-by: Sergey Fedorov Message-id:

[Qemu-devel] [PULL 7/7] target-arm: Clean up DISAS_UPDATE usage in AArch32 translation code

2015-11-10 Thread Peter Maydell
From: Sergey Fedorov AArch32 translation code does not distinguish between DISAS_UPDATE and DISAS_JUMP. Thus, we cannot use any of them without first updating PC in CPU state. Furthermore, it is too complicated to update PC in CPU state before PC gets updated in disas

[Qemu-devel] [PULL 3/7] arm: boot: Add secure_board_setup flag

2015-11-10 Thread Peter Maydell
From: Peter Crosthwaite Add a flag that when set, will cause the primary CPU to start in secure mode, even if the overall boot is non-secure. This is useful for when there is a board-setup blob that needs to run from secure mode, but device and secondary CPU init

[Qemu-devel] [PULL 6/7] hw/arm/virt: error_report cleanups

2015-11-10 Thread Peter Maydell
From: Andrew Jones Signed-off-by: Andrew Jones Reviewed-by: Markus Armbruster Message-id: 1446909925-12201-1-git-send-email-drjo...@redhat.com Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell

[Qemu-devel] [PULL 5/7] arm: highbank: Implement PSCI and dummy monitor

2015-11-10 Thread Peter Maydell
From: Peter Crosthwaite Firstly, enable monitor mode and PSCI, both of which are features of this board. In addition to PSCI, this board also uses SMC for cache maintenance ops. This means we need a secure monitor to catch these and nop them. Use the ARM boot

[Qemu-devel] [PULL 0/7] target-arm queue

2015-11-10 Thread Peter Maydell
-target-arm-20151110 for you to fetch changes up to 577bf808958d06497928c639efaa473bf8c5e099: target-arm: Clean up DISAS_UPDATE usage in AArch32 translation code (2015-11-10 13:37:33 +) target-arm queue: * fix bugs in gdb

Re: [Qemu-devel] [POC]colo-proxy in qemu

2015-11-10 Thread Jason Wang
On 11/10/2015 05:35 PM, Tkid wrote: > > > On 11/10/2015 03:35 PM, Jason Wang wrote: >> On 11/10/2015 01:26 PM, Tkid wrote: >>> Hi,all >>> >>> We are planning to reimplement colo proxy in userspace (Here is in >>> qemu) to >>> cache and compare net packets.This module is one of the important >>>

Re: [Qemu-devel] [POC]colo-proxy in qemu

2015-11-10 Thread Jason Wang
On 11/10/2015 05:41 PM, Dr. David Alan Gilbert wrote: > * Jason Wang (jasow...@redhat.com) wrote: >> >> On 11/10/2015 01:26 PM, Tkid wrote: >>> Hi,all >>> >>> We are planning to reimplement colo proxy in userspace (Here is in >>> qemu) to >>> cache and compare net packets.This module is one of

Re: [Qemu-devel] [PATCH v5 0/8] e1000: Various fixes and registers' implementation

2015-11-10 Thread Jason Wang
On 11/10/2015 09:19 PM, Leonid Bloch wrote: > On Tue, Nov 10, 2015 at 3:01 PM, Jason Wang wrote: >> >> On 11/10/2015 07:39 PM, Leonid Bloch wrote: >>> On Tue, Nov 10, 2015 at 8:21 AM, Jason Wang wrote: On 11/09/2015 10:59 PM, Leonid Bloch wrote:

Re: [Qemu-devel] [Qemu-ppc] [PATCH 00/77] ppc: Add "native" POWER8 platform

2015-11-10 Thread Alexey Kardashevskiy
On 11/11/2015 11:56 AM, Benjamin Herrenschmidt wrote: On Tue, 2015-11-10 at 17:50 -0700, Eric Blake wrote: It would be nice to include a diffstat (git defaults to doing this if you use 'git format-patch --cover-letter' for generating the 0/77 letter), so that we can see at a glance how big

Re: [Qemu-devel] [POC]colo-proxy in qemu

2015-11-10 Thread Jason Wang
On 11/11/2015 09:23 AM, Dong, Eddie wrote: >> - What's the plan for vhost? Userspace network in qemu is rather slow, most >> user will choose vhost. > [Dong, Eddie] Hi Jason: > How about we take staging approach? In general, COLO opens a door of > high performance HA solution, but it will

[Qemu-devel] [PATCH v10 00/15] blockdev: BlockBackend and media

2015-11-10 Thread Max Reitz
I'm sorry for having singlehandedly stalled the block pull request twice now, and I sure hope everything is going to be fine this time. v9 was missing a change to patch 13: While it did (probably?) fix cocoa.m in patch 11 for patch 11, patch 13 changed the signature of the function in question

[Qemu-devel] [PATCH v10 13/15] blockdev: read-only-mode for blockdev-change-medium

2015-11-10 Thread Max Reitz
Add an option to qmp_blockdev_change_medium() which allows changing the read-only status of the block device whose medium is changed. Some drives do not have a inherently fixed read-only status; for instance, floppy disks can be set read-only or writable independently of the drive. Some users may

Re: [Qemu-devel] [Qemu-ppc] [PATCH 00/77] ppc: Add "native" POWER8 platform

2015-11-10 Thread Alexey Kardashevskiy
On 11/11/2015 02:38 PM, Benjamin Herrenschmidt wrote: On Wed, 2015-11-11 at 14:27 +1100, Alexey Kardashevskiy wrote: On 11/11/2015 11:56 AM, Benjamin Herrenschmidt wrote: On Tue, 2015-11-10 at 17:50 -0700, Eric Blake wrote: It would be nice to include a diffstat (git defaults to doing this

[Qemu-devel] Ask for ACK (was Re: [PATCH v7 25/35] nvdimm acpi: init the resource used by NVDIMM ACPI)

2015-11-10 Thread Xiao Guangrong
On 11/09/2015 07:13 PM, Igor Mammedov wrote: On Fri, 6 Nov 2015 16:31:43 +0800 Xiao Guangrong wrote: On 11/05/2015 10:49 PM, Igor Mammedov wrote: On Thu, 5 Nov 2015 21:33:39 +0800 Xiao Guangrong wrote: On 11/05/2015

Re: [Qemu-devel] [Qemu-ppc] [PATCH 00/77] ppc: Add "native" POWER8 platform

2015-11-10 Thread Benjamin Herrenschmidt
On Wed, 2015-11-11 at 14:27 +1100, Alexey Kardashevskiy wrote: > On 11/11/2015 11:56 AM, Benjamin Herrenschmidt wrote: > > On Tue, 2015-11-10 at 17:50 -0700, Eric Blake wrote: > > > > > > It would be nice to include a diffstat (git defaults to doing > > > this if > > > you use 'git format-patch

Re: [Qemu-devel] [Qemu-ppc] [PATCH 00/77] ppc: Add "native" POWER8 platform

2015-11-10 Thread Benjamin Herrenschmidt
On Wed, 2015-11-11 at 15:07 +1100, Alexey Kardashevskiy wrote: > > p/qemu-powernv/ppc64-softmmu/qemu-system-ppc64 -m 2048 -machine > powernv \ > -nographic -vga none -initrd t/le.cpio -kernel t/vml420le -bios \ > skiboot.lid -smp 1,threads=1 > > just hangs at: > > [1491287872,5] INIT: Waiting

Re: [Qemu-devel] [Qemu-ppc] [PATCH 00/77] ppc: Add "native" POWER8 platform

2015-11-10 Thread Alexey Kardashevskiy
On 11/11/2015 03:16 PM, Benjamin Herrenschmidt wrote: On Wed, 2015-11-11 at 15:07 +1100, Alexey Kardashevskiy wrote: p/qemu-powernv/ppc64-softmmu/qemu-system-ppc64 -m 2048 -machine powernv \ -nographic -vga none -initrd t/le.cpio -kernel t/vml420le -bios \ skiboot.lid -smp 1,threads=1 just

<    1   2   3   4   5   6