Re: [Qemu-devel] [PATCH v2 14/18] nvdimm: support NFIT_CMD_IMPLEMENTED function

2015-08-30 Thread Xiao Guangrong
On 08/28/2015 08:01 PM, Stefan Hajnoczi wrote: On Wed, Aug 26, 2015 at 06:46:35PM +0800, Xiao Guangrong wrote: On 08/26/2015 12:23 AM, Stefan Hajnoczi wrote: On Fri, Aug 14, 2015 at 10:52:07PM +0800, Xiao Guangrong wrote: static void dsm_write(void *opaque, hwaddr addr,

[Qemu-devel] QEMU q35 about Linux booting problem

2015-08-30 Thread Yu-Cheng Liu
Dear all: I can boot in Linux with default machine use : qemu-system-x86_64 -bios [ Path to coreboot with FILO ] -hda [ Path to Linux image ] -nographic when I use Q35 machine : qemu-system-x86_64 *-M q35* -bios [ Path to coreboot with FILO ] -hda [ Path to Linux image ] -nographic the FILO would

Re: [Qemu-devel] [PATCH v2 13/18] nvdimm: build namespace config data

2015-08-30 Thread Xiao Guangrong
On 08/28/2015 07:59 PM, Stefan Hajnoczi wrote: On Wed, Aug 26, 2015 at 06:42:01PM +0800, Xiao Guangrong wrote: On 08/26/2015 12:16 AM, Stefan Hajnoczi wrote: On Fri, Aug 14, 2015 at 10:52:06PM +0800, Xiao Guangrong wrote: +#ifdef NVDIMM_DEBUG +#define nvdebug(fmt, ...) fprintf(stderr, "nvd

Re: [Qemu-devel] [PATCH v2 08/18] nvdimm: init backend memory mapping and config data area

2015-08-30 Thread Xiao Guangrong
Hi Stefan, On 08/28/2015 07:58 PM, Stefan Hajnoczi wrote: +goto do_unmap; +} + +nvdimm->device_index = new_device_index(); +sprintf(name, "NVDIMM-%d", nvdimm->device_index); +memory_region_init_ram_ptr(&nvdimm->mr, OBJECT(dev), name, nvdimm_size, +

Re: [Qemu-devel] [PATCH COLO-Frame v8 09/34] COLO: Add a new RunState RUN_STATE_COLO

2015-08-30 Thread zhanghailiang
On 2015/8/29 5:58, Eric Blake wrote: On 07/29/2015 02:45 AM, zhanghailiang wrote: Guest will enter this state when paused to save/restore VM state under colo checkpoint. Cc: Eric Blake Cc: Markus Armbruster Signed-off-by: zhanghailiang Signed-off-by: Li Zhijian Signed-off-by: Gonglei Revie

[Qemu-devel] [PATCH][RESEND] qemu/kvm_stat: Fix I/O error from kvm_stat

2015-08-30 Thread Hemant Kumar
Running kvm_stat on a powerpc macine where the kernel is compiled with KVM_BOOK3S_HV_EXIT_TIMING config option, generates the following error : # kvm_stat Traceback (most recent call last): File "/usr/bin/kvm_stat", line 644, in curses.wrapper(tui, stats) File "/usr/lib64/python2.7/curs

[Qemu-devel] [FIX v1 PATCH] spapr_rtas: Prevent QEMU crash during hotplug without a prior device_add

2015-08-30 Thread Bharata B Rao
If drmgr is used in the guest to hotplug a device before a device_add has been issued via the QEMU monitor, QEMU segfaults in configure_connector call. This occurs due to accessing of NULL FDT which otherwise would have been created and associated with the DRC during device_add command. Check for

Re: [Qemu-devel] [PATCH v5] vhost-user: add multi queue support

2015-08-30 Thread Ouyang, Changchun
> -Original Message- > From: Marcel Apfelbaum [mailto:marcel.apfelb...@gmail.com] > Sent: Sunday, August 30, 2015 11:28 PM > To: Ouyang, Changchun; qemu-devel@nongnu.org; m...@redhat.com > Cc: snabb-de...@googlegroups.com; n.nikol...@virtualopensystems.com; > l...@snabb.co; Long, Thomas >

Re: [Qemu-devel] [PATCH COLO-Frame v8 06/34] migration: Integrate COLO checkpoint process into migration

2015-08-30 Thread zhanghailiang
On 2015/8/29 5:55, Eric Blake wrote: On 07/29/2015 02:45 AM, zhanghailiang wrote: Add a migrate state: MIGRATION_STATUS_COLO, enter this migration state after the first live migration successfully finished. Signed-off-by: zhanghailiang Signed-off-by: Li Zhijian Signed-off-by: Gonglei --- i

Re: [Qemu-devel] [PATCH QEMU] vmstate: Remove redefinition of VMSTATE_UINT32_ARRAY

2015-08-30 Thread Amit Shah
On (Wed) 26 Aug 2015 [14:26:55], Sören Brinkmann wrote: > On Fri, 2015-08-14 at 09:48AM +0100, Peter Maydell wrote: > > On 14 August 2015 at 07:16, Soren Brinkmann > > wrote: > > > The macro is defined twice in identical ways. > > > > > > Signed-off-by: Soren Brinkmann > > > --- > > > I have the

Re: [Qemu-devel] Mount image file feature

2015-08-30 Thread Programmingkid
On Aug 30, 2015, at 2:47 AM, Paolo Bonzini wrote: > > > On 29/08/2015 19:36, Programmingkid wrote: Mac OS X is a second-class citizen in the QEMU world... >>> >>> Might have to do something with most (?) of it being non-free and Apple >>> not caring enough about KVM. >> >> Fact, Apple ha

Re: [Qemu-devel] [PATCH] pci-testdev: add nodata test

2015-08-30 Thread Jason Wang
On 08/27/2015 06:30 PM, Michael S. Tsirkin wrote: > Add nodata test where data length is ignored. > Skip it for port IO since kvm does not support it there. > > Signed-off-by: Michael S. Tsirkin > --- > hw/misc/pci-testdev.c | 15 --- > 1 file changed, 12 insertions(+), 3 deletions(

Re: [Qemu-devel] [PATCH COLO-Frame v8 02/34] migration: Introduce capability 'colo' to migration

2015-08-30 Thread zhanghailiang
On 2015/8/29 5:54, Eric Blake wrote: On 07/29/2015 02:45 AM, zhanghailiang wrote: We add helper function colo_supported() to indicate whether colo is supported or not, with which we use to control whether or not showing 'colo' string to users, they can use qmp command 'query-migrate-capabilities

Re: [Qemu-devel] [PATCH v8 00/11] Add a netfilter object and netbuffer filter

2015-08-30 Thread Yang Hongyang
On 08/27/2015 11:15 AM, Jason Wang wrote: On 08/26/2015 05:59 PM, Yang Hongyang wrote: This patch add a new object netfilter, capture all network packets. Also implement a netbuffer based on this object. the "buffer" netfilter could be used by VM FT solutions like MicroCheckpointing, to buff

Re: [Qemu-devel] [PATCH v8 03/11] netfilter: add netfilter_{add|del} commands

2015-08-30 Thread Yang Hongyang
On 08/28/2015 07:37 PM, Markus Armbruster wrote: Eric Blake writes: On 08/26/2015 09:17 AM, Markus Armbruster wrote: Only reviewing QAPI/QMP and HMP interface parts for now. I apologize for not having reviewed this series earlier. v8 is awfully late for the kind of review comments I have.

Re: [Qemu-devel] [PATCH v8 01/11] net: add a new object netfilter

2015-08-30 Thread Yang Hongyang
On 08/28/2015 07:29 PM, Markus Armbruster wrote: Yang Hongyang writes: On 08/26/2015 10:04 PM, Markus Armbruster wrote: Missed a bunch of revisions of this series, please excuse gaps in my understanding. Thank you for the review. Yang Hongyang writes: Add the framework for a new net

Re: [Qemu-devel] [PATCH v8 10/11] filter/buffer: update command description and help

2015-08-30 Thread Yang Hongyang
On 08/28/2015 07:42 PM, Markus Armbruster wrote: Yang Hongyang writes: On 08/26/2015 11:55 PM, Markus Armbruster wrote: Yang Hongyang writes: now that we have a buffer netfilter, update the command description and help. Signed-off-by: Yang Hongyang CC: Luiz Capitulino CC: Markus Armbr

Re: [Qemu-devel] [Patch for-2.5 v2 6/6] hmp: add monitor command to add/remove a child

2015-08-30 Thread Wen Congyang
Ping... Patch 1-4 have been reviewed by Alberto Garcia Luiz Capitulino, Markus Armbruster, do you have time to review the monitor command implementation? Thanks Wen Congyang On 08/11/2015 03:51 PM, Wen Congyang wrote: > Signed-off-by: Wen Congyang > Signed-off-by: zhanghailiang > Signed-off-by

[Qemu-devel] [PATCHv2] baum: Add support for typing ascii

2015-08-30 Thread Samuel Thibault
This adds support for typing ascii through the Baum Braille driver, by translating it to braille with the NABCC table. Signed-off-by: Samuel Thibault diff --git a/backends/baum.c b/backends/baum.c index a69aaff..50e6e86 100644 --- a/backends/baum.c +++ b/backends/baum.c @@ -1,7 +1,7 @@ /* * Q

Re: [Qemu-devel] [PATCH] baum: Add support for typing ascii

2015-08-30 Thread Samuel Thibault
Hello, Peter Maydell, le Sun 30 Aug 2015 19:34:25 +0100, a écrit : > > +fprintf(stderr,"passdots %x\n", dots); > > Should this be a DPRINTF ? D'oh. Sure. > (Try scripts/checkpatch.pl.) Ah, I didn't remember there was one. Will use it. > > +if (nabcc_tr

Re: [Qemu-devel] [PATCH v2] linux-user: Return target error number in do_fork()

2015-08-30 Thread Peter Maydell
On 31 August 2015 at 00:26, Timothy E Baldwin wrote: > Whilst calls to do_fork() are wrapped in get_errno() this does not > translate return values. > > Signed-off-by: Timothy Edward Baldwin > --- > linux-user/syscall.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git

[Qemu-devel] [PATCH v2] linux-user: Return target error number in do_fork()

2015-08-30 Thread Timothy E Baldwin
Whilst calls to do_fork() are wrapped in get_errno() this does not translate return values. Signed-off-by: Timothy Edward Baldwin --- linux-user/syscall.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index f62c698..264debc 1

Re: [Qemu-devel] [PATCH] linux-user: Return target error number in do_fork()

2015-08-30 Thread Peter Maydell
On 30 August 2015 at 20:03, Timothy E Baldwin wrote: > Whilst calls to do_fork() are wrapped in get_errno() this does not > translate return values. > > Signed-off-by: Timothy Edward Baldwin > --- > linux-user/syscall.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lin

Re: [Qemu-devel] [PATCH] linux-user: Implement atomic_barrier system call

2015-08-30 Thread Peter Maydell
On 30 August 2015 at 20:29, Timothy E Baldwin wrote: > Implemented atomic_barrier system call using GCC/clang > builtin __sync_synchronize(). > > Signed-off-by: Timothy Edward Baldwin > --- > linux-user/syscall.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/linux-user

Re: [Qemu-devel] [PATCH] linux-user: Implement ARM __kernel_memory_barrier

2015-08-30 Thread Peter Maydell
On 30 August 2015 at 20:29, Timothy E Baldwin wrote: > Implemented ARM __kernel_memory_barrier using GCC/clang > builtin __sync_synchronize(). > > Signed-off-by: Timothy Edward Baldwin > --- > linux-user/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/linux-user/m

Re: [Qemu-devel] qemu-system-s390x command line

2015-08-30 Thread Alexander Graf
> Am 30.08.2015 um 23:27 schrieb Richard W.M. Jones : > >> On Sun, Aug 30, 2015 at 11:02:17PM +0200, Alexander Graf wrote: >> >> >>> Am 30.08.2015 um 22:11 schrieb Richard W.M. Jones : >>> >>> Hi Alex, >>> >>> Do you or anyone have a working qemu-system-s390x command line I can >>> use as a

[Qemu-devel] Help with USB packet transmission rate

2015-08-30 Thread Programmingkid
The USB Start of Frame packet is sent 1000 times a second from the host to a USB device. This packet is used to synchronize audio data being sent to a USB sound card. On my system the Start of Frame packet is only sent about 830 times a second. This makes audio that is played thru the USB sound

Re: [Qemu-devel] qemu-system-s390x command line

2015-08-30 Thread Richard W.M. Jones
On Sun, Aug 30, 2015 at 11:02:17PM +0200, Alexander Graf wrote: > > > > Am 30.08.2015 um 22:11 schrieb Richard W.M. Jones : > > > > Hi Alex, > > > > Do you or anyone have a working qemu-system-s390x command line I can > > use as a starting point to boot a [TCG] guest? > > > > So far I have tri

Re: [Qemu-devel] qemu-system-s390x command line

2015-08-30 Thread Alexander Graf
> Am 30.08.2015 um 22:11 schrieb Richard W.M. Jones : > > Hi Alex, > > Do you or anyone have a working qemu-system-s390x command line I can > use as a starting point to boot a [TCG] guest? > > So far I have tried variations of: > > ~/d/qemu/s390x-softmmu/qemu-system-s390x -M s390-ccw-virtio -

[Qemu-devel] qemu-system-s390x command line

2015-08-30 Thread Richard W.M. Jones
Hi Alex, Do you or anyone have a working qemu-system-s390x command line I can use as a starting point to boot a [TCG] guest? So far I have tried variations of: ~/d/qemu/s390x-softmmu/qemu-system-s390x -M s390-ccw-virtio -m 1024 -smp 1 -drive file=s390x.img,if=none,id=disk0 -device virtio-blk-c

Re: [Qemu-devel] [PATCH] disas/microblaze: Remove unused code

2015-08-30 Thread Edgar E. Iglesias
On Sat, Aug 29, 2015 at 09:44:33AM +0200, Stefan Weil wrote: > Signed-off-by: Stefan Weil Reviewed-by: Edgar E. Iglesias > --- > disas/microblaze.c | 150 > - > 1 file changed, 150 deletions(-) > > diff --git a/disas/microblaze.c b/disas/m

[Qemu-devel] [PATCH] linux-user: Implement atomic_barrier system call

2015-08-30 Thread Timothy E Baldwin
Implemented atomic_barrier system call using GCC/clang builtin __sync_synchronize(). Signed-off-by: Timothy Edward Baldwin --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index bca3424..72d107a 100644 --- a/

[Qemu-devel] [PATCH] linux-user: Implement ARM __kernel_memory_barrier

2015-08-30 Thread Timothy E Baldwin
Implemented ARM __kernel_memory_barrier using GCC/clang builtin __sync_synchronize(). Signed-off-by: Timothy Edward Baldwin --- linux-user/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/main.c b/linux-user/main.c index 2c9658e..f4b81b1 100644 --- a/linux-us

[Qemu-devel] [PATCH] linux-user: Return target error number in do_fork()

2015-08-30 Thread Timothy E Baldwin
Whilst calls to do_fork() are wrapped in get_errno() this does not translate return values. Signed-off-by: Timothy Edward Baldwin --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index f62c698..bca3424 100644

Re: [Qemu-devel] [PATCH] baum: Add support for typing ascii

2015-08-30 Thread Peter Maydell
On 30 August 2015 at 15:21, Samuel Thibault wrote: > This adds support for typing ascii through the Baum Braille driver, by > translating it to braille with the NABCC table. > > Signed-off-by: Samuel Thibault > > diff --git a/backends/baum.c b/backends/baum.c > index a69aaff..d486e68 100644 > ---

Re: [Qemu-devel] [PATCH] linux-user: remove MAX_ARG_PAGES limit

2015-08-30 Thread Peter Maydell
On 30 August 2015 at 16:52, Stefan Bruens wrote: > On Thursday 27 August 2015 21:35:41 Stefan Brüns wrote: > > PING! Hi. This is on my to-review list, but so are a lot of other things. It might take me a week or so to get to it. thanks -- PMM

Re: [Qemu-devel] [PATCH] linux-user: remove MAX_ARG_PAGES limit

2015-08-30 Thread Stefan Bruens
On Thursday 27 August 2015 21:35:41 Stefan Brüns wrote: PING! > Instead of creating a temporary copy for the whole environment and > the arguments, directly copy everything to the target stack. > > For this to work, we have to change the order of stack creation and > copying the arguments. > >

Re: [Qemu-devel] [PATCH] baum: Fix build with debugging enabled

2015-08-30 Thread Stefan Weil
Am 30.08.2015 um 17:12 schrieb Samuel Thibault: > cur and buf are pointers, so the difference is a ptrdiff_t > > Signed-off-by: Samuel Thibault > > diff --git a/backends/baum.c b/backends/baum.c > index a69aaff..1f9288e 100644 > --- a/backends/baum.c > +++ b/backends/baum.c > @@ -303,7 +303,7 @@ s

Re: [Qemu-devel] [PATCH v14 33/33] target-tilegx: Handle v1shl, v1shru, v1shrs

2015-08-30 Thread Peter Maydell
On 24 August 2015 at 17:17, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-tilegx/Makefile.objs | 2 +- > target-tilegx/helper.h | 4 +++ > target-tilegx/simd_helper.c | 63 > + > target-tilegx/translate.c | 17 +++

Re: [Qemu-devel] [PATCH v5] vhost-user: add multi queue support

2015-08-30 Thread Marcel Apfelbaum
On 05/28/2015 04:23 AM, Ouyang Changchun wrote: Based on patch by Nikolay Nikolaev: Vhost-user will implement the multi queue support in a similar way to what vhost already has - a separate thread for each queue. To enable the multi queue functionality - a new command line parameter "queues" is i

Re: [Qemu-devel] [PATCH v14 32/33] target-tilegx: Handle v1shli, v1shrui

2015-08-30 Thread Peter Maydell
On 24 August 2015 at 17:17, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-tilegx/translate.c | 14 ++ > 1 file changed, 14 insertions(+) Reviewed-by: Peter Maydell thanks -- PMM

Re: [Qemu-devel] [PATCH v14 31/33] target-tilegx: Handle v4int_l/h

2015-08-30 Thread Peter Maydell
On 24 August 2015 at 17:17, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-tilegx/translate.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/target-tilegx/translate.c b/target-tilegx/translate.c > index 2a0798a..e922aee 100644 > --- a/target-tilegx/t

Re: [Qemu-devel] [PATCH v14 29/33] target-tilegx: Handle mtspr, mfspr

2015-08-30 Thread Peter Maydell
On 24 August 2015 at 17:17, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-tilegx/translate.c | 76 > +-- > 1 file changed, 73 insertions(+), 3 deletions(-) > > diff --git a/target-tilegx/translate.c b/target-tilegx/transla

Re: [Qemu-devel] [PATCH v14 28/33] target-tilegx: Handle v1cmpeq, v1cmpne

2015-08-30 Thread Peter Maydell
On 24 August 2015 at 17:17, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-tilegx/translate.c | 51 > +++ > 1 file changed, 51 insertions(+) > > diff --git a/target-tilegx/translate.c b/target-tilegx/translate.c > index af4

Re: [Qemu-devel] [PATCH] baum: Fix build with debugging enabled

2015-08-30 Thread Samuel Thibault
cur and buf are pointers, so the difference is a ptrdiff_t Signed-off-by: Samuel Thibault diff --git a/backends/baum.c b/backends/baum.c index a69aaff..1f9288e 100644 --- a/backends/baum.c +++ b/backends/baum.c @@ -303,7 +303,7 @@ static int baum_eat_packet(BaumDriverState *baum, const uint8_t

Re: [Qemu-devel] [PATCH] baum: Fix build with debugging enabled

2015-08-30 Thread Stefan Weil
Am 30.08.2015 um 16:50 schrieb Samuel Thibault: > Stefan Weil, le Sun 30 Aug 2015 16:38:25 +0200, a écrit : >> Am 30.08.2015 um 16:19 schrieb Samuel Thibault: >>> cur and buf are pointers, so the difference can be a long int on 64bit >>> platforms. >>> >>> Signed-off-by: Samuel Thibault >>> >>> di

Re: [Qemu-devel] [PATCH] baum: Fix build with debugging enabled

2015-08-30 Thread Samuel Thibault
Stefan Weil, le Sun 30 Aug 2015 16:38:25 +0200, a écrit : > Am 30.08.2015 um 16:19 schrieb Samuel Thibault: > > cur and buf are pointers, so the difference can be a long int on 64bit > > platforms. > > > > Signed-off-by: Samuel Thibault > > > > diff --git a/backends/baum.c b/backends/baum.c > > in

Re: [Qemu-devel] [PATCH] baum: Fix build with debugging enabled

2015-08-30 Thread Stefan Weil
Am 30.08.2015 um 16:19 schrieb Samuel Thibault: > cur and buf are pointers, so the difference can be a long int on 64bit > platforms. > > Signed-off-by: Samuel Thibault > > diff --git a/backends/baum.c b/backends/baum.c > index a69aaff..0fa8025 100644 > --- a/backends/baum.c > +++ b/backends/baum.

[Qemu-devel] [PATCH] baum: Add support for typing ascii

2015-08-30 Thread Samuel Thibault
This adds support for typing ascii through the Baum Braille driver, by translating it to braille with the NABCC table. Signed-off-by: Samuel Thibault diff --git a/backends/baum.c b/backends/baum.c index a69aaff..d486e68 100644 --- a/backends/baum.c +++ b/backends/baum.c @@ -1,7 +1,7 @@ /* * Q

[Qemu-devel] [PATCH] baum: Fix build with debugging enabled

2015-08-30 Thread Samuel Thibault
cur and buf are pointers, so the difference can be a long int on 64bit platforms. Signed-off-by: Samuel Thibault diff --git a/backends/baum.c b/backends/baum.c index a69aaff..0fa8025 100644 --- a/backends/baum.c +++ b/backends/baum.c @@ -303,7 +303,7 @@ static int baum_eat_packet(BaumDriverState

Re: [Qemu-devel] [PATCH v14 27/33] target-tilegx: Handle mask instructions

2015-08-30 Thread Peter Maydell
On 24 August 2015 at 17:17, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-tilegx/translate.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/target-tilegx/translate.c b/target-tilegx/translate.c > index 51ee158..af4b34a 100644 > -

Re: [Qemu-devel] [PATCH v14 26/33] target-tilegx: Handle scalar multiply instructions

2015-08-30 Thread Peter Maydell
On 24 August 2015 at 17:17, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-tilegx/translate.c | 112 > ++ > 1 file changed, 112 insertions(+) It seems a shame that these are all 32x32->64 multiplies (or in some cases 32x32

Re: [Qemu-devel] [PATCH v14 25/33] target-tilegx: Handle conditional move instructions

2015-08-30 Thread Peter Maydell
On 24 August 2015 at 17:17, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-tilegx/translate.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) Reviewed-by: Peter Maydell thanks -- PMM

Re: [Qemu-devel] [PATCH v14 24/33] target-tilegx: Handle shift instructions

2015-08-30 Thread Peter Maydell
On 24 August 2015 at 17:17, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-tilegx/translate.c | 57 > +-- > 1 file changed, 55 insertions(+), 2 deletions(-) > > diff --git a/target-tilegx/translate.c b/target-tilegx/transla

Re: [Qemu-devel] [PATCH v14 23/33] target-tilegx: Handle bitfield instructions

2015-08-30 Thread Peter Maydell
On 24 August 2015 at 17:17, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-tilegx/translate.c | 74 > +++ > 1 file changed, 74 insertions(+) > Reviewed-by: Peter Maydell thanks -- PMM

Re: [Qemu-devel] Subject: [PATCH 01/16] linux-user: tilegx: Firstly add architecture related features

2015-08-30 Thread gang . chen . 5i5j
At present, I can send mail through git client directly with my qq mail address, I reply this mail again to test whether our qemu mailing list can accept qq mail address or not. If it can accept qq mail address, I shall send mail through git client directly. > OK, thanks. I guess I should send ma

Re: [Qemu-devel] [PATCH RFC 3/3] pci-testdev: add RO pages for ioeventfd

2015-08-30 Thread Gonglei
On 2015/8/30 17:20, Michael S. Tsirkin wrote: > This seems hackish - would it be better to create this region > automatically within kvm? Suggestions are welcome. > > Signed-off-by: Michael S. Tsirkin > --- > hw/misc/pci-testdev.c | 13 + > 1 file changed, 13 insertions(+) > > diff

[Qemu-devel] [PATCH RFC 3/3] pci-testdev: add RO pages for ioeventfd

2015-08-30 Thread Michael S. Tsirkin
This seems hackish - would it be better to create this region automatically within kvm? Suggestions are welcome. Signed-off-by: Michael S. Tsirkin --- hw/misc/pci-testdev.c | 13 + 1 file changed, 13 insertions(+) diff --git a/hw/misc/pci-testdev.c b/hw/misc/pci-testdev.c index 9414

[Qemu-devel] [PATCH RFC 2/3] pci-testdev: add subregion

2015-08-30 Thread Michael S. Tsirkin
Make mmio a subregion of the BAR. This will allow mapping rom within the same BAR down the road. Signed-off-by: Michael S. Tsirkin --- hw/misc/pci-testdev.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/misc/pci-testdev.c b/hw/misc/pci-testdev.c index 6edc1cd..941

[Qemu-devel] [PATCH RFC 0/3] pci-testdev add support for kvm ioeventfd pf

2015-08-30 Thread Michael S. Tsirkin
This adds a test for triggering ioeventfd on pagefaults. This was used to verify that mmio ioeventfd on pagefault is as fast as portio. Michael S. Tsirkin (3): pci-testdev: separate page for each mmio test pci-testdev: add subregion pci-testdev: add RO pages for ioeventfd hw/misc/pci-testd

[Qemu-devel] [PATCH RFC 1/3] pci-testdev: separate page for each mmio test

2015-08-30 Thread Michael S. Tsirkin
note: this makes BAR > 4K, which requires kvm unit test patch to support such BAR. Do we need to worry about old kvm unit test binaries? I'm guessing not ... Signed-off-by: Michael S. Tsirkin --- hw/misc/pci-testdev.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/mi

Re: [Qemu-devel] Mount image file feature

2015-08-30 Thread Paolo Bonzini
On 30/08/2015 02:02, Programmingkid wrote: >> > virt-manager is designed to be cross-platform compatible, and it IS >> > ported to Windows. If the port to Mac OS doesn't already work out of the >> > box, then I'm sure the virt-manager community would love patches. And >> > THAT is the gui app of