Re: [PULL 00/10] target-arm queue

2022-10-03 Thread Stefan Hajnoczi
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes. signature.asc Description: PGP signature

[PULL 00/10] target-arm queue

2022-09-30 Thread Peter Maydell
Hi; not so many patches in this one, but notably it includes the fix for various Avocado CI tests failing (incorrectly reported by Avocado as a timeout, but really a QEMU exit-with-error). thanks -- PMM The following changes since commit c8de6ec63d766ca1998c5af468483ce912fdc0c2: Merge tag 'pul

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2019-07-16 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190715134211.23063-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PULL 00/10] target-arm queue Message-id: 20190715134211.23063-1

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2019-07-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190715134211.23063-1-peter.mayd...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190715134211.23063-1-peter.mayd...@linaro.org Type: series Subject: [Qemu-devel] [PULL 00/10

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2019-07-15 Thread Peter Maydell
On Mon, 15 Jul 2019 at 14:42, Peter Maydell wrote: > > target-arm queue for rc1 -- these are all bug fixes. > > thanks > -- PMM > > The following changes since commit b9404bf592e7ba74180e1a54ed7a266ec6ee67f2: > > Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20190715' into > stag

[Qemu-devel] [PULL 00/10] target-arm queue

2019-07-15 Thread Peter Maydell
target-arm queue for rc1 -- these are all bug fixes. thanks -- PMM The following changes since commit b9404bf592e7ba74180e1a54ed7a266ec6ee67f2: Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20190715' into staging (2019-07-15 12:22:07 +0100) are available in the Git repository

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2018-11-19 Thread Peter Maydell
On 19 November 2018 at 15:57, Peter Maydell wrote: > Some Arm bugfixes for rc2... > > thanks > -- PMM > > The following changes since commit e6ebbd46b6e539f3613136111977721d212c2812: > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging > (2018-11-19 14:31:48 +) >

[Qemu-devel] [PULL 00/10] target-arm queue

2018-11-19 Thread Peter Maydell
Some Arm bugfixes for rc2... thanks -- PMM The following changes since commit e6ebbd46b6e539f3613136111977721d212c2812: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2018-11-19 14:31:48 +) are available in the Git repository at: https://git.linaro.org/pe

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2018-03-25 Thread Peter Maydell
On 23 March 2018 at 18:49, Peter Maydell wrote: > Ten arm-related bug fixes for 2.12... > > thanks > -- PMM > > The following changes since commit 4c2c1015905fa1d616750dfe024b4c0b35875950: > > Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20180323' into > staging (2018-03-23 10:2

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2018-03-23 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180323184958.14252-1-peter.mayd...@linaro.org Subject: [Qemu-devel] [PULL 00/10] target-arm queue === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PULL 00/10] target-arm queue

2018-03-23 Thread Peter Maydell
Ten arm-related bug fixes for 2.12... thanks -- PMM The following changes since commit 4c2c1015905fa1d616750dfe024b4c0b35875950: Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20180323' into staging (2018-03-23 10:20:54 +) are available in the Git repository at: git://gi

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2015-03-11 Thread Peter Maydell
On 11 March 2015 at 14:18, Peter Maydell wrote: > target-arm queue: mostly bug fixes, but also the Netduino 2 > machine model. I'm letting that in (even though it's nearly > hardfreeze) since a new board model isn't going to impact > other existing uses, and the patches were posted well before > s

[Qemu-devel] [PULL 00/10] target-arm queue

2015-03-11 Thread Peter Maydell
target-arm queue: mostly bug fixes, but also the Netduino 2 machine model. I'm letting that in (even though it's nearly hardfreeze) since a new board model isn't going to impact other existing uses, and the patches were posted well before softfreeze deadline. -- PMM The following changes since c

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2014-05-04 Thread Peter Maydell
On 4 May 2014 20:45, Richard W.M. Jones wrote: > On Sun, May 04, 2014 at 08:36:20PM +0100, Peter Maydell wrote: >> OK, so you have a kernel (possibly just kernel config) problem >> here -- this means QEMU got EPERM trying to open /dev/kvm. > > Yes for some reason it was 0600. I set it to 0666. >

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2014-05-04 Thread Richard W.M. Jones
On Sun, May 04, 2014 at 08:36:20PM +0100, Peter Maydell wrote: > OK, so you have a kernel (possibly just kernel config) problem > here -- this means QEMU got EPERM trying to open /dev/kvm. Yes for some reason it was 0600. I set it to 0666. > This isn't going to work for aarch64 at the moment bec

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2014-05-04 Thread Peter Maydell
On 4 May 2014 19:58, Richard W.M. Jones wrote: > On Sun, May 04, 2014 at 07:48:38PM +0100, Peter Maydell wrote: >> On 4 May 2014 19:30, Richard W.M. Jones wrote: >> > I have real aarch64 hardware, and I'm trying to find a version of >> > qemu-system-aarch64 which will boot a KVM guest in some for

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2014-05-04 Thread Richard W.M. Jones
I think this problem comes from my environment adding -fPIE. In any case, without that flag it doesn't crash in qemu (it kernel panics instead ..) Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wo

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2014-05-04 Thread Richard W.M. Jones
On Sun, May 04, 2014 at 07:48:38PM +0100, Peter Maydell wrote: > On 4 May 2014 19:30, Richard W.M. Jones wrote: > > I have real aarch64 hardware, and I'm trying to find a version of > > qemu-system-aarch64 which will boot a KVM guest in some form. > > > > Upstream qemu fails with a bizarre thread-

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2014-05-04 Thread Peter Maydell
On 4 May 2014 19:30, Richard W.M. Jones wrote: > I have real aarch64 hardware, and I'm trying to find a version of > qemu-system-aarch64 which will boot a KVM guest in some form. > > Upstream qemu fails with a bizarre thread-local storage problem (yes, > I've patched glibc to fix the makecontext p

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2014-05-04 Thread Richard W.M. Jones
On Thu, May 01, 2014 at 03:54:57PM +0100, Peter Maydell wrote: > Nothing earthshattering here, but it does have the patch which > actually lets us boot an emulated AArch64 CPU on a board... Hi Peter, I have real aarch64 hardware, and I'm trying to find a version of qemu-system-aarch64 which will

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2014-05-02 Thread Peter Maydell
On 1 May 2014 15:54, Peter Maydell wrote: > Nothing earthshattering here, but it does have the patch which > actually lets us boot an emulated AArch64 CPU on a board... > > thanks > -- PMM > > The following changes since commit 051b9980b99dbfba22ea5f79bd3708d513ae121d: > > Merge remote-tracking

[Qemu-devel] [PULL 00/10] target-arm queue

2014-05-01 Thread Peter Maydell
Nothing earthshattering here, but it does have the patch which actually lets us boot an emulated AArch64 CPU on a board... thanks -- PMM The following changes since commit 051b9980b99dbfba22ea5f79bd3708d513ae121d: Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-6' into staging (201

Re: [Qemu-devel] [PULL 00/10] target-arm queue

2011-12-14 Thread andrzej zaborowski
On 13 December 2011 19:30, Peter Maydell wrote: > Current target-arm pending patches; mostly these are Andreas' > inference series, plus one from Jean-Christophe that's been > waiting since before the 1.0 release. > > Please pull. Thanks, pulled (and pushed) Cheers

[Qemu-devel] [PULL 00/10] target-arm queue

2011-12-13 Thread Peter Maydell
Current target-arm pending patches; mostly these are Andreas' inference series, plus one from Jean-Christophe that's been waiting since before the 1.0 release. Please pull. -- PMM The following changes since commit da5361cc685c004d8bb4e7c5e7b3a52c7aca2c56: ccid: make threads joinable (2011-12