qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/9] Misc changes for 2015-01-03 (icount, migration, iscsi, sdhci-pci)
@ 2015-01-03  8:45 Paolo Bonzini
  2015-01-03  8:45 ` [Qemu-devel] [PULL 1/9] atomic: fix position of volatile qualifier Paolo Bonzini
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paolo Bonzini @ 2015-01-03  8:45 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit c95f3901b4ead79f3fe2c641fda7d2c70fc84c72:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into staging (2014-12-21 23:17:00 +0000)

are available in the git repository at:


  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 5aa8136020f47fbd38c458b9834c783cb7063db8:

  pci: move REDHAT_SDHCI device ID to make room for Rocker (2015-01-03 09:22:13 +0100)

----------------------------------------------------------------
More migration fixes and more record/replay preparations.  Also moves
the sdhci-pci device id to make space for the rocker device.

----------------------------------------------------------------
Paolo Bonzini (7):
      atomic: fix position of volatile qualifier
      target-ppc: pass DisasContext to SPR generator functions
      cpu-exec: add a new CF_USE_ICOUNT cflag
      translate: check cflags instead of use_icount global
      gen-icount: check cflags instead of use_icount global
      serial: refine serial_thr_ipending_needed
      pckbd: set bits 2-3-6-7 of the output port by default

Peter Wu (1):
      block/iscsi: fix uninitialized variable

Scott Feldman (1):
      pci: move REDHAT_SDHCI device ID to make room for Rocker

 block/iscsi.c                 |   2 +-
 docs/specs/pci-ids.txt        |   2 +-
 hw/char/serial.c              |  13 +-
 hw/input/pckbd.c              |  10 +-
 include/exec/exec-all.h       |   5 +-
 include/exec/gen-icount.h     |   6 +-
 include/hw/pci/pci.h          |   2 +-
 include/qemu/atomic.h         |   4 +-
 target-alpha/translate.c      |  10 +-
 target-arm/translate-a64.c    |   6 +-
 target-arm/translate.c        |   6 +-
 target-cris/translate.c       |   2 +-
 target-i386/translate.c       |  52 ++++----
 target-lm32/translate.c       |  10 +-
 target-m68k/translate.c       |   2 +-
 target-microblaze/translate.c |   2 +-
 target-mips/translate.c       |  26 ++--
 target-moxie/translate.c      |   2 +-
 target-openrisc/translate.c   |   2 +-
 target-ppc/cpu.h              |  13 +-
 target-ppc/translate.c        |  12 +-
 target-ppc/translate_init.c   | 271 +++++++++++++++++++++---------------------
 target-s390x/translate.c      |   2 +-
 target-sh4/translate.c        |   2 +-
 target-sparc/translate.c      |   2 +-
 target-tricore/translate.c    |   2 +-
 target-unicore32/translate.c  |   2 +-
 target-xtensa/translate.c     |   2 +-
 translate-all.c               |   5 +-
 29 files changed, 253 insertions(+), 224 deletions(-)
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-01-09 17:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-03  8:45 [Qemu-devel] [PULL 0/9] Misc changes for 2015-01-03 (icount, migration, iscsi, sdhci-pci) Paolo Bonzini
2015-01-03  8:45 ` [Qemu-devel] [PULL 1/9] atomic: fix position of volatile qualifier Paolo Bonzini
2015-01-03  8:45 ` [Qemu-devel] [PULL 2/9] target-ppc: pass DisasContext to SPR generator functions Paolo Bonzini
2015-01-03  8:45 ` [Qemu-devel] [PULL 3/9] cpu-exec: add a new CF_USE_ICOUNT cflag Paolo Bonzini
2015-01-03  8:45 ` [Qemu-devel] [PULL 4/9] translate: check cflags instead of use_icount global Paolo Bonzini
2015-01-03  8:45 ` [Qemu-devel] [PULL 5/9] gen-icount: " Paolo Bonzini
2015-01-03  8:45 ` [Qemu-devel] [PULL 6/9] serial: refine serial_thr_ipending_needed Paolo Bonzini
2015-01-03  8:45 ` [Qemu-devel] [PULL 7/9] pckbd: set bits 2-3-6-7 of the output port by default Paolo Bonzini
2015-01-03  8:45 ` [Qemu-devel] [PULL 8/9] block/iscsi: fix uninitialized variable Paolo Bonzini
2015-01-03  8:45 ` [Qemu-devel] [PULL 9/9] pci: move REDHAT_SDHCI device ID to make room for Rocker Paolo Bonzini
2015-01-09 17:58 ` [Qemu-devel] [PULL 0/9] Misc changes for 2015-01-03 (icount, migration, iscsi, sdhci-pci) Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).