mbox

[PULL,for-2.0-rc1,0/1] QOM CPUState patch queue 2014-03-19 #2

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

Pull-request

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

Message

Andreas Färber March 19, 2014, 9:53 p.m. UTC
Hello Peter,

This is my current QOM CPU patch queue. Please pull.

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Anthony Liguori <anthony@codemonkey.ws>

The following changes since commit f71e769d0754dc9a593a9e17ec6693a261b29f82:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into staging (2014-03-19 19:05:13 +0000)

are available in the git repository at:


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

for you to fetch changes up to 7e4fb26d757b460de5b80b4220bcd926f7175cb2:

  cpu: Move tcg_exit_req to the end of CPUState (2014-03-19 22:11:19 +0100)

----------------------------------------------------------------
QOM CPUState refactorings / X86CPU

* CPUState layout optimization for TCG

----------------------------------------------------------------
Richard Henderson (1):
      cpu: Move tcg_exit_req to the end of CPUState

 include/qom/cpu.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Peter Maydell March 19, 2014, 11:30 p.m. UTC | #1
On 19 March 2014 21:53, Andreas Färber <afaerber@suse.de> wrote:
> Hello Peter,
>
> This is my current QOM CPU patch queue. Please pull.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Anthony Liguori <anthony@codemonkey.ws>
>
> The following changes since commit f71e769d0754dc9a593a9e17ec6693a261b29f82:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into staging (2014-03-19 19:05:13 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-2.0
>
> for you to fetch changes up to 7e4fb26d757b460de5b80b4220bcd926f7175cb2:
>
>   cpu: Move tcg_exit_req to the end of CPUState (2014-03-19 22:11:19 +0100)

Applied, thanks.

-- PMM