Re: [Qemu-devel] [PULL 0/5] target-arm queue

2019-07-26 Thread Peter Maydell
On Fri, 26 Jul 2019 at 16:19, Peter Maydell wrote: > > Handful of bug fixes to sneak in before rc3. > > thanks > -- PMM > > The following changes since commit c985266ea5b50e46e07b3568c1346e10064205c9: > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190726' into > staging (2019-07-

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

2019-07-26 Thread Peter Maydell
Handful of bug fixes to sneak in before rc3. thanks -- PMM The following changes since commit c985266ea5b50e46e07b3568c1346e10064205c9: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190726' into staging (2019-07-26 13:52:06 +0100) are available in the Git repository at: https:

Re: [Qemu-devel] [PULL 0/5] target-arm queue

2019-07-22 Thread Peter Maydell
On Mon, 22 Jul 2019 at 14:14, Peter Maydell wrote: > > target-arm queue for rc2. This has 3 Arm related bug fixes, > and a couple of non-arm patches which don't have an obviously > better route into the tree. > > thanks > -- PMM > > The following changes since commit b9e02bb3f98174209dbd5c96858e65

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

2019-07-22 Thread Peter Maydell
target-arm queue for rc2. This has 3 Arm related bug fixes, and a couple of non-arm patches which don't have an obviously better route into the tree. thanks -- PMM The following changes since commit b9e02bb3f98174209dbd5c96858e65a31723221b: Merge remote-tracking branch 'remotes/ericb/tags/pull

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

2019-03-15 Thread Peter Maydell
A last arm pullreq before rc0. This is mostly bug fixes, though you could call adding the missing local timer support to bcm2836_control a new feature I suppose -- in any case it's a small and localised change. thanks -- PMM The following changes since commit 7074ab12c81a1b2b1e0e1c40983f56b2c5c

Re: [Qemu-devel] [PULL 0/5] target-arm queue

2019-03-15 Thread Peter Maydell
On Fri, 15 Mar 2019 at 11:39, Peter Maydell wrote: > > > A last arm pullreq before rc0. This is mostly bug fixes, > though you could call adding the missing local timer > support to bcm2836_control a new feature I suppose -- > in any case it's a small and localised change. > > thanks > -- PMM > >

Re: [Qemu-devel] [PULL 0/5] target-arm queue

2018-11-06 Thread Peter Maydell
On 6 November 2018 at 11:38, Peter Maydell wrote: > Handful of bugfix patches for arm for rc0; also > one milkymist patch, thrown in since I was putting > the pullreq together anyway. > > thanks > -- PMM > > The following changes since commit 03c1ca1c51783603d42eb0f91d35961f0f4b4947: > > Merge r

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

2018-11-06 Thread Peter Maydell
Handful of bugfix patches for arm for rc0; also one milkymist patch, thrown in since I was putting the pullreq together anyway. thanks -- PMM The following changes since commit 03c1ca1c51783603d42eb0f91d35961f0f4b4947: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181105' into sta

Re: [Qemu-devel] [PULL 0/5] target-arm queue

2018-07-23 Thread Peter Maydell
On 23 July 2018 at 15:41, Peter Maydell wrote: > target-arm queue for 3.0: > > Thomas' fixes for instrospection issues with a handful of > devices (including one microblaze one that I include in this > pullreq for convenience's sake), plus my bugfix for a > corner case of small MPU region support.

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

2018-07-23 Thread Peter Maydell
target-arm queue for 3.0: Thomas' fixes for instrospection issues with a handful of devices (including one microblaze one that I include in this pullreq for convenience's sake), plus my bugfix for a corner case of small MPU region support. thanks -- PMM The following changes since commit 55b1f14

Re: [Qemu-devel] [PULL 0/5] target-arm queue for rc2

2017-11-21 Thread Peter Maydell
On 20 November 2017 at 17:37, Peter Maydell wrote: > A small set of bugfixes for rc2. (Some are patches I > should have put into rc1 but forgot about; oops.) > > thanks > -- PMM > > > The following changes since commit b11ce33fe0266f8ede18cfcf961536f6a209b02b: > > Revert "cpu-exec: don't overwri

[Qemu-devel] [PULL 0/5] target-arm queue for rc2

2017-11-20 Thread Peter Maydell
A small set of bugfixes for rc2. (Some are patches I should have put into rc1 but forgot about; oops.) thanks -- PMM The following changes since commit b11ce33fe0266f8ede18cfcf961536f6a209b02b: Revert "cpu-exec: don't overwrite exception_index" (2017-11-20 10:58:27 +) are available in th

Re: [Qemu-devel] [PULL 0/5] target-arm queue

2017-10-31 Thread Peter Maydell
On 31 October 2017 at 13:11, Peter Maydell wrote: > Just small stuff. I expect/hope to get the "report attributes > in PAR register" fix from Andrew in, but will either send another > pull or just apply it as a single patch once it's been reviewed. > (I think we can call it a bugfix anyway, since

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

2017-10-31 Thread Peter Maydell
Just small stuff. I expect/hope to get the "report attributes in PAR register" fix from Andrew in, but will either send another pull or just apply it as a single patch once it's been reviewed. (I think we can call it a bugfix anyway, since it fixes booting of Windows on ARM.) thanks -- PMM The f

Re: [Qemu-devel] [PULL 0/5] target-arm queue

2016-04-05 Thread Peter Maydell
On 4 April 2016 at 17:43, Peter Maydell wrote: > ARM changes for rc1: a small set of bugfixes which didn't quite > make rc0, mostly. > > thanks > -- PMM > > > The following changes since commit c40e13e106243a6798b7b02b4d7de5ff6c9be128: > > bsd-user: add necessary includes to fix warnings (2016-0

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

2016-04-04 Thread Peter Maydell
ARM changes for rc1: a small set of bugfixes which didn't quite make rc0, mostly. thanks -- PMM The following changes since commit c40e13e106243a6798b7b02b4d7de5ff6c9be128: bsd-user: add necessary includes to fix warnings (2016-04-04 16:17:18 +0100) are available in the git repository at:

Re: [Qemu-devel] [PULL 0/5] target-arm queue

2016-01-11 Thread Peter Maydell
On 11 January 2016 at 14:34, Peter Maydell wrote: > Not very many patches here, but no point holding on to them. > I'm not going to email out the libvixl upgrade patch because > it's so big it'd get blocked by the list server anyway. > > thanks > -- PMM > > > The following changes since commit 692

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

2016-01-11 Thread Peter Maydell
Not very many patches here, but no point holding on to them. I'm not going to email out the libvixl upgrade patch because it's so big it'd get blocked by the list server anyway. thanks -- PMM The following changes since commit 692a5519ab1510ff48bdde9701017b9425643058: Merge remote-tracking br

Re: [Qemu-devel] [PULL 0/5] target-arm queue

2012-01-28 Thread Blue Swirl
On Wed, Jan 25, 2012 at 15:27, Peter Maydell wrote: > Here's the latest target-arm pullreq. It includes Mark's fix for > config_base_register, which is in turn a dependency of the arm-devs > pullreq I'm about to send out, and which I'd like to get in before > Anthony's QOM patchset lands and inval

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

2012-01-25 Thread Peter Maydell
Here's the latest target-arm pullreq. It includes Mark's fix for config_base_register, which is in turn a dependency of the arm-devs pullreq I'm about to send out, and which I'd like to get in before Anthony's QOM patchset lands and invalidates it :-) Please pull. -- PMM The following changes s