mbox

[PULL,0/1] QOM CPUState patch queue 2016-04-18

Message ID 1460996944-30607-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter

Message

Andreas Färber April 18, 2016, 4:29 p.m. UTC
Hello Peter,

This is my QOM CPU patch queue. Please pull.

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>

The following changes since commit 6a6fa68ae2884cc1834110e549faa9cd86050ce6:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2016-04-18 11:55:10 +0100)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter

for you to fetch changes up to 2e4cad283372c8e7e2db1fd4b0c6f2cb0b9122fb:

  MAINTAINERS: Drop target-i386 from CPU subsystem (2016-04-18 18:14:52 +0200)

----------------------------------------------------------------
QOM CPUState and X86CPU

* MAINTAINERS cleanup

----------------------------------------------------------------
Andreas Färber (1):
      MAINTAINERS: Drop target-i386 from CPU subsystem

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Maydell April 18, 2016, 5:05 p.m. UTC | #1
On 18 April 2016 at 17:29, Andreas Färber <afaerber@suse.de> wrote:
> Hello Peter,
>
> This is my QOM CPU patch queue. Please pull.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
>
> The following changes since commit 6a6fa68ae2884cc1834110e549faa9cd86050ce6:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2016-04-18 11:55:10 +0100)
>
> are available in the git repository at:
>
>   git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter
>
> for you to fetch changes up to 2e4cad283372c8e7e2db1fd4b0c6f2cb0b9122fb:
>
>   MAINTAINERS: Drop target-i386 from CPU subsystem (2016-04-18 18:14:52 +0200)
>
> ----------------------------------------------------------------
> QOM CPUState and X86CPU
>
> * MAINTAINERS cleanup

Applied, thanks.

-- PMM