]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
authorAnthony Liguori <aliguori@amazon.com>
Fri, 18 Oct 2013 17:01:49 +0000 (10:01 -0700)
committerAnthony Liguori <aliguori@amazon.com>
Fri, 18 Oct 2013 17:01:49 +0000 (10:01 -0700)
commit989644915c281ac83f06f65923d716272ede1ed8
tree574ac7adcfdb572fd735b7f509c6ba95aabe4b95
parent1cb9b64df380f232bcd142ab27c085cff0add1d8
parent041603fe5d4537cd165941f96bd76a31f7f662fd
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging

# By Paolo Bonzini (10) and others
# Via Paolo Bonzini
* bonzini/iommu-for-anthony:
  exec: remove qemu_safe_ram_ptr
  icount: make it thread-safe
  icount: document (future) locking rules for icount
  icount: prepare the code for future races in calling qemu_clock_warp
  icount: reorganize icount_warp_rt
  icount: use cpu_get_icount() directly
  timer: add timer_mod_anticipate and timer_mod_anticipate_ns
  timer: extract timer_mod_ns_locked and timerlist_rearm
  timer: make qemu_clock_enable sync between disable and timer's cb
  qemu-thread: add QemuEvent
  timer: protect timers_state's clock with seqlock
  seqlock: introduce read-write seqlock
  vga: Mark relevant portio lists regions as coalesced MMIO flushing
  cirrus: Mark vga io region as coalesced MMIO flushing
  portio: Allow to mark portio lists as coalesced MMIO flushing
  compatfd: switch to QemuThread
  memory: fix 128 arithmetic in info mtree

Message-id: 1382024935-28297-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@amazon.com>
hw/display/qxl.c